Lines Matching +full:u +full:- +full:boot +full:- +full:env
4 * SPDX-License-Identifier: GPL-2.0+
12 /* Location in NAND to read U-Boot from */
59 #define CONFIG_SYS_INIT_SP_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
96 * U-Boot configuration
104 PHYS_SDRAM_SIZE - (12 << 20))
114 #define MTDIDS_DEFAULT "nand0=gpmi-nand"
115 #define MTDPARTS_DEFAULT "mtdparts=gpmi-nand:14M(spl),2M(uboot)," \
116 "512k(env1),512k(env2),-(ubi)"
118 #define MTDIDS_DEFAULT "nand0=gpmi-nand"
119 #define MTDPARTS_DEFAULT "mtdparts=gpmi-nand:14M(spl),2M(uboot)," \
122 "512k(res2),512k(res3),-(ubi1)"
131 "setubipartition=env set ubipartition ubi\0" \
132 "setubirfs=env set ubirfs $ubipartition:rootfs$boot_vol\0"
135 "setubipartition=env set ubipartition ubi$boot_vol\0" \
136 "setubirfs=env set ubirfs ubi0:rootfs\0"
143 "dtb="CONFIG_PLATINUM_CPU"-platinum-"CONFIG_PLATINUM_PROJECT".dtb\0" \
150 "boot_scr=boot.uboot\0" \
157 "setnfspath=env set nfspath /home/nfs/$user/$project/root\0" \
158 "settftpfilelinux=env set tftpfilelinux $user/$project/$uimage\0" \
159 "settftpfiledtb=env set tftpfiledtb $user/$project/$dtb\0" \
160 "setubifilelinux=env set ubifilelinux boot/$uimage\0" \
161 "setubipfiledtb=env set ubifiledtb boot/$dtb\0" \
162 "setmmcrootdev=env set mmcrootdev /dev/mmcblk0p$mmcrootpart\0" \
163 "setmmcfilelinux=env set mmcfilelinux /boot/$uimage\0" \
164 "setmmcfiledtb=env set mmcfiledtb /boot/$dtb\0" \
178 "setbootargscommon=env set bootargs $bootargs " \
180 "setbootargsmtd=env set bootargs $bootargs $mtdparts\0" \
181 "setbootargsdhcp=env set bootargs $bootargs ip=dhcp\0" \
182 "setbootargsubirfs=env set bootargs $bootargs " \
184 "setbootargsnfsrfs=env set bootargs $bootargs root=/dev/nfs " \
186 "setbootargsmmcrfs=env set bootargs $bootargs " \
193 "bootm $memaddrlinux - $memaddrdtb\0" \
199 "bootm $memaddrlinux - $memaddrdtb\0" \
205 "bootm $memaddrlinux - $memaddrdtb\0" \
208 "if ubifsload ${memaddrsrc} boot/${boot_scr}; " \
213 "bootm $memaddrlinux - $memaddrdtb\0" \