Lines Matching +full:nand +full:- +full:ecc +full:- +full:opt
1 /* SPDX-License-Identifier: GPL-2.0+ */
33 #define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
39 #define CONFIG_SYS_NAND_U_BOOT_SIZE ((768 << 10) - 0x2000)
40 #define CONFIG_SYS_NAND_U_BOOT_DST (0x00200000 - CONFIG_SPL_MAX_SIZE)
43 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
64 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
68 * Memory space is mapped 1-1, but I/O space must start from 0.
236 /* NAND Flash on IFC */
242 | CSPR_MSEL_NAND /* MSEL = NAND */ \
246 #define CONFIG_SYS_NAND_CSOR (CSOR_NAND_ECC_ENC_EN /* ECC on encode */ \
247 | CSOR_NAND_ECC_DEC_EN /* ECC on decode */ \
248 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
254 /* NAND Flash Timing Params */
270 /* NAND */
313 /* Set up IFC registers for boot location NOR/NAND */
351 - GENERATED_GBL_DATA_SIZE)
405 * SPI interface will not be available in case of NAND boot SPI CS0 will be
408 /* eSPI - Enhanced SPI */
465 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
468 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
506 #define CONFIG_ROOTPATH "/opt/nfsroot"
508 #define CONFIG_UBOOTPATH "u-boot.bin"
547 "bootm $loadaddr - $fdtaddr"
555 "bootm $loadaddr - $fdtaddr"