2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2011-07-26 14:50:46 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2010-2011 Freescale Semiconductor, Inc.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* QorIQ RDB boards configuration file
|
|
|
|
*/
|
|
|
|
#ifndef __CONFIG_H
|
|
|
|
#define __CONFIG_H
|
|
|
|
|
2016-11-17 21:12:38 +00:00
|
|
|
#if defined(CONFIG_TARGET_P1020MBG)
|
2012-08-20 13:16:30 +00:00
|
|
|
#define CONFIG_BOARDNAME "P1020MBG-PC"
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_VSC7385_ENET
|
|
|
|
#define CONFIG_SLIC
|
|
|
|
#define __SW_BOOT_MASK 0x03
|
|
|
|
#define __SW_BOOT_NOR 0xe4
|
|
|
|
#define __SW_BOOT_SD 0x54
|
2012-10-12 23:02:24 +00:00
|
|
|
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif
|
|
|
|
|
2016-11-17 21:53:54 +00:00
|
|
|
#if defined(CONFIG_TARGET_P1020UTM)
|
2012-08-20 13:16:30 +00:00
|
|
|
#define CONFIG_BOARDNAME "P1020UTM-PC"
|
2011-07-26 14:50:46 +00:00
|
|
|
#define __SW_BOOT_MASK 0x03
|
|
|
|
#define __SW_BOOT_NOR 0xe0
|
|
|
|
#define __SW_BOOT_SD 0x50
|
2012-10-12 23:02:24 +00:00
|
|
|
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif
|
|
|
|
|
2016-11-17 21:52:44 +00:00
|
|
|
#if defined(CONFIG_TARGET_P1020RDB_PC)
|
2012-08-20 13:16:30 +00:00
|
|
|
#define CONFIG_BOARDNAME "P1020RDB-PC"
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_NAND_FSL_ELBC
|
|
|
|
#define CONFIG_VSC7385_ENET
|
|
|
|
#define CONFIG_SLIC
|
|
|
|
#define __SW_BOOT_MASK 0x03
|
|
|
|
#define __SW_BOOT_NOR 0x5c
|
|
|
|
#define __SW_BOOT_SPI 0x1c
|
|
|
|
#define __SW_BOOT_SD 0x9c
|
|
|
|
#define __SW_BOOT_NAND 0xec
|
|
|
|
#define __SW_BOOT_PCIE 0x6c
|
2012-10-12 23:02:24 +00:00
|
|
|
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif
|
|
|
|
|
2013-06-28 02:47:09 +00:00
|
|
|
/*
|
|
|
|
* P1020RDB-PD board has user selectable switches for evaluating different
|
|
|
|
* frequency and boot options for the P1020 device. The table that
|
|
|
|
* follow describe the available options. The front six binary number was in
|
|
|
|
* accordance with SW3[1:6].
|
|
|
|
* 111101 533 533 267 667 NOR Core0 boot; Core1 hold-off
|
|
|
|
* 101101 667 667 333 667 NOR Core0 boot; Core1 hold-off
|
|
|
|
* 011001 800 800 400 667 NOR Core0 boot; Core1 hold-off
|
|
|
|
* 001001 800 800 400 667 SD/MMC Core0 boot; Core1 hold-off
|
|
|
|
* 001101 800 800 400 667 SPI Core0 boot; Core1 hold-off
|
|
|
|
* 010001 800 800 400 667 NAND Core0 boot; Core1 hold-off
|
|
|
|
* 011101 800 800 400 667 PCIe-2 Core0 boot; Core1 hold-off
|
|
|
|
*/
|
2016-11-17 21:53:33 +00:00
|
|
|
#if defined(CONFIG_TARGET_P1020RDB_PD)
|
2013-06-28 02:47:09 +00:00
|
|
|
#define CONFIG_BOARDNAME "P1020RDB-PD"
|
|
|
|
#define CONFIG_NAND_FSL_ELBC
|
|
|
|
#define CONFIG_VSC7385_ENET
|
|
|
|
#define CONFIG_SLIC
|
|
|
|
#define __SW_BOOT_MASK 0x03
|
|
|
|
#define __SW_BOOT_NOR 0x64
|
|
|
|
#define __SW_BOOT_SPI 0x34
|
|
|
|
#define __SW_BOOT_SD 0x24
|
|
|
|
#define __SW_BOOT_NAND 0x44
|
|
|
|
#define __SW_BOOT_PCIE 0x74
|
|
|
|
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
2014-10-16 02:58:55 +00:00
|
|
|
/*
|
|
|
|
* Dynamic MTD Partition support with mtdparts
|
|
|
|
*/
|
2013-06-28 02:47:09 +00:00
|
|
|
#endif
|
|
|
|
|
2016-11-17 21:43:18 +00:00
|
|
|
#if defined(CONFIG_TARGET_P1021RDB)
|
2012-08-20 13:16:30 +00:00
|
|
|
#define CONFIG_BOARDNAME "P1021RDB-PC"
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_NAND_FSL_ELBC
|
|
|
|
#define CONFIG_VSC7385_ENET
|
|
|
|
#define CONFIG_SYS_LBC_LBCR 0x00080000 /* Implement conversion of
|
|
|
|
addresses in the LBC */
|
|
|
|
#define __SW_BOOT_MASK 0x03
|
|
|
|
#define __SW_BOOT_NOR 0x5c
|
|
|
|
#define __SW_BOOT_SPI 0x1c
|
|
|
|
#define __SW_BOOT_SD 0x9c
|
|
|
|
#define __SW_BOOT_NAND 0xec
|
|
|
|
#define __SW_BOOT_PCIE 0x6c
|
2012-10-12 23:02:24 +00:00
|
|
|
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
2014-10-16 02:58:55 +00:00
|
|
|
/*
|
|
|
|
* Dynamic MTD Partition support with mtdparts
|
|
|
|
*/
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif
|
|
|
|
|
2016-11-17 21:48:39 +00:00
|
|
|
#if defined(CONFIG_TARGET_P1024RDB)
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_BOARDNAME "P1024RDB"
|
|
|
|
#define CONFIG_NAND_FSL_ELBC
|
|
|
|
#define CONFIG_SLIC
|
|
|
|
#define __SW_BOOT_MASK 0xf3
|
|
|
|
#define __SW_BOOT_NOR 0x00
|
|
|
|
#define __SW_BOOT_SPI 0x08
|
|
|
|
#define __SW_BOOT_SD 0x04
|
|
|
|
#define __SW_BOOT_NAND 0x0c
|
2012-10-12 23:02:24 +00:00
|
|
|
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif
|
|
|
|
|
2016-11-17 22:10:14 +00:00
|
|
|
#if defined(CONFIG_TARGET_P1025RDB)
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_BOARDNAME "P1025RDB"
|
|
|
|
#define CONFIG_NAND_FSL_ELBC
|
|
|
|
#define CONFIG_SLIC
|
|
|
|
|
|
|
|
#define CONFIG_SYS_LBC_LBCR 0x00080000 /* Implement conversion of
|
|
|
|
addresses in the LBC */
|
|
|
|
#define __SW_BOOT_MASK 0xf3
|
|
|
|
#define __SW_BOOT_NOR 0x00
|
|
|
|
#define __SW_BOOT_SPI 0x08
|
|
|
|
#define __SW_BOOT_SD 0x04
|
|
|
|
#define __SW_BOOT_NAND 0x0c
|
2012-10-12 23:02:24 +00:00
|
|
|
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif
|
|
|
|
|
2016-11-17 22:19:18 +00:00
|
|
|
#if defined(CONFIG_TARGET_P2020RDB)
|
|
|
|
#define CONFIG_BOARDNAME "P2020RDB-PC"
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_NAND_FSL_ELBC
|
|
|
|
#define CONFIG_VSC7385_ENET
|
|
|
|
#define __SW_BOOT_MASK 0x03
|
|
|
|
#define __SW_BOOT_NOR 0xc8
|
|
|
|
#define __SW_BOOT_SPI 0x28
|
|
|
|
#define __SW_BOOT_SD 0x68 /* or 0x18 */
|
|
|
|
#define __SW_BOOT_NAND 0xe8
|
|
|
|
#define __SW_BOOT_PCIE 0xa8
|
2012-10-12 23:02:24 +00:00
|
|
|
#define CONFIG_SYS_L2_SIZE (512 << 10)
|
2014-10-16 02:58:55 +00:00
|
|
|
/*
|
|
|
|
* Dynamic MTD Partition support with mtdparts
|
|
|
|
*/
|
2012-10-12 23:02:24 +00:00
|
|
|
#endif
|
|
|
|
|
2011-07-26 14:50:46 +00:00
|
|
|
#ifdef CONFIG_SDCARD
|
2013-09-06 09:30:56 +00:00
|
|
|
#define CONFIG_SPL_FLUSH_IMAGE
|
|
|
|
#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
|
2014-01-24 07:50:06 +00:00
|
|
|
#define CONFIG_SPL_PAD_TO 0x20000
|
|
|
|
#define CONFIG_SPL_MAX_SIZE (128 * 1024)
|
2014-01-14 06:04:26 +00:00
|
|
|
#define CONFIG_SYS_MMC_U_BOOT_SIZE (768 << 10)
|
2013-09-06 09:30:56 +00:00
|
|
|
#define CONFIG_SYS_MMC_U_BOOT_DST (0x11000000)
|
|
|
|
#define CONFIG_SYS_MMC_U_BOOT_START (0x11000000)
|
2014-01-24 07:50:06 +00:00
|
|
|
#define CONFIG_SYS_MMC_U_BOOT_OFFS (128 << 10)
|
2013-09-06 09:30:56 +00:00
|
|
|
#define CONFIG_SYS_MPC85XX_NO_RESETVEC
|
|
|
|
#ifdef CONFIG_SPL_BUILD
|
|
|
|
#define CONFIG_SPL_COMMON_INIT_DDR
|
|
|
|
#endif
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef CONFIG_SPIFLASH
|
2013-09-06 09:30:57 +00:00
|
|
|
#define CONFIG_SPL_SPI_FLASH_MINIMAL
|
|
|
|
#define CONFIG_SPL_FLUSH_IMAGE
|
|
|
|
#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
|
2014-01-24 07:50:06 +00:00
|
|
|
#define CONFIG_SPL_PAD_TO 0x20000
|
|
|
|
#define CONFIG_SPL_MAX_SIZE (128 * 1024)
|
2014-01-14 06:04:26 +00:00
|
|
|
#define CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE (768 << 10)
|
2013-09-06 09:30:57 +00:00
|
|
|
#define CONFIG_SYS_SPI_FLASH_U_BOOT_DST (0x11000000)
|
|
|
|
#define CONFIG_SYS_SPI_FLASH_U_BOOT_START (0x11000000)
|
2014-01-24 07:50:06 +00:00
|
|
|
#define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS (128 << 10)
|
2013-09-06 09:30:57 +00:00
|
|
|
#define CONFIG_SYS_MPC85XX_NO_RESETVEC
|
|
|
|
#ifdef CONFIG_SPL_BUILD
|
|
|
|
#define CONFIG_SPL_COMMON_INIT_DDR
|
|
|
|
#endif
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif
|
|
|
|
|
2019-10-03 17:50:03 +00:00
|
|
|
#ifdef CONFIG_MTD_RAW_NAND
|
2013-09-06 09:30:58 +00:00
|
|
|
#ifdef CONFIG_TPL_BUILD
|
|
|
|
#define CONFIG_SPL_FLUSH_IMAGE
|
|
|
|
#define CONFIG_SPL_NAND_INIT
|
|
|
|
#define CONFIG_SPL_COMMON_INIT_DDR
|
|
|
|
#define CONFIG_SPL_MAX_SIZE (128 << 10)
|
2019-01-22 22:09:24 +00:00
|
|
|
#define CONFIG_TPL_TEXT_BASE 0xf8f81000
|
2013-09-06 09:30:58 +00:00
|
|
|
#define CONFIG_SYS_MPC85XX_NO_RESETVEC
|
2014-01-14 06:04:26 +00:00
|
|
|
#define CONFIG_SYS_NAND_U_BOOT_SIZE (832 << 10)
|
2013-09-06 09:30:58 +00:00
|
|
|
#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)
|
2012-09-21 21:31:00 +00:00
|
|
|
#define CONFIG_SPL_INIT_MINIMAL
|
|
|
|
#define CONFIG_SPL_FLUSH_IMAGE
|
|
|
|
#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
|
2013-04-11 09:35:49 +00:00
|
|
|
#define CONFIG_SPL_MAX_SIZE 4096
|
2013-09-06 09:30:58 +00:00
|
|
|
#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"
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef CONFIG_RESET_VECTOR_ADDRESS
|
|
|
|
#define CONFIG_RESET_VECTOR_ADDRESS 0xeffffffc
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef CONFIG_SYS_MONITOR_BASE
|
2019-01-22 22:09:24 +00:00
|
|
|
#ifdef CONFIG_TPL_BUILD
|
|
|
|
#define CONFIG_SYS_MONITOR_BASE CONFIG_TPL_TEXT_BASE
|
|
|
|
#elif defined(CONFIG_SPL_BUILD)
|
2012-09-21 21:31:00 +00:00
|
|
|
#define CONFIG_SYS_MONITOR_BASE CONFIG_SPL_TEXT_BASE
|
|
|
|
#else
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
|
|
|
|
#endif
|
2012-09-21 21:31:00 +00:00
|
|
|
#endif
|
2011-07-26 14:50:46 +00:00
|
|
|
|
2016-05-03 23:52:49 +00:00
|
|
|
#define CONFIG_PCIE1 /* PCIE controller 1 (slot 1) */
|
|
|
|
#define CONFIG_PCIE2 /* PCIE controller 2 (slot 2) */
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
|
|
|
|
|
|
|
|
#define CONFIG_ENV_OVERWRITE
|
|
|
|
|
|
|
|
#define CONFIG_SYS_SATA_MAX_DEVICE 2
|
|
|
|
#define CONFIG_LBA48
|
|
|
|
|
2016-11-17 22:19:18 +00:00
|
|
|
#if defined(CONFIG_TARGET_P2020RDB)
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_CLK_FREQ 100000000
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_CLK_FREQ 66666666
|
|
|
|
#endif
|
|
|
|
#define CONFIG_DDR_CLK_FREQ 66666666
|
|
|
|
|
|
|
|
#define CONFIG_HWCONFIG
|
|
|
|
/*
|
|
|
|
* These can be toggled for performance analysis, otherwise use default.
|
|
|
|
*/
|
|
|
|
#define CONFIG_L2_CACHE
|
|
|
|
#define CONFIG_BTB
|
|
|
|
|
|
|
|
#define CONFIG_ENABLE_36BIT_PHYS
|
|
|
|
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_ADDR_MAP 1
|
|
|
|
#define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest works on */
|
|
|
|
#define CONFIG_SYS_MEMTEST_END 0x1fffffff
|
|
|
|
|
|
|
|
#define CONFIG_SYS_CCSRBAR 0xffe00000
|
|
|
|
#define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR
|
|
|
|
|
|
|
|
/* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k
|
|
|
|
SPL code*/
|
2012-09-21 21:31:00 +00:00
|
|
|
#ifdef CONFIG_SPL_BUILD
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_CCSR_DO_NOT_RELOCATE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* DDR Setup */
|
2012-02-29 12:36:51 +00:00
|
|
|
#define CONFIG_SYS_DDR_RAW_TIMING
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_DDR_SPD
|
|
|
|
#define CONFIG_SYS_SPD_BUS_NUM 1
|
|
|
|
#define SPD_EEPROM_ADDRESS 0x52
|
|
|
|
|
2016-11-17 21:53:33 +00:00
|
|
|
#if (defined(CONFIG_TARGET_P1020MBG) || defined(CONFIG_TARGET_P1020RDB_PD))
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_SDRAM_SIZE_LAW LAW_SIZE_2G
|
|
|
|
#define CONFIG_CHIP_SELECTS_PER_CTRL 2
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_SDRAM_SIZE_LAW LAW_SIZE_1G
|
|
|
|
#define CONFIG_CHIP_SELECTS_PER_CTRL 1
|
|
|
|
#endif
|
|
|
|
#define CONFIG_SYS_SDRAM_SIZE (1u << (CONFIG_SYS_SDRAM_SIZE_LAW - 19))
|
|
|
|
#define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000
|
|
|
|
#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
|
|
|
|
|
|
|
|
#define CONFIG_DIMM_SLOTS_PER_CTLR 1
|
|
|
|
|
|
|
|
/* Default settings for DDR3 */
|
2016-11-17 22:19:18 +00:00
|
|
|
#ifndef CONFIG_TARGET_P2020RDB
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_DDR_CS0_BNDS 0x0000003f
|
|
|
|
#define CONFIG_SYS_DDR_CS0_CONFIG 0x80014302
|
|
|
|
#define CONFIG_SYS_DDR_CS0_CONFIG_2 0x00000000
|
|
|
|
#define CONFIG_SYS_DDR_CS1_BNDS 0x0040007f
|
|
|
|
#define CONFIG_SYS_DDR_CS1_CONFIG 0x80014302
|
|
|
|
#define CONFIG_SYS_DDR_CS1_CONFIG_2 0x00000000
|
|
|
|
|
|
|
|
#define CONFIG_SYS_DDR_DATA_INIT 0xdeadbeef
|
|
|
|
#define CONFIG_SYS_DDR_INIT_ADDR 0x00000000
|
|
|
|
#define CONFIG_SYS_DDR_INIT_EXT_ADDR 0x00000000
|
|
|
|
#define CONFIG_SYS_DDR_MODE_CONTROL 0x00000000
|
|
|
|
|
|
|
|
#define CONFIG_SYS_DDR_ZQ_CONTROL 0x89080600
|
|
|
|
#define CONFIG_SYS_DDR_WRLVL_CONTROL 0x8655A608
|
|
|
|
#define CONFIG_SYS_DDR_SR_CNTR 0x00000000
|
|
|
|
#define CONFIG_SYS_DDR_RCW_1 0x00000000
|
|
|
|
#define CONFIG_SYS_DDR_RCW_2 0x00000000
|
|
|
|
#define CONFIG_SYS_DDR_CONTROL 0xC70C0000 /* Type = DDR3 */
|
|
|
|
#define CONFIG_SYS_DDR_CONTROL_2 0x04401050
|
|
|
|
#define CONFIG_SYS_DDR_TIMING_4 0x00220001
|
|
|
|
#define CONFIG_SYS_DDR_TIMING_5 0x03402400
|
|
|
|
|
|
|
|
#define CONFIG_SYS_DDR_TIMING_3 0x00020000
|
|
|
|
#define CONFIG_SYS_DDR_TIMING_0 0x00330004
|
|
|
|
#define CONFIG_SYS_DDR_TIMING_1 0x6f6B4846
|
|
|
|
#define CONFIG_SYS_DDR_TIMING_2 0x0FA8C8CF
|
|
|
|
#define CONFIG_SYS_DDR_CLK_CTRL 0x03000000
|
|
|
|
#define CONFIG_SYS_DDR_MODE_1 0x40461520
|
|
|
|
#define CONFIG_SYS_DDR_MODE_2 0x8000c000
|
|
|
|
#define CONFIG_SYS_DDR_INTERVAL 0x0C300000
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#undef CONFIG_CLOCKS_IN_MHZ
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Memory map
|
|
|
|
*
|
2012-10-03 00:35:18 +00:00
|
|
|
* 0x0000_0000 0x7fff_ffff DDR Up to 2GB cacheable
|
2011-07-26 14:50:46 +00:00
|
|
|
* 0x8000_0000 0xdfff_ffff PCI Express Mem 1.5G non-cacheable(PCIe * 3)
|
2012-10-03 00:35:18 +00:00
|
|
|
* 0xec00_0000 0xefff_ffff NOR flash Up to 64M non-cacheable CS0/1
|
2012-10-12 23:02:24 +00:00
|
|
|
* 0xf8f8_0000 0xf8ff_ffff L2 SRAM Up to 512K cacheable
|
|
|
|
* (early boot only)
|
2012-10-03 00:35:18 +00:00
|
|
|
* 0xff80_0000 0xff80_7fff NAND flash 32K non-cacheable CS1/0
|
|
|
|
* 0xff98_0000 0xff98_ffff PMC 64K non-cacheable CS2
|
|
|
|
* 0xffa0_0000 0xffaf_ffff CPLD 1M non-cacheable CS3
|
|
|
|
* 0xffb0_0000 0xffbf_ffff VSC7385 switch 1M non-cacheable CS2
|
2011-07-26 14:50:46 +00:00
|
|
|
* 0xffc0_0000 0xffc3_ffff PCI IO range 256k non-cacheable
|
2012-10-03 00:35:18 +00:00
|
|
|
* 0xffd0_0000 0xffd0_3fff L1 for stack 16K cacheable
|
|
|
|
* 0xffe0_0000 0xffef_ffff CCSR 1M non-cacheable
|
2011-07-26 14:50:46 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Local Bus Definitions
|
|
|
|
*/
|
2016-11-17 21:53:33 +00:00
|
|
|
#if (defined(CONFIG_TARGET_P1020MBG) || defined(CONFIG_TARGET_P1020RDB_PD))
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_MAX_FLASH_SECT 512 /* 64M */
|
|
|
|
#define CONFIG_SYS_FLASH_BASE 0xec000000
|
2016-11-17 21:53:54 +00:00
|
|
|
#elif defined(CONFIG_TARGET_P1020UTM)
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_MAX_FLASH_SECT 256 /* 32M */
|
|
|
|
#define CONFIG_SYS_FLASH_BASE 0xee000000
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_MAX_FLASH_SECT 128 /* 16M */
|
|
|
|
#define CONFIG_SYS_FLASH_BASE 0xef000000
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_FLASH_BASE_PHYS (0xf00000000ull | CONFIG_SYS_FLASH_BASE)
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_FLASH_BASE_PHYS CONFIG_SYS_FLASH_BASE
|
|
|
|
#endif
|
|
|
|
|
2012-07-06 07:39:26 +00:00
|
|
|
#define CONFIG_FLASH_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) \
|
2011-07-26 14:50:46 +00:00
|
|
|
| BR_PS_16 | BR_V)
|
|
|
|
|
|
|
|
#define CONFIG_FLASH_OR_PRELIM 0xfc000ff7
|
|
|
|
|
|
|
|
#define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE_PHYS}
|
|
|
|
#define CONFIG_SYS_FLASH_QUIET_TEST
|
|
|
|
#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */
|
|
|
|
|
|
|
|
#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
|
|
|
|
|
|
|
|
#undef CONFIG_SYS_FLASH_CHECKSUM
|
|
|
|
#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
|
|
|
|
#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
|
|
|
|
|
|
|
|
#define CONFIG_SYS_FLASH_EMPTY_INFO
|
|
|
|
|
|
|
|
/* Nand Flash */
|
|
|
|
#ifdef CONFIG_NAND_FSL_ELBC
|
|
|
|
#define CONFIG_SYS_NAND_BASE 0xff800000
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_NAND_BASE_PHYS 0xfff800000ull
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
|
|
|
|
#define CONFIG_SYS_MAX_NAND_DEVICE 1
|
2016-11-17 21:53:33 +00:00
|
|
|
#if defined(CONFIG_TARGET_P1020RDB_PD)
|
2013-06-28 02:47:09 +00:00
|
|
|
#define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024)
|
|
|
|
#else
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_NAND_BLOCK_SIZE (16 * 1024)
|
2013-06-28 02:47:09 +00:00
|
|
|
#endif
|
2011-07-26 14:50:46 +00:00
|
|
|
|
2012-07-06 07:39:26 +00:00
|
|
|
#define CONFIG_SYS_NAND_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \
|
2011-07-26 14:50:46 +00:00
|
|
|
| (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
|
|
|
|
| BR_PS_8 /* Port Size = 8 bit */ \
|
|
|
|
| BR_MS_FCM /* MSEL = FCM */ \
|
|
|
|
| BR_V) /* valid */
|
2016-11-17 21:53:33 +00:00
|
|
|
#if defined(CONFIG_TARGET_P1020RDB_PD)
|
2013-06-28 02:47:09 +00:00
|
|
|
#define CONFIG_SYS_NAND_OR_PRELIM (OR_AM_32KB \
|
|
|
|
| OR_FCM_PGS /* Large Page*/ \
|
|
|
|
| OR_FCM_CSCT \
|
|
|
|
| OR_FCM_CST \
|
|
|
|
| OR_FCM_CHT \
|
|
|
|
| OR_FCM_SCY_1 \
|
|
|
|
| OR_FCM_TRLX \
|
|
|
|
| OR_FCM_EHTR)
|
|
|
|
#else
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_NAND_OR_PRELIM (OR_AM_32KB /* small page */ \
|
|
|
|
| OR_FCM_CSCT \
|
|
|
|
| OR_FCM_CST \
|
|
|
|
| OR_FCM_CHT \
|
|
|
|
| OR_FCM_SCY_1 \
|
|
|
|
| OR_FCM_TRLX \
|
|
|
|
| OR_FCM_EHTR)
|
2013-06-28 02:47:09 +00:00
|
|
|
#endif
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif /* CONFIG_NAND_FSL_ELBC */
|
|
|
|
|
|
|
|
#define CONFIG_SYS_INIT_RAM_LOCK
|
|
|
|
#define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* stack in RAM */
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
|
|
|
|
#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR
|
|
|
|
/* The assembler doesn't like typecast */
|
|
|
|
#define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
|
|
|
|
((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
|
|
|
|
CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
|
|
|
|
#else
|
|
|
|
/* Initial L1 address */
|
|
|
|
#define CONFIG_SYS_INIT_RAM_ADDR_PHYS CONFIG_SYS_INIT_RAM_ADDR
|
|
|
|
#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0
|
|
|
|
#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR_PHYS
|
|
|
|
#endif
|
|
|
|
/* Size of used area in RAM */
|
|
|
|
#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000
|
|
|
|
|
|
|
|
#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
|
|
|
|
GENERATED_GBL_DATA_SIZE)
|
|
|
|
#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
|
|
|
|
|
2014-03-31 10:01:48 +00:00
|
|
|
#define CONFIG_SYS_MONITOR_LEN (768 * 1024)
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_MALLOC_LEN (1024 * 1024)/* Reserved for malloc */
|
|
|
|
|
|
|
|
#define CONFIG_SYS_CPLD_BASE 0xffa00000
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_CPLD_BASE_PHYS 0xfffa00000ull
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_CPLD_BASE_PHYS CONFIG_SYS_CPLD_BASE
|
|
|
|
#endif
|
|
|
|
/* CPLD config size: 1Mb */
|
|
|
|
#define CONFIG_CPLD_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) | \
|
|
|
|
BR_PS_8 | BR_V)
|
|
|
|
#define CONFIG_CPLD_OR_PRELIM (0xfff009f7)
|
|
|
|
|
|
|
|
#define CONFIG_SYS_PMC_BASE 0xff980000
|
|
|
|
#define CONFIG_SYS_PMC_BASE_PHYS CONFIG_SYS_PMC_BASE
|
|
|
|
#define CONFIG_PMC_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_PMC_BASE_PHYS) | \
|
|
|
|
BR_PS_8 | BR_V)
|
|
|
|
#define CONFIG_PMC_OR_PRELIM (OR_AM_64KB | OR_GPCM_CSNT | OR_GPCM_XACS | \
|
|
|
|
OR_GPCM_SCY | OR_GPCM_TRLX | OR_GPCM_EHTR | \
|
|
|
|
OR_GPCM_EAD)
|
|
|
|
|
2019-10-03 17:50:03 +00:00
|
|
|
#ifdef CONFIG_MTD_RAW_NAND
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_BR0_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Addr */
|
|
|
|
#define CONFIG_SYS_OR0_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
|
|
|
|
#define CONFIG_SYS_BR1_PRELIM CONFIG_FLASH_BR_PRELIM /* NOR Base Address */
|
|
|
|
#define CONFIG_SYS_OR1_PRELIM CONFIG_FLASH_OR_PRELIM /* NOR Options */
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_BR0_PRELIM CONFIG_FLASH_BR_PRELIM /* NOR Base Address */
|
|
|
|
#define CONFIG_SYS_OR0_PRELIM CONFIG_FLASH_OR_PRELIM /* NOR Options */
|
|
|
|
#ifdef CONFIG_NAND_FSL_ELBC
|
|
|
|
#define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Addr */
|
|
|
|
#define CONFIG_SYS_OR1_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#define CONFIG_SYS_BR3_PRELIM CONFIG_CPLD_BR_PRELIM /* CPLD Base Address */
|
|
|
|
#define CONFIG_SYS_OR3_PRELIM CONFIG_CPLD_OR_PRELIM /* CPLD Options */
|
|
|
|
|
|
|
|
/* Vsc7385 switch */
|
|
|
|
#ifdef CONFIG_VSC7385_ENET
|
|
|
|
#define CONFIG_SYS_VSC7385_BASE 0xffb00000
|
|
|
|
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_VSC7385_BASE_PHYS 0xfffb00000ull
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_VSC7385_BASE_PHYS CONFIG_SYS_VSC7385_BASE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define CONFIG_SYS_VSC7385_BR_PRELIM \
|
|
|
|
(BR_PHYS_ADDR(CONFIG_SYS_VSC7385_BASE_PHYS) | BR_PS_8 | BR_V)
|
|
|
|
#define CONFIG_SYS_VSC7385_OR_PRELIM (OR_AM_128KB | OR_GPCM_CSNT | \
|
|
|
|
OR_GPCM_XACS | OR_GPCM_SCY_15 | OR_GPCM_SETA | \
|
|
|
|
OR_GPCM_TRLX | OR_GPCM_EHTR | OR_GPCM_EAD)
|
|
|
|
|
|
|
|
#define CONFIG_SYS_BR2_PRELIM CONFIG_SYS_VSC7385_BR_PRELIM
|
|
|
|
#define CONFIG_SYS_OR2_PRELIM CONFIG_SYS_VSC7385_OR_PRELIM
|
|
|
|
|
|
|
|
/* The size of the VSC7385 firmware image */
|
|
|
|
#define CONFIG_VSC7385_IMAGE_SIZE 8192
|
|
|
|
#endif
|
|
|
|
|
2013-09-06 09:30:56 +00:00
|
|
|
/*
|
|
|
|
* Config the L2 Cache as L2 SRAM
|
|
|
|
*/
|
|
|
|
#if defined(CONFIG_SPL_BUILD)
|
2013-09-06 09:30:57 +00:00
|
|
|
#if defined(CONFIG_SDCARD) || defined(CONFIG_SPIFLASH)
|
2013-09-06 09:30:56 +00:00
|
|
|
#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_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 112 * 1024)
|
2014-01-24 07:50:07 +00:00
|
|
|
#define CONFIG_SPL_RELOC_STACK (CONFIG_SYS_INIT_L2_ADDR + 116 * 1024)
|
|
|
|
#define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SYS_INIT_L2_ADDR + 148 * 1024)
|
2016-11-17 22:19:18 +00:00
|
|
|
#if defined(CONFIG_TARGET_P2020RDB)
|
2014-01-24 07:50:07 +00:00
|
|
|
#define CONFIG_SPL_RELOC_MALLOC_SIZE (364 << 10)
|
|
|
|
#else
|
|
|
|
#define CONFIG_SPL_RELOC_MALLOC_SIZE (108 << 10)
|
|
|
|
#endif
|
2019-10-03 17:50:03 +00:00
|
|
|
#elif defined(CONFIG_MTD_RAW_NAND)
|
2013-09-06 09:30:58 +00:00
|
|
|
#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 */
|
2013-09-06 09:30:56 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
2011-07-26 14:50:46 +00:00
|
|
|
/* Serial Port - controlled on board with jumper J8
|
|
|
|
* open - index 2
|
|
|
|
* shorted - index 1
|
|
|
|
*/
|
|
|
|
#undef CONFIG_SERIAL_SOFTWARE_FIFO
|
|
|
|
#define CONFIG_SYS_NS16550_SERIAL
|
|
|
|
#define CONFIG_SYS_NS16550_REG_SIZE 1
|
|
|
|
#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
2013-09-06 09:30:56 +00:00
|
|
|
#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_INIT_MINIMAL)
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_NS16550_MIN_FUNCTIONS
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define CONFIG_SYS_BAUDRATE_TABLE \
|
|
|
|
{300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
|
|
|
|
|
|
|
|
#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
|
|
|
|
#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
|
|
|
|
|
|
|
|
/* I2C */
|
2012-10-24 11:48:22 +00:00
|
|
|
#define CONFIG_SYS_I2C
|
|
|
|
#define CONFIG_SYS_I2C_FSL
|
|
|
|
#define CONFIG_SYS_FSL_I2C_SPEED 400000
|
|
|
|
#define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
|
|
|
|
#define CONFIG_SYS_FSL_I2C_OFFSET 0x3000
|
|
|
|
#define CONFIG_SYS_FSL_I2C2_SPEED 400000
|
|
|
|
#define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F
|
|
|
|
#define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100
|
|
|
|
#define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} }
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_I2C_EEPROM_ADDR 0x52
|
|
|
|
#define CONFIG_SYS_SPD_BUS_NUM 1 /* For rom_loc and flash bank */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* I2C2 EEPROM
|
|
|
|
*/
|
|
|
|
#undef CONFIG_ID_EEPROM
|
|
|
|
|
|
|
|
#define CONFIG_RTC_PT7C4338
|
|
|
|
#define CONFIG_SYS_I2C_RTC_ADDR 0x68
|
|
|
|
#define CONFIG_SYS_I2C_PCA9557_ADDR 0x18
|
|
|
|
|
|
|
|
/* enable read and write access to EEPROM */
|
|
|
|
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
|
|
|
|
#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
|
|
|
|
#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
|
|
|
|
|
|
|
|
#if defined(CONFIG_PCI)
|
|
|
|
/*
|
|
|
|
* General PCI
|
|
|
|
* Memory space is mapped 1-1, but I/O space must start from 0.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* controller 2, direct to uli, tgtid 2, Base address 9000 */
|
|
|
|
#define CONFIG_SYS_PCIE2_MEM_VIRT 0xa0000000
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_PCIE2_MEM_PHYS 0xc20000000ull
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_PCIE2_MEM_PHYS 0xa0000000
|
|
|
|
#endif
|
|
|
|
#define CONFIG_SYS_PCIE2_IO_VIRT 0xffc10000
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_PCIE2_IO_PHYS 0xfffc10000ull
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_PCIE2_IO_PHYS 0xffc10000
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* controller 1, Slot 2, tgtid 1, Base address a000 */
|
|
|
|
#define CONFIG_SYS_PCIE1_MEM_VIRT 0x80000000
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_PCIE1_MEM_PHYS 0xc00000000ull
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_PCIE1_MEM_PHYS 0x80000000
|
|
|
|
#endif
|
|
|
|
#define CONFIG_SYS_PCIE1_IO_VIRT 0xffc00000
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_PCIE1_IO_PHYS 0xfffc00000ull
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_PCIE1_IO_PHYS 0xffc00000
|
|
|
|
#endif
|
2019-08-27 11:04:08 +00:00
|
|
|
|
|
|
|
#if !defined(CONFIG_DM_PCI)
|
|
|
|
#define CONFIG_FSL_PCI_INIT /* Use common FSL init code */
|
|
|
|
#define CONFIG_PCI_INDIRECT_BRIDGE
|
|
|
|
#define CONFIG_SYS_PCIE2_NAME "PCIe SLOT"
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_PCIE2_MEM_BUS 0xc0000000
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_PCIE2_MEM_BUS 0xa0000000
|
|
|
|
#endif
|
|
|
|
#define CONFIG_SYS_PCIE2_MEM_SIZE 0x20000000 /* 512M */
|
|
|
|
#define CONFIG_SYS_PCIE2_IO_BUS 0x00000000
|
|
|
|
#define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */
|
|
|
|
|
|
|
|
#define CONFIG_SYS_PCIE1_NAME "mini PCIe SLOT"
|
|
|
|
#ifdef CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_SYS_PCIE1_MEM_BUS 0x80000000
|
|
|
|
#else
|
|
|
|
#define CONFIG_SYS_PCIE1_MEM_BUS 0x80000000
|
|
|
|
#endif
|
|
|
|
#define CONFIG_SYS_PCIE1_MEM_SIZE 0x20000000 /* 512M */
|
|
|
|
#define CONFIG_SYS_PCIE1_IO_BUS 0x00000000
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */
|
2019-08-27 11:04:08 +00:00
|
|
|
#endif
|
2011-07-26 14:50:46 +00:00
|
|
|
|
|
|
|
#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
|
|
|
|
#endif /* CONFIG_PCI */
|
|
|
|
|
|
|
|
#if defined(CONFIG_TSEC_ENET)
|
|
|
|
#define CONFIG_TSEC1
|
|
|
|
#define CONFIG_TSEC1_NAME "eTSEC1"
|
|
|
|
#define CONFIG_TSEC2
|
|
|
|
#define CONFIG_TSEC2_NAME "eTSEC2"
|
|
|
|
#define CONFIG_TSEC3
|
|
|
|
#define CONFIG_TSEC3_NAME "eTSEC3"
|
|
|
|
|
|
|
|
#define TSEC1_PHY_ADDR 2
|
|
|
|
#define TSEC2_PHY_ADDR 0
|
|
|
|
#define TSEC3_PHY_ADDR 1
|
|
|
|
|
|
|
|
#define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
|
|
|
|
#define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
|
|
|
|
#define TSEC3_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
|
|
|
|
|
|
|
|
#define TSEC1_PHYIDX 0
|
|
|
|
#define TSEC2_PHYIDX 0
|
|
|
|
#define TSEC3_PHYIDX 0
|
|
|
|
|
|
|
|
#define CONFIG_ETHPRIME "eTSEC1"
|
|
|
|
|
|
|
|
#define CONFIG_HAS_ETH0
|
|
|
|
#define CONFIG_HAS_ETH1
|
|
|
|
#define CONFIG_HAS_ETH2
|
|
|
|
#endif /* CONFIG_TSEC_ENET */
|
|
|
|
|
|
|
|
#ifdef CONFIG_QE
|
|
|
|
/* QE microcode/firmware address */
|
2014-03-21 08:21:44 +00:00
|
|
|
#define CONFIG_SYS_QE_FW_ADDR 0xefec0000
|
2011-11-22 15:21:25 +00:00
|
|
|
#define CONFIG_SYS_QE_FMAN_FW_LENGTH 0x10000
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif /* CONFIG_QE */
|
|
|
|
|
2016-11-17 22:10:14 +00:00
|
|
|
#ifdef CONFIG_TARGET_P1025RDB
|
2011-07-26 14:50:46 +00:00
|
|
|
/*
|
|
|
|
* QE UEC ethernet configuration
|
|
|
|
*/
|
|
|
|
#define CONFIG_MIIM_ADDRESS (CONFIG_SYS_CCSRBAR + 0x82120)
|
|
|
|
|
|
|
|
#undef CONFIG_UEC_ETH
|
|
|
|
#define CONFIG_PHY_MODE_NEED_CHANGE
|
|
|
|
|
|
|
|
#define CONFIG_UEC_ETH1 /* ETH1 */
|
|
|
|
#define CONFIG_HAS_ETH0
|
|
|
|
|
|
|
|
#ifdef CONFIG_UEC_ETH1
|
|
|
|
#define CONFIG_SYS_UEC1_UCC_NUM 0 /* UCC1 */
|
|
|
|
#define CONFIG_SYS_UEC1_RX_CLK QE_CLK12 /* CLK12 for MII */
|
|
|
|
#define CONFIG_SYS_UEC1_TX_CLK QE_CLK9 /* CLK9 for MII */
|
|
|
|
#define CONFIG_SYS_UEC1_ETH_TYPE FAST_ETH
|
|
|
|
#define CONFIG_SYS_UEC1_PHY_ADDR 0x0 /* 0x0 for MII */
|
|
|
|
#define CONFIG_SYS_UEC1_INTERFACE_TYPE PHY_INTERFACE_MODE_RMII
|
|
|
|
#define CONFIG_SYS_UEC1_INTERFACE_SPEED 100
|
|
|
|
#endif /* CONFIG_UEC_ETH1 */
|
|
|
|
|
|
|
|
#define CONFIG_UEC_ETH5 /* ETH5 */
|
|
|
|
#define CONFIG_HAS_ETH1
|
|
|
|
|
|
|
|
#ifdef CONFIG_UEC_ETH5
|
|
|
|
#define CONFIG_SYS_UEC5_UCC_NUM 4 /* UCC5 */
|
|
|
|
#define CONFIG_SYS_UEC5_RX_CLK QE_CLK_NONE
|
|
|
|
#define CONFIG_SYS_UEC5_TX_CLK QE_CLK13 /* CLK 13 for RMII */
|
|
|
|
#define CONFIG_SYS_UEC5_ETH_TYPE FAST_ETH
|
|
|
|
#define CONFIG_SYS_UEC5_PHY_ADDR 0x3 /* 0x3 for RMII */
|
|
|
|
#define CONFIG_SYS_UEC5_INTERFACE_TYPE PHY_INTERFACE_MODE_RMII
|
|
|
|
#define CONFIG_SYS_UEC5_INTERFACE_SPEED 100
|
|
|
|
#endif /* CONFIG_UEC_ETH5 */
|
2016-11-17 22:10:14 +00:00
|
|
|
#endif /* CONFIG_TARGET_P1025RDB */
|
2011-07-26 14:50:46 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Environment
|
|
|
|
*/
|
2019-11-19 01:02:10 +00:00
|
|
|
#if defined(CONFIG_SDCARD)
|
2012-01-11 09:20:50 +00:00
|
|
|
#define CONFIG_FSL_FIXED_MMC_LOCATION
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_SYS_MMC_ENV_DEV 0
|
2019-10-03 17:50:03 +00:00
|
|
|
#elif defined(CONFIG_MTD_RAW_NAND)
|
2019-11-19 01:02:10 +00:00
|
|
|
#define CONFIG_ENV_RANGE (3 * CONFIG_ENV_SIZE)
|
2013-09-06 09:30:58 +00:00
|
|
|
#ifdef CONFIG_TPL_BUILD
|
2019-11-19 01:02:10 +00:00
|
|
|
#define SPL_ENV_ADDR (CONFIG_SYS_INIT_L2_ADDR + (160 << 10))
|
2013-09-06 09:30:58 +00:00
|
|
|
#endif
|
2012-09-21 21:31:00 +00:00
|
|
|
#elif defined(CONFIG_SYS_RAMBOOT)
|
2019-11-19 01:02:10 +00:00
|
|
|
#define SPL_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
|
2011-07-26 14:50:46 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#define CONFIG_LOADS_ECHO /* echo on for serial download */
|
|
|
|
#define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* USB
|
|
|
|
*/
|
|
|
|
#define CONFIG_HAS_FSL_DR_USB
|
|
|
|
|
|
|
|
#if defined(CONFIG_HAS_FSL_DR_USB)
|
2017-05-13 02:33:27 +00:00
|
|
|
#ifdef CONFIG_USB_EHCI_HCD
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
|
|
|
|
#define CONFIG_USB_EHCI_FSL
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
2016-11-17 21:53:33 +00:00
|
|
|
#if defined(CONFIG_TARGET_P1020RDB_PD)
|
2014-05-13 10:06:07 +00:00
|
|
|
#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
|
|
|
|
#endif
|
|
|
|
|
2011-07-26 14:50:46 +00:00
|
|
|
#ifdef CONFIG_MMC
|
|
|
|
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#undef CONFIG_WATCHDOG /* watchdog disabled */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Miscellaneous configurable options
|
|
|
|
*/
|
|
|
|
#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* For booting Linux, the board info and command line data
|
|
|
|
* have to be in the first 64 MB of memory, since this is
|
|
|
|
* the maximum mapped by the Linux kernel during initialization.
|
|
|
|
*/
|
|
|
|
#define CONFIG_SYS_BOOTMAPSZ (64 << 20) /* Initial Memory for Linux*/
|
|
|
|
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
|
|
|
|
|
|
|
|
#if defined(CONFIG_CMD_KGDB)
|
|
|
|
#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Environment Configuration
|
|
|
|
*/
|
2018-03-28 12:38:20 +00:00
|
|
|
#define CONFIG_HOSTNAME "unknown"
|
2011-10-13 13:03:47 +00:00
|
|
|
#define CONFIG_ROOTPATH "/opt/nfsroot"
|
2011-10-13 13:03:48 +00:00
|
|
|
#define CONFIG_BOOTFILE "uImage"
|
2011-07-26 14:50:46 +00:00
|
|
|
#define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */
|
|
|
|
|
|
|
|
/* default location for tftp and bootm */
|
|
|
|
#define CONFIG_LOADADDR 1000000
|
|
|
|
|
|
|
|
#ifdef __SW_BOOT_NOR
|
|
|
|
#define __NOR_RST_CMD \
|
|
|
|
norboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_NOR 1; \
|
|
|
|
i2c mw 18 3 __SW_BOOT_MASK 1; reset
|
|
|
|
#endif
|
|
|
|
#ifdef __SW_BOOT_SPI
|
|
|
|
#define __SPI_RST_CMD \
|
|
|
|
spiboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_SPI 1; \
|
|
|
|
i2c mw 18 3 __SW_BOOT_MASK 1; reset
|
|
|
|
#endif
|
|
|
|
#ifdef __SW_BOOT_SD
|
|
|
|
#define __SD_RST_CMD \
|
|
|
|
sdboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_SD 1; \
|
|
|
|
i2c mw 18 3 __SW_BOOT_MASK 1; reset
|
|
|
|
#endif
|
|
|
|
#ifdef __SW_BOOT_NAND
|
|
|
|
#define __NAND_RST_CMD \
|
|
|
|
nandboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_NAND 1; \
|
|
|
|
i2c mw 18 3 __SW_BOOT_MASK 1; reset
|
|
|
|
#endif
|
|
|
|
#ifdef __SW_BOOT_PCIE
|
|
|
|
#define __PCIE_RST_CMD \
|
|
|
|
pciboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_PCIE 1; \
|
|
|
|
i2c mw 18 3 __SW_BOOT_MASK 1; reset
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
|
|
|
"netdev=eth0\0" \
|
2012-09-23 15:41:24 +00:00
|
|
|
"uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
|
2011-07-26 14:50:46 +00:00
|
|
|
"loadaddr=1000000\0" \
|
|
|
|
"bootfile=uImage\0" \
|
|
|
|
"tftpflash=tftpboot $loadaddr $uboot; " \
|
2012-09-23 15:41:24 +00:00
|
|
|
"protect off " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
|
|
|
|
"erase " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
|
|
|
|
"cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) " $filesize; " \
|
|
|
|
"protect on " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
|
|
|
|
"cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) " $filesize\0" \
|
2011-07-26 14:50:46 +00:00
|
|
|
"hwconfig=usb1:dr_mode=host,phy_type=ulpi\0" \
|
|
|
|
"consoledev=ttyS0\0" \
|
|
|
|
"ramdiskaddr=2000000\0" \
|
|
|
|
"ramdiskfile=rootfs.ext2.gz.uboot\0" \
|
2016-07-19 22:52:06 +00:00
|
|
|
"fdtaddr=1e00000\0" \
|
2011-07-26 14:50:46 +00:00
|
|
|
"bdev=sda1\0" \
|
|
|
|
"jffs2nor=mtdblock3\0" \
|
|
|
|
"norbootaddr=ef080000\0" \
|
|
|
|
"norfdtaddr=ef040000\0" \
|
|
|
|
"jffs2nand=mtdblock9\0" \
|
|
|
|
"nandbootaddr=100000\0" \
|
|
|
|
"nandfdtaddr=80000\0" \
|
|
|
|
"ramdisk_size=120000\0" \
|
|
|
|
"map_lowernorbank=i2c dev 1; i2c mw 18 1 02 1; i2c mw 18 3 fd 1\0" \
|
|
|
|
"map_uppernorbank=i2c dev 1; i2c mw 18 1 00 1; i2c mw 18 3 fd 1\0" \
|
2012-09-23 15:41:24 +00:00
|
|
|
__stringify(__NOR_RST_CMD)"\0" \
|
|
|
|
__stringify(__SPI_RST_CMD)"\0" \
|
|
|
|
__stringify(__SD_RST_CMD)"\0" \
|
|
|
|
__stringify(__NAND_RST_CMD)"\0" \
|
|
|
|
__stringify(__PCIE_RST_CMD)"\0"
|
2011-07-26 14:50:46 +00:00
|
|
|
|
|
|
|
#define CONFIG_NFSBOOTCOMMAND \
|
|
|
|
"setenv bootargs root=/dev/nfs rw " \
|
|
|
|
"nfsroot=$serverip:$rootpath " \
|
|
|
|
"ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
|
|
|
|
"console=$consoledev,$baudrate $othbootargs;" \
|
|
|
|
"tftp $loadaddr $bootfile;" \
|
|
|
|
"tftp $fdtaddr $fdtfile;" \
|
|
|
|
"bootm $loadaddr - $fdtaddr"
|
|
|
|
|
|
|
|
#define CONFIG_HDBOOT \
|
|
|
|
"setenv bootargs root=/dev/$bdev rw rootdelay=30 " \
|
|
|
|
"console=$consoledev,$baudrate $othbootargs;" \
|
|
|
|
"usb start;" \
|
|
|
|
"ext2load usb 0:1 $loadaddr /boot/$bootfile;" \
|
|
|
|
"ext2load usb 0:1 $fdtaddr /boot/$fdtfile;" \
|
|
|
|
"bootm $loadaddr - $fdtaddr"
|
|
|
|
|
|
|
|
#define CONFIG_USB_FAT_BOOT \
|
|
|
|
"setenv bootargs root=/dev/ram rw " \
|
|
|
|
"console=$consoledev,$baudrate $othbootargs " \
|
|
|
|
"ramdisk_size=$ramdisk_size;" \
|
|
|
|
"usb start;" \
|
|
|
|
"fatload usb 0:2 $loadaddr $bootfile;" \
|
|
|
|
"fatload usb 0:2 $fdtaddr $fdtfile;" \
|
|
|
|
"fatload usb 0:2 $ramdiskaddr $ramdiskfile;" \
|
|
|
|
"bootm $loadaddr $ramdiskaddr $fdtaddr"
|
|
|
|
|
|
|
|
#define CONFIG_USB_EXT2_BOOT \
|
|
|
|
"setenv bootargs root=/dev/ram rw " \
|
|
|
|
"console=$consoledev,$baudrate $othbootargs " \
|
|
|
|
"ramdisk_size=$ramdisk_size;" \
|
|
|
|
"usb start;" \
|
|
|
|
"ext2load usb 0:4 $loadaddr $bootfile;" \
|
|
|
|
"ext2load usb 0:4 $fdtaddr $fdtfile;" \
|
|
|
|
"ext2load usb 0:4 $ramdiskaddr $ramdiskfile;" \
|
|
|
|
"bootm $loadaddr $ramdiskaddr $fdtaddr"
|
|
|
|
|
|
|
|
#define CONFIG_NORBOOT \
|
|
|
|
"setenv bootargs root=/dev/$jffs2nor rw " \
|
|
|
|
"console=$consoledev,$baudrate rootfstype=jffs2 $othbootargs;" \
|
|
|
|
"bootm $norbootaddr - $norfdtaddr"
|
|
|
|
|
|
|
|
#define CONFIG_RAMBOOTCOMMAND \
|
|
|
|
"setenv bootargs root=/dev/ram rw " \
|
|
|
|
"console=$consoledev,$baudrate $othbootargs " \
|
|
|
|
"ramdisk_size=$ramdisk_size;" \
|
|
|
|
"tftp $ramdiskaddr $ramdiskfile;" \
|
|
|
|
"tftp $loadaddr $bootfile;" \
|
|
|
|
"tftp $fdtaddr $fdtfile;" \
|
|
|
|
"bootm $loadaddr $ramdiskaddr $fdtaddr"
|
|
|
|
|
|
|
|
#define CONFIG_BOOTCOMMAND CONFIG_HDBOOT
|
|
|
|
|
|
|
|
#endif /* __CONFIG_H */
|