Lines Matching +full:no +full:- +full:mmc
1 /* SPDX-License-Identifier: GPL-2.0+ */
9 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
45 * ENV at MMC Boot0 Partition - 0/Undefined=user, 1=boot0, 2=boot1,
74 "fdtfile=am335x-shc.dtb\0" \
75 "verify=no\0" \
77 "rootpath=/srv/nfs/shc-rootfs\0" \
103 "loadbootenv=if fatload mmc ${mmcdev} ${loadaddr} ${bootenv}; then " \
108 "env import -t $loadaddr $filesize\0" \
109 "loaduimagefat=fatload mmc ${mmcdev} ${kloadaddr} ${bootfile}\0" \
110 "loaduimage=ext2load mmc ${mmcdev}:${mmcpart} ${kloadaddr} /boot/${bootfile}\0" \
111 "loadfdt=ext2load mmc ${mmcdev}:${mmcpart} ${fdtaddr} /boot/${fdtfile}\0" \
118 "bootm ${kloadaddr} - ${fdtaddr}; " \
123 "setenv autoload no; " \
130 "bootm ${loadaddr} - ${fdtaddr}; " \
134 …"emmc_erase=if test ${harakiri} = 1 ; then echo erase emmc ...; setenv mmcdev 1; mmc erase 0 200; …
141 …"fusecmd=mmc dev 1; if mmcpart iscommitted; then echo HW Partitioning already committed; mmcpart l…
142 "uenv_exec=if test -n $uenvcmd; then " \
146 "sd_setup=echo SD/MMC-Card detected on device 0; " \
177 /* SD-Card Boot */
179 "if mmc dev 0; mmc rescan; then " \
182 "echo ERROR: SD/MMC-Card not detected!; " \
186 "echo Bootable SD/MMC-Card inserted, booting from it!; " \
189 "echo ERROR: Unable to load uImage from SD/MMC-Card!; " \
194 /* ICT adapter boots only u-boot and does HW partitioning */
196 "if mmc dev 0; mmc rescan; then " \
199 "echo ERROR: SD/MMC-Card not detected!; " \
207 "if mmc dev 1; mmc rescan; then " \
242 * Disable MMC DM for SPL build and can be re-enabled after adding