Lines Matching +full:mmc +full:- +full:card
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" \
110 "loadbootenv=if fatload mmc ${mmcdev} ${loadaddr} ${bootenv}; then " \
115 "env import -t $loadaddr $filesize\0" \
116 "loaduimagefat=fatload mmc ${mmcdev} ${kloadaddr} ${bootfile}\0" \
117 "loaduimage=ext2load mmc ${mmcdev}:${mmcpart} ${kloadaddr} /boot/${bootfile}\0" \
118 "loadfdt=ext2load mmc ${mmcdev}:${mmcpart} ${fdtaddr} /boot/${fdtfile}\0" \
125 "bootm ${kloadaddr} - ${fdtaddr}; " \
137 "bootm ${loadaddr} - ${fdtaddr}; " \
141 …"emmc_erase=if test ${harakiri} = 1 ; then echo erase emmc ...; setenv mmcdev 1; mmc erase 0 200; …
148 …"fusecmd=mmc dev 1; if mmcpart iscommitted; then echo HW Partitioning already committed; mmcpart l…
149 "uenv_exec=if test -n $uenvcmd; then " \
153 "sd_setup=echo SD/MMC-Card detected on device 0; " \
184 /* SD-Card Boot */
186 "if mmc dev 0; mmc rescan; then " \
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 */
203 "if mmc dev 0; mmc rescan; then " \
206 "echo ERROR: SD/MMC-Card not detected!; " \
214 "if mmc dev 1; mmc rescan; then " \
250 * Disable MMC DM for SPL build and can be re-enabled after adding