Lines Matching +full:nand +full:- +full:ecc +full:- +full:opt
1 /* SPDX-License-Identifier: GPL-2.0+ */
45 #define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
46 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
73 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
77 * Memory space is mapped 1-1, but I/O space must start from 0.
121 /* DDR ECC Setup*/
159 /* 16Bit NOR Flash - S29GL512S10TFI01 */
182 /* NAND Flash on IFC */
192 /* 8Bit NAND Flash - K9F1G08U0B */
199 #define CONFIG_SYS_NAND_CSOR (CSOR_NAND_ECC_ENC_EN /* ECC on encode */ \
200 | CSOR_NAND_ECC_DEC_EN /* ECC on decode */ \
201 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
221 /* Set up IFC registers for boot location NOR/NAND */
287 - GENERATED_GBL_DATA_SIZE)
323 #define CONFIG_SPL_RELOC_TEXT_BASE (CONFIG_SYS_INIT_L2_END - 0x3000)
324 #define CONFIG_SPL_RELOC_STACK ((CONFIG_SYS_INIT_L2_END - 1) & ~0xF)
359 /* eSPI - Enhanced SPI */
397 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
427 #define CONFIG_ROOTPATH "/opt/nfsroot"
429 #define CONFIG_UBOOTPATH u-boot.bin/* U-Boot image on TFTP server */
434 #define CONFIG_DEF_HWCONFIG fsl_ddr:ecc=on
445 "fdtfile=name/of/device-tree.dtb\0" \