Lines Matching +full:sd +full:- +full:hs
3 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
8 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
10 * SPDX-License-Identifier: GPL-2.0+
37 * in case of SD Card or Network boot we want to have a possibility to
49 * ENV at MMC Boot0 Partition - 0/Undefined=user, 1=boot0, 2=boot1,
81 "fdtfile=am335x-shc.dtb\0" \
84 "rootpath=/srv/nfs/shc-rootfs\0" \
115 "env import -t $loadaddr $filesize\0" \
125 "bootm ${kloadaddr} - ${fdtaddr}; " \
137 "bootm ${loadaddr} - ${fdtaddr}; " \
149 "uenv_exec=if test -n $uenvcmd; then " \
153 "sd_setup=echo SD/MMC-Card detected on device 0; " \
154 "setenv mmcdevice SD; " \
184 /* SD-Card Boot */
189 "echo ERROR: SD/MMC-Card not detected!; " \
193 "echo Bootable SD/MMC-Card inserted, booting from it!; " \
196 "echo ERROR: Unable to load uImage from SD/MMC-Card!; " \
201 /* ICT adapter boots only u-boot and does HW partitioning */
206 "echo ERROR: SD/MMC-Card not detected!; " \
250 * Disable MMC DM for SPL build and can be re-enabled after adding