|
@@ -20,39 +20,119 @@
|
|
|
|
|
|
#ifdef CONFIG_P1011RDB
|
|
|
#define CONFIG_P1011
|
|
|
+#define CONFIG_SYS_L2_SIZE (256 << 10)
|
|
|
#endif
|
|
|
#ifdef CONFIG_P1020RDB
|
|
|
#define CONFIG_P1020
|
|
|
+#define CONFIG_SYS_L2_SIZE (256 << 10)
|
|
|
#endif
|
|
|
#ifdef CONFIG_P2010RDB
|
|
|
#define CONFIG_P2010
|
|
|
+#define CONFIG_SYS_L2_SIZE (512 << 10)
|
|
|
#endif
|
|
|
#ifdef CONFIG_P2020RDB
|
|
|
#define CONFIG_P2020
|
|
|
-#endif
|
|
|
-
|
|
|
-#ifdef CONFIG_NAND
|
|
|
-#define CONFIG_NAND_U_BOOT 1
|
|
|
-#define CONFIG_RAMBOOT_NAND 1
|
|
|
-#ifdef CONFIG_NAND_SPL
|
|
|
-#define CONFIG_SYS_TEXT_BASE_SPL 0xfff00000
|
|
|
-#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE_SPL /* start of monitor */
|
|
|
-#else
|
|
|
-#define CONFIG_SYS_LDSCRIPT $(CPUDIR)/u-boot-nand.lds
|
|
|
-#define CONFIG_SYS_TEXT_BASE 0xf8f82000
|
|
|
-#endif /* CONFIG_NAND_SPL */
|
|
|
+#define CONFIG_SYS_L2_SIZE (512 << 10)
|
|
|
#endif
|
|
|
|
|
|
#ifdef CONFIG_SDCARD
|
|
|
-#define CONFIG_RAMBOOT_SDCARD 1
|
|
|
-#define CONFIG_SYS_TEXT_BASE 0x11000000
|
|
|
-#define CONFIG_RESET_VECTOR_ADDRESS 0x110bfffc
|
|
|
+#define CONFIG_SPL
|
|
|
+#define CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT
|
|
|
+#define CONFIG_SPL_ENV_SUPPORT
|
|
|
+#define CONFIG_SPL_SERIAL_SUPPORT
|
|
|
+#define CONFIG_SPL_MMC_SUPPORT
|
|
|
+#define CONFIG_SPL_MMC_MINIMAL
|
|
|
+#define CONFIG_SPL_FLUSH_IMAGE
|
|
|
+#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
|
|
|
+#define CONFIG_SPL_LIBGENERIC_SUPPORT
|
|
|
+#define CONFIG_SPL_LIBCOMMON_SUPPORT
|
|
|
+#define CONFIG_SPL_I2C_SUPPORT
|
|
|
+#define CONFIG_SYS_TEXT_BASE 0x11001000
|
|
|
+#define CONFIG_SPL_TEXT_BASE 0xf8f81000
|
|
|
+#define CONFIG_SPL_PAD_TO 0x20000
|
|
|
+#define CONFIG_SPL_MAX_SIZE (128 * 1024)
|
|
|
+#define CONFIG_SYS_MMC_U_BOOT_SIZE (768 << 10)
|
|
|
+#define CONFIG_SYS_MMC_U_BOOT_DST (0x11000000)
|
|
|
+#define CONFIG_SYS_MMC_U_BOOT_START (0x11000000)
|
|
|
+#define CONFIG_SYS_MMC_U_BOOT_OFFS (129 << 10)
|
|
|
+#define CONFIG_SYS_MPC85XX_NO_RESETVEC
|
|
|
+#define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
|
|
|
+#define CONFIG_SPL_MMC_BOOT
|
|
|
+#ifdef CONFIG_SPL_BUILD
|
|
|
+#define CONFIG_SPL_COMMON_INIT_DDR
|
|
|
+#endif
|
|
|
#endif
|
|
|
|
|
|
#ifdef CONFIG_SPIFLASH
|
|
|
-#define CONFIG_RAMBOOT_SPIFLASH 1
|
|
|
-#define CONFIG_SYS_TEXT_BASE 0x11000000
|
|
|
-#define CONFIG_RESET_VECTOR_ADDRESS 0x110bfffc
|
|
|
+#define CONFIG_SPL
|
|
|
+#define CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT
|
|
|
+#define CONFIG_SPL_ENV_SUPPORT
|
|
|
+#define CONFIG_SPL_SERIAL_SUPPORT
|
|
|
+#define CONFIG_SPL_SPI_SUPPORT
|
|
|
+#define CONFIG_SPL_SPI_FLASH_SUPPORT
|
|
|
+#define CONFIG_SPL_SPI_FLASH_MINIMAL
|
|
|
+#define CONFIG_SPL_FLUSH_IMAGE
|
|
|
+#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
|
|
|
+#define CONFIG_SPL_LIBGENERIC_SUPPORT
|
|
|
+#define CONFIG_SPL_LIBCOMMON_SUPPORT
|
|
|
+#define CONFIG_SPL_I2C_SUPPORT
|
|
|
+#define CONFIG_SYS_TEXT_BASE 0x11001000
|
|
|
+#define CONFIG_SPL_TEXT_BASE 0xf8f81000
|
|
|
+#define CONFIG_SPL_PAD_TO 0x20000
|
|
|
+#define CONFIG_SPL_MAX_SIZE (128 * 1024)
|
|
|
+#define CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE (768 << 10)
|
|
|
+#define CONFIG_SYS_SPI_FLASH_U_BOOT_DST (0x11000000)
|
|
|
+#define CONFIG_SYS_SPI_FLASH_U_BOOT_START (0x11000000)
|
|
|
+#define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS (128 << 10)
|
|
|
+#define CONFIG_SYS_MPC85XX_NO_RESETVEC
|
|
|
+#define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
|
|
|
+#define CONFIG_SPL_SPI_BOOT
|
|
|
+#ifdef CONFIG_SPL_BUILD
|
|
|
+#define CONFIG_SPL_COMMON_INIT_DDR
|
|
|
+#endif
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifdef CONFIG_NAND
|
|
|
+#define CONFIG_SPL
|
|
|
+#define CONFIG_TPL
|
|
|
+#ifdef CONFIG_TPL_BUILD
|
|
|
+#define CONFIG_SPL_NAND_BOOT
|
|
|
+#define CONFIG_SPL_FLUSH_IMAGE
|
|
|
+#define CONFIG_SPL_ENV_SUPPORT
|
|
|
+#define CONFIG_SPL_NAND_INIT
|
|
|
+#define CONFIG_SPL_SERIAL_SUPPORT
|
|
|
+#define CONFIG_SPL_LIBGENERIC_SUPPORT
|
|
|
+#define CONFIG_SPL_LIBCOMMON_SUPPORT
|
|
|
+#define CONFIG_SPL_I2C_SUPPORT
|
|
|
+#define CONFIG_SPL_NAND_SUPPORT
|
|
|
+#define CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT
|
|
|
+#define CONFIG_SPL_COMMON_INIT_DDR
|
|
|
+#define CONFIG_SPL_MAX_SIZE (128 << 10)
|
|
|
+#define CONFIG_SPL_TEXT_BASE 0xf8f81000
|
|
|
+#define CONFIG_SYS_MPC85XX_NO_RESETVEC
|
|
|
+#define CONFIG_SYS_NAND_U_BOOT_SIZE (832 << 10)
|
|
|
+#define CONFIG_SYS_NAND_U_BOOT_DST (0x11000000)
|
|
|
+#define CONFIG_SYS_NAND_U_BOOT_START (0x11000000)
|
|
|
+#define CONFIG_SYS_NAND_U_BOOT_OFFS ((128 + 128) << 10)
|
|
|
+#elif defined(CONFIG_SPL_BUILD)
|
|
|
+#define CONFIG_SPL_INIT_MINIMAL
|
|
|
+#define CONFIG_SPL_SERIAL_SUPPORT
|
|
|
+#define CONFIG_SPL_NAND_SUPPORT
|
|
|
+#define CONFIG_SPL_FLUSH_IMAGE
|
|
|
+#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
|
|
|
+#define CONFIG_SPL_TEXT_BASE 0xff800000
|
|
|
+#define CONFIG_SPL_MAX_SIZE 4096
|
|
|
+#define CONFIG_SYS_NAND_U_BOOT_SIZE (128 << 10)
|
|
|
+#define CONFIG_SYS_NAND_U_BOOT_DST 0xf8f80000
|
|
|
+#define CONFIG_SYS_NAND_U_BOOT_START 0xf8f80000
|
|
|
+#define CONFIG_SYS_NAND_U_BOOT_OFFS (128 << 10)
|
|
|
+#endif /* not CONFIG_TPL_BUILD */
|
|
|
+
|
|
|
+#define CONFIG_SPL_PAD_TO 0x20000
|
|
|
+#define CONFIG_TPL_PAD_TO 0x20000
|
|
|
+#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
|
|
|
+#define CONFIG_SYS_TEXT_BASE 0x11001000
|
|
|
+#define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
|
|
|
#endif
|
|
|
|
|
|
#ifndef CONFIG_SYS_TEXT_BASE
|
|
@@ -64,8 +144,12 @@
|
|
|
#endif
|
|
|
|
|
|
#ifndef CONFIG_SYS_MONITOR_BASE
|
|
|
+#ifdef CONFIG_SPL_BUILD
|
|
|
+#define CONFIG_SYS_MONITOR_BASE CONFIG_SPL_TEXT_BASE
|
|
|
+#else
|
|
|
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
|
|
|
#endif
|
|
|
+#endif
|
|
|
|
|
|
/* High Level Configuration Options */
|
|
|
#define CONFIG_BOOKE 1 /* BOOKE */
|
|
@@ -120,22 +204,45 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|
|
#define CONFIG_SYS_MEMTEST_END 0x1fffffff
|
|
|
#define CONFIG_PANIC_HANG /* do not reset board on panic */
|
|
|
|
|
|
- /*
|
|
|
- * Config the L2 Cache as L2 SRAM
|
|
|
- */
|
|
|
+/*
|
|
|
+ * Config the L2 Cache as L2 SRAM
|
|
|
+*/
|
|
|
+#if defined(CONFIG_SPL_BUILD)
|
|
|
+#if defined(CONFIG_SDCARD) || defined(CONFIG_SPIFLASH)
|
|
|
#define CONFIG_SYS_INIT_L2_ADDR 0xf8f80000
|
|
|
-#ifdef CONFIG_PHYS_64BIT
|
|
|
-#define CONFIG_SYS_INIT_L2_ADDR_PHYS 0xff8f80000ull
|
|
|
+#define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
|
|
|
+#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
|
|
|
+#define CONFIG_SPL_RELOC_TEXT_BASE 0xf8f81000
|
|
|
+#define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 112 * 1024)
|
|
|
+#define CONFIG_SPL_RELOC_STACK (CONFIG_SYS_INIT_L2_ADDR + 116 * 1024)
|
|
|
+#define CONFIG_SPL_RELOC_STACK_SIZE (32 << 10)
|
|
|
+#define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SYS_INIT_L2_ADDR + 148 * 1024)
|
|
|
+#if defined(CONFIG_P2020RDB)
|
|
|
+#define CONFIG_SPL_RELOC_MALLOC_SIZE (364 << 10)
|
|
|
+#else
|
|
|
+#define CONFIG_SPL_RELOC_MALLOC_SIZE (108 << 10)
|
|
|
+#endif
|
|
|
+#elif defined(CONFIG_NAND)
|
|
|
+#ifdef CONFIG_TPL_BUILD
|
|
|
+#define CONFIG_SYS_INIT_L2_ADDR 0xf8f80000
|
|
|
+#define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
|
|
|
+#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
|
|
|
+#define CONFIG_SPL_RELOC_TEXT_BASE 0xf8f81000
|
|
|
+#define CONFIG_SPL_RELOC_STACK (CONFIG_SYS_INIT_L2_ADDR + 192 * 1024)
|
|
|
+#define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SYS_INIT_L2_ADDR + 208 * 1024)
|
|
|
+#define CONFIG_SPL_RELOC_MALLOC_SIZE (48 << 10)
|
|
|
+#define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 176 * 1024)
|
|
|
#else
|
|
|
+#define CONFIG_SYS_INIT_L2_ADDR 0xf8f80000
|
|
|
#define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
|
|
|
+#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
|
|
|
+#define CONFIG_SPL_RELOC_TEXT_BASE (CONFIG_SYS_INIT_L2_END - 0x2000)
|
|
|
+#define CONFIG_SPL_RELOC_STACK ((CONFIG_SYS_INIT_L2_END - 1) & ~0xF)
|
|
|
+#endif /* CONFIG_TPL_BUILD */
|
|
|
+#endif
|
|
|
#endif
|
|
|
-#define CONFIG_SYS_L2_SIZE (512 << 10)
|
|
|
-#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
|
|
|
-
|
|
|
-#define CONFIG_SYS_CCSRBAR 0xffe00000
|
|
|
-#define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR
|
|
|
|
|
|
-#if defined(CONFIG_NAND_SPL)
|
|
|
+#ifdef CONFIG_SPL_BUILD
|
|
|
#define CONFIG_SYS_CCSR_DO_NOT_RELOCATE
|
|
|
#endif
|
|
|
|
|
@@ -146,7 +253,15 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|
|
|
|
|
#define CONFIG_MEM_INIT_VALUE 0xDeadBeef
|
|
|
|
|
|
-#define CONFIG_SYS_SDRAM_SIZE 1024 /* DDR size on P1_P2 RDBs */
|
|
|
+#if defined(CONFIG_P1011RDB) || defined(CONFIG_P1020RDB)
|
|
|
+/*
|
|
|
+ * P1020 and it's derivatives support max 32bit DDR width
|
|
|
+ * So Reduce available DDR size
|
|
|
+*/
|
|
|
+#define CONFIG_SYS_SDRAM_SIZE 512
|
|
|
+#else
|
|
|
+#define CONFIG_SYS_SDRAM_SIZE 1024
|
|
|
+#endif
|
|
|
#define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000
|
|
|
#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
|
|
|
|
|
@@ -201,14 +316,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|
|
#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
|
|
|
#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
|
|
|
|
|
|
-#if defined(CONFIG_RAMBOOT_NAND) || defined(CONFIG_RAMBOOT_SDCARD) || \
|
|
|
- defined(CONFIG_RAMBOOT_SPIFLASH)
|
|
|
-#define CONFIG_SYS_RAMBOOT
|
|
|
-#define CONFIG_SYS_EXTRA_ENV_RELOC
|
|
|
-#else
|
|
|
-#undef CONFIG_SYS_RAMBOOT
|
|
|
-#endif
|
|
|
-
|
|
|
#define CONFIG_FLASH_CFI_DRIVER
|
|
|
#define CONFIG_SYS_FLASH_CFI
|
|
|
#define CONFIG_SYS_FLASH_EMPTY_INFO
|
|
@@ -241,21 +348,12 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|
|
#define CONFIG_SYS_MONITOR_LEN (768 * 1024)
|
|
|
#define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* Reserved for malloc*/
|
|
|
|
|
|
-#ifndef CONFIG_NAND_SPL
|
|
|
-#define CONFIG_SYS_NAND_BASE 0xffa00000
|
|
|
+#define CONFIG_SYS_NAND_BASE 0xff800000
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
-#define CONFIG_SYS_NAND_BASE_PHYS 0xfffa00000ull
|
|
|
+#define CONFIG_SYS_NAND_BASE_PHYS 0xfff800000ull
|
|
|
#else
|
|
|
#define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE
|
|
|
#endif
|
|
|
-#else
|
|
|
-#define CONFIG_SYS_NAND_BASE 0xfff00000
|
|
|
-#ifdef CONFIG_PHYS_64BIT
|
|
|
-#define CONFIG_SYS_NAND_BASE_PHYS 0xffff00000ull
|
|
|
-#else
|
|
|
-#define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE
|
|
|
-#endif
|
|
|
-#endif
|
|
|
|
|
|
#define CONFIG_CMD_NAND
|
|
|
#define CONFIG_SYS_NAND_BASE_LIST {CONFIG_SYS_NAND_BASE}
|
|
@@ -264,15 +362,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|
|
#define CONFIG_NAND_FSL_ELBC 1
|
|
|
#define CONFIG_SYS_NAND_BLOCK_SIZE (16 * 1024)
|
|
|
|
|
|
-/* NAND boot: 4K NAND loader config */
|
|
|
-#define CONFIG_SYS_NAND_SPL_SIZE 0x1000
|
|
|
-#define CONFIG_SYS_NAND_U_BOOT_SIZE ((768 << 10) - 0x2000)
|
|
|
-#define CONFIG_SYS_NAND_U_BOOT_DST (CONFIG_SYS_INIT_L2_ADDR)
|
|
|
-#define CONFIG_SYS_NAND_U_BOOT_START (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_NAND_SPL_SIZE)
|
|
|
-#define CONFIG_SYS_NAND_U_BOOT_OFFS (0)
|
|
|
-#define CONFIG_SYS_NAND_U_BOOT_RELOC (CONFIG_SYS_INIT_L2_END - 0x2000)
|
|
|
-#define CONFIG_SYS_NAND_U_BOOT_RELOC_SP ((CONFIG_SYS_INIT_L2_END - 1) & ~0xF)
|
|
|
-
|
|
|
/* NAND flash config */
|
|
|
#define CONFIG_SYS_NAND_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \
|
|
|
| (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
|
|
@@ -288,7 +377,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|
|
| OR_FCM_TRLX \
|
|
|
| OR_FCM_EHTR)
|
|
|
|
|
|
-#ifdef CONFIG_RAMBOOT_NAND
|
|
|
+#ifdef CONFIG_NAND
|
|
|
#define CONFIG_SYS_BR0_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Address */
|
|
|
#define CONFIG_SYS_OR0_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
|
|
|
#define CONFIG_SYS_BR1_PRELIM CONFIG_FLASH_BR_PRELIM /* NOR Base Address */
|
|
@@ -323,7 +412,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|
|
#define CONFIG_SYS_NS16550_SERIAL
|
|
|
#define CONFIG_SYS_NS16550_REG_SIZE 1
|
|
|
#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
|
|
-#ifdef CONFIG_NAND_SPL
|
|
|
+#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_INIT_MINIMAL)
|
|
|
#define CONFIG_NS16550_MIN_FUNCTIONS
|
|
|
#endif
|
|
|
|
|
@@ -490,33 +579,45 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|
|
/*
|
|
|
* Environment
|
|
|
*/
|
|
|
-#if defined(CONFIG_SYS_RAMBOOT)
|
|
|
-#if defined(CONFIG_RAMBOOT_NAND)
|
|
|
- #define CONFIG_ENV_IS_IN_NAND 1
|
|
|
- #define CONFIG_ENV_SIZE CONFIG_SYS_NAND_BLOCK_SIZE
|
|
|
- #define CONFIG_ENV_OFFSET ((768*1024)+CONFIG_SYS_NAND_BLOCK_SIZE)
|
|
|
-#elif defined(CONFIG_RAMBOOT_SDCARD)
|
|
|
+#ifdef CONFIG_SPIFLASH
|
|
|
+#define CONFIG_ENV_IS_IN_SPI_FLASH
|
|
|
+#define CONFIG_ENV_SPI_BUS 0
|
|
|
+#define CONFIG_ENV_SPI_CS 0
|
|
|
+#define CONFIG_ENV_SPI_MAX_HZ 10000000
|
|
|
+#define CONFIG_ENV_SPI_MODE 0
|
|
|
+#define CONFIG_ENV_SIZE 0x2000 /* 8KB */
|
|
|
+#define CONFIG_ENV_OFFSET 0x100000 /* 1MB */
|
|
|
+#define CONFIG_ENV_SECT_SIZE 0x10000
|
|
|
+#define CONFIG_ENV_ADDR (CONFIG_SYS_INIT_L2_ADDR + (160 << 10))
|
|
|
+#elif defined(CONFIG_SDCARD)
|
|
|
#define CONFIG_ENV_IS_IN_MMC
|
|
|
#define CONFIG_FSL_FIXED_MMC_LOCATION
|
|
|
-#define CONFIG_ENV_SIZE 0x2000
|
|
|
-#define CONFIG_SYS_MMC_ENV_DEV 0
|
|
|
-#elif defined(CONFIG_RAMBOOT_SPIFLASH)
|
|
|
- #define CONFIG_ENV_IS_IN_SPI_FLASH
|
|
|
- #define CONFIG_ENV_SPI_BUS 0
|
|
|
- #define CONFIG_ENV_SPI_CS 0
|
|
|
- #define CONFIG_ENV_SPI_MAX_HZ 10000000
|
|
|
- #define CONFIG_ENV_SPI_MODE 0
|
|
|
- #define CONFIG_ENV_OFFSET 0x100000 /* 1MB */
|
|
|
- #define CONFIG_ENV_SECT_SIZE 0x10000
|
|
|
- #define CONFIG_ENV_SIZE 0x2000
|
|
|
-#endif
|
|
|
+#define CONFIG_ENV_SIZE 0x2000
|
|
|
+#define CONFIG_SYS_MMC_ENV_DEV 0
|
|
|
+#define CONFIG_ENV_OFFSET (512 * 0x800)
|
|
|
+#define CONFIG_ENV_ADDR (CONFIG_SYS_INIT_L2_ADDR + (160 << 10))
|
|
|
+#elif defined(CONFIG_NAND)
|
|
|
+#ifdef CONFIG_TPL_BUILD
|
|
|
+#define CONFIG_ENV_SIZE 0x2000
|
|
|
+#define CONFIG_ENV_ADDR (CONFIG_SYS_INIT_L2_ADDR + (160 << 10))
|
|
|
#else
|
|
|
- #define CONFIG_ENV_IS_IN_FLASH 1
|
|
|
- #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
|
|
|
- #define CONFIG_ENV_SIZE 0x2000
|
|
|
- #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) */
|
|
|
+#define CONFIG_ENV_SIZE CONFIG_SYS_NAND_BLOCK_SIZE
|
|
|
+#endif
|
|
|
+#define CONFIG_ENV_IS_IN_NAND
|
|
|
+#define CONFIG_ENV_OFFSET (1024 * 1024)
|
|
|
+#define CONFIG_ENV_RANGE (3 * CONFIG_ENV_SIZE)
|
|
|
+#elif defined(CONFIG_SYS_RAMBOOT)
|
|
|
+#define CONFIG_ENV_IS_NOWHERE /* Store ENV in memory only */
|
|
|
+#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
|
|
|
+#define CONFIG_ENV_SIZE 0x2000
|
|
|
+#else
|
|
|
+#define CONFIG_ENV_IS_IN_FLASH
|
|
|
+#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
|
|
|
+#define CONFIG_ENV_SIZE 0x2000
|
|
|
+#define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) */
|
|
|
#endif
|
|
|
|
|
|
+
|
|
|
#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
|
|
|
#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
|
|
|
|