Lines Matching +full:u +full:- +full:boot +full:- +full:env
9 * SPDX-License-Identifier: GPL-2.0+
26 /* MMC ENV related defines */
54 "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}\0" \
66 "name=boot,size=10M,uuid=${uuid_gpt_boot};" \
71 "name=userdata,size=-,uuid=${uuid_gpt_userdata}"
115 * 0x000000 - 0x040000 : QSPI.SPL (256KiB)
116 * 0x040000 - 0x140000 : QSPI.u-boot (1MiB)
117 * 0x140000 - 0x1C0000 : QSPI.u-boot-spl-os (512KiB)
118 * 0x1C0000 - 0x1D0000 : QSPI.u-boot-env (64KiB)
119 * 0x1D0000 - 0x1E0000 : QSPI.u-boot-env.backup1 (64KiB)
120 * 0x1E0000 - 0x9E0000 : QSPI.kernel (8MiB)
121 * 0x9E0000 - 0x2000000 : USERLAND
185 "256k(NAND.u-boot-spl-os)," \
186 "1m(NAND.u-boot)," \
187 "128k(NAND.u-boot-env)," \
188 "128k(NAND.u-boot-env.backup1)," \
190 "-(NAND.file-system)"
217 #define MTDIDS_DEFAULT "nor0=physmap-flash.0"
218 #define MTDPARTS_DEFAULT "mtdparts=physmap-flash.0:" \
223 "256k(NOR.u-boot-spl-os)," \
224 "1m(NOR.u-boot)," \
225 "128k(NOR.u-boot-env)," \
226 "128k(NOR.u-boot-env.backup1)," \
228 "-(NOR.rootfs)"