Lines Matching +full:u +full:- +full:boot +full:- +full:env
5 * Copyright (C) 2008-2013 Eric Jarrige <eric.jarrige@armadeus.org>
7 * SPDX-License-Identifier: GPL-2.0+
29 #define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
33 /* NAND boot config */
37 #define CONFIG_SYS_NAND_U_BOOT_SIZE CONFIG_SYS_MONITOR_LEN - 0x800
51 #define CONFIG_ROOTPATH "/tftpboot/" __stringify(CONFIG_BOARD_NAME) "-root"
69 + PHYS_SDRAM_1_SIZE - 0x0100000)
93 ":1M(u-boot)ro," \
94 "512K(env)," \
99 "-(rootfs)"
102 * U-Boot general configurations
107 /* Boot argument buffer size */
114 * Boot Linux
120 #define CONFIG_BOOTFILE __stringify(CONFIG_BOARD_NAME) "-linux.bin"
139 "u-boot_addr=" __stringify(ACFG_MONITOR_OFFSET) "\0" \
147 "check_env=if test -n ${flash_env_version}; " \
148 "then env default env_version; " \
149 "else env set flash_env_version ${env_version}; env save; "\
152 "echo \"*** Warning - Environment version" \
154 "env default flash_reset_env; "\
157 "flash_reset_env=env default -f -a; saveenv; run update_env;" \
160 "-u-boot-with-spl.bin\0" \
161 "flash_uboot=nand unlock ${u-boot_addr} ;" \
162 "nand erase.part u-boot;" \
163 "if nand write.trimffs ${fileaddr} ${u-boot_addr} ${filesize};"\
170 "-u-boot-env.txt\0" \
171 "flash_env=env import -t ${loadaddr}; env save; \0" \
239 * Fuses - IIM
290 * |CPLM|X|----PD---|--------MFD---------|XXX|--MFI--|-----MFN-----------|
294 #if (ACFG_SDRAM_MBYTE_SYZE == 64) /* micron MT46H16M32LF -6 */