Lines Matching +full:nand +full:- +full:ecc +full:- +full:opt

1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2007-2008,2010-2011 Freescale Semiconductor, Inc.
31 #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
129 * 0x8000_0000 0xbfff_ffff PCI Express Mem 1G non-cacheable
130 * 0xc000_0000 0xdfff_ffff PCI 512M non-cacheable
131 * 0xe100_0000 0xe3ff_ffff PCI IO range 4M non-cacheable
136 * Localbus non-cacheable
137 * 0xe000_0000 0xe80f_ffff Promjet/free 128M non-cacheable
138 * 0xe800_0000 0xefff_ffff FLASH 128M non-cacheable
139 * 0xffa0_0000 0xffaf_ffff NAND 1M non-cacheable
140 * 0xffdf_0000 0xffdf_7fff PIXIS 32K non-cacheable TLB0
142 * 0xffe0_0000 0xffef_ffff CCSR 1M non-cacheable
204 #define PIXIS_VBOOT_LBMAP 0xc0 /* VBOOT - CFG_LBMAP */
205 #define PIXIS_VBOOT_LBMAP_NOR0 0x00 /* cfg_lbmap - boot from NOR 0 */
206 #define PIXIS_VBOOT_LBMAP_PJET 0x01 /* cfg_lbmap - boot from projet */
207 #define PIXIS_VBOOT_LBMAP_NAND 0x02 /* cfg_lbmap - boot from NAND */
208 #define PIXIS_VBOOT_LBMAP_NOR1 0x03 /* cfg_lbmap - boot from NOR 1 */
248 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
280 /* NAND boot: 4K NAND loader config */
282 #define CONFIG_SYS_NAND_U_BOOT_SIZE ((512 << 10) - 0x2000)
287 #define CONFIG_SYS_NAND_U_BOOT_RELOC (CONFIG_SYS_INIT_L2_END - 0x2000)
288 #define CONFIG_SYS_NAND_U_BOOT_RELOC_SP ((CONFIG_SYS_INIT_L2_END - 1) & ~0xF)
290 /* NAND flash config */
292 | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
307 #define CONFIG_SYS_BR2_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Address */
308 #define CONFIG_SYS_OR2_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
310 | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
314 #define CONFIG_SYS_OR4_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
316 | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
320 #define CONFIG_SYS_OR5_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
323 | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
327 #define CONFIG_SYS_OR6_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
329 /* Serial Port - controlled on board with jumper J8
330 * open - index 2
331 * shorted - index 1
371 * Memory space is mapped 1-1, but I/O space must start from 0.
516 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
566 #define CONFIG_ROOTPATH "/opt/nfsroot"
568 #define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */
578 "hwconfig=fsl_ddr:ctlr_intlv=bank,bank_intlv=cs0_cs1,ecc=off\0" \
604 "bootm $loadaddr - $fdtaddr"
613 "bootm $loadaddr - $fdtaddr"