mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Remove unused symbols
This commit removes the following unused symbols: CONFIG_SYS_NVRAM_BASE_ADDR CONFIG_SYS_NVRAM_SIZE CONFIG_SYS_PAXE_BASE CONFIG_SYS_PCCNT CONFIG_SYS_PCDAT CONFIG_SYS_PCDDR CONFIG_SYS_PCI1_ADDR CONFIG_SYS_PCI2_ADDR CONFIG_SYS_PCI1_IO_BUS CONFIG_SYS_PCI1_IO_SIZE CONFIG_SYS_PCI1_MEM_BUS CONFIG_SYS_PCI1_MEM_SIZE CONFIG_SYS_PCIE3_ADDR CONFIG_SYS_PCIE4_ADDR CONFIG_SYS_PCIE3_IO_PHYS CONFIG_SYS_PCIE3_IO_VIRT CONFIG_SYS_PCIE4_IO_PHYS CONFIG_SYS_PCIE4_IO_VIRT CONFIG_SYS_PLL_SETTLING_TIME CONFIG_SYS_QMAN_CENA_BASE CONFIG_SYS_QMAN_SP_CENA_SIZE CONFIG_SYS_RCAR_I2C0_BASE CONFIG_SYS_RCAR_I2C1_BASE CONFIG_SYS_RCAR_I2C2_BASE CONFIG_SYS_RCAR_I2C3_BASE CONFIG_SYS_SATA CONFIG_SYS_SDRAM_BASE2 CONFIG_SYS_SGMII_REFCLK_MHZ CONFIG_SYS_SGMII_LINERATE_MHZ CONFIG_SYS_SGMII_RATESCALE CONFIG_SYS_SH_SDHI0_BASE CONFIG_SYS_SH_SDHI0_BASE CONFIG_SYS_SH_SDHI1_BASE CONFIG_SYS_SH_SDHI2_BASE CONFIG_SYS_SH_SDHI3_BASE CONFIG_SYS_SPI_ST_ENABLE_WP_PIN CONFIG_SYS_SPI_U_BOOT_SIZE CONFIG_SYS_VCXK_ACKNOWLEDGE_DDR CONFIG_SYS_VCXK_ACKNOWLEDGE_PIN CONFIG_SYS_VCXK_ACKNOWLEDGE_PORT CONFIG_SYS_VCXK_BASE CONFIG_SYS_VCXK_DEFAULT_LINEALIGN CONFIG_SYS_VCXK_DOUBLEBUFFERED CONFIG_SYS_VCXK_ENABLE_DDR CONFIG_SYS_VCXK_ENABLE_PIN CONFIG_SYS_VCXK_ENABLE_PORT CONFIG_SYS_VCXK_INVERT_DDR CONFIG_SYS_VCXK_INVERT_PIN CONFIG_SYS_VCXK_INVERT_PORT CONFIG_SYS_VCXK_REQUEST_DDR CONFIG_SYS_VCXK_REQUEST_PIN CONFIG_SYS_VCXK_REQUEST_PORT CONFIG_SYS_VSC7385_BR_PRELIM CONFIG_SYS_VSC7385_OR_PRELIM Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a6b537266f
commit
3408d96e6c
31 changed files with 2 additions and 157 deletions
|
@ -35,7 +35,6 @@
|
||||||
#define CONFIG_SYS_XHCI_USB3_ADDR (CONFIG_SYS_IMMR + 0x02100000)
|
#define CONFIG_SYS_XHCI_USB3_ADDR (CONFIG_SYS_IMMR + 0x02100000)
|
||||||
#define CONFIG_SYS_PCIE1_ADDR (CONFIG_SYS_IMMR + 0x2400000)
|
#define CONFIG_SYS_PCIE1_ADDR (CONFIG_SYS_IMMR + 0x2400000)
|
||||||
#define CONFIG_SYS_PCIE2_ADDR (CONFIG_SYS_IMMR + 0x2500000)
|
#define CONFIG_SYS_PCIE2_ADDR (CONFIG_SYS_IMMR + 0x2500000)
|
||||||
#define CONFIG_SYS_PCIE3_ADDR (CONFIG_SYS_IMMR + 0x2600000)
|
|
||||||
#define CONFIG_SYS_SEC_MON_ADDR (CONFIG_SYS_IMMR + 0xe90000)
|
#define CONFIG_SYS_SEC_MON_ADDR (CONFIG_SYS_IMMR + 0xe90000)
|
||||||
#define CONFIG_SYS_SFP_ADDR (CONFIG_SYS_IMMR + 0xe80200)
|
#define CONFIG_SYS_SFP_ADDR (CONFIG_SYS_IMMR + 0xe80200)
|
||||||
|
|
||||||
|
@ -56,9 +55,7 @@
|
||||||
#define CONFIG_SYS_QMAN_MEM_BASE 0x500000000
|
#define CONFIG_SYS_QMAN_MEM_BASE 0x500000000
|
||||||
#define CONFIG_SYS_QMAN_MEM_PHYS CONFIG_SYS_QMAN_MEM_BASE
|
#define CONFIG_SYS_QMAN_MEM_PHYS CONFIG_SYS_QMAN_MEM_BASE
|
||||||
#define CONFIG_SYS_QMAN_MEM_SIZE 0x08000000
|
#define CONFIG_SYS_QMAN_MEM_SIZE 0x08000000
|
||||||
#define CONFIG_SYS_QMAN_SP_CENA_SIZE 0x10000
|
|
||||||
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x10000
|
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x10000
|
||||||
#define CONFIG_SYS_QMAN_CENA_BASE CONFIG_SYS_QMAN_MEM_BASE
|
|
||||||
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
||||||
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
||||||
CONFIG_SYS_QMAN_CENA_SIZE)
|
CONFIG_SYS_QMAN_CENA_SIZE)
|
||||||
|
|
|
@ -194,8 +194,6 @@
|
||||||
/* PCIe */
|
/* PCIe */
|
||||||
#define CONFIG_SYS_PCIE1_ADDR (CONFIG_SYS_IMMR + 0x2400000)
|
#define CONFIG_SYS_PCIE1_ADDR (CONFIG_SYS_IMMR + 0x2400000)
|
||||||
#define CONFIG_SYS_PCIE2_ADDR (CONFIG_SYS_IMMR + 0x2500000)
|
#define CONFIG_SYS_PCIE2_ADDR (CONFIG_SYS_IMMR + 0x2500000)
|
||||||
#define CONFIG_SYS_PCIE3_ADDR (CONFIG_SYS_IMMR + 0x2600000)
|
|
||||||
#define CONFIG_SYS_PCIE4_ADDR (CONFIG_SYS_IMMR + 0x2700000)
|
|
||||||
#if defined(CONFIG_ARCH_LX2160A) || defined(CONFIG_ARCH_LX2162A)
|
#if defined(CONFIG_ARCH_LX2160A) || defined(CONFIG_ARCH_LX2162A)
|
||||||
#define SYS_PCIE5_ADDR (CONFIG_SYS_IMMR + 0x2800000)
|
#define SYS_PCIE5_ADDR (CONFIG_SYS_IMMR + 0x2800000)
|
||||||
#define SYS_PCIE6_ADDR (CONFIG_SYS_IMMR + 0x2900000)
|
#define SYS_PCIE6_ADDR (CONFIG_SYS_IMMR + 0x2900000)
|
||||||
|
|
|
@ -24,9 +24,6 @@
|
||||||
#define MSTP11_BITS 0x00000000
|
#define MSTP11_BITS 0x00000000
|
||||||
|
|
||||||
/* SDHI */
|
/* SDHI */
|
||||||
#define CONFIG_SYS_SH_SDHI1_BASE 0xEE120000
|
|
||||||
#define CONFIG_SYS_SH_SDHI2_BASE 0xEE140000
|
|
||||||
#define CONFIG_SYS_SH_SDHI3_BASE 0xEE160000
|
|
||||||
#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 4
|
#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 4
|
||||||
|
|
||||||
#define R8A7790_CUT_ES2X 2
|
#define R8A7790_CUT_ES2X 2
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* SDHI */
|
/* SDHI */
|
||||||
#define CONFIG_SYS_SH_SDHI1_BASE 0xEE140000
|
|
||||||
#define CONFIG_SYS_SH_SDHI2_BASE 0xEE160000
|
|
||||||
#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 3
|
#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 3
|
||||||
|
|
||||||
#define DBSC3_1_QOS_R0_BASE 0xE67A1000
|
#define DBSC3_1_QOS_R0_BASE 0xE67A1000
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* SDHI */
|
/* SDHI */
|
||||||
#define CONFIG_SYS_SH_SDHI1_BASE 0xEE140000
|
|
||||||
#define CONFIG_SYS_SH_SDHI2_BASE 0xEE160000
|
|
||||||
#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 3
|
#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 3
|
||||||
|
|
||||||
#define DBSC3_1_QOS_R0_BASE 0xE67A1000
|
#define DBSC3_1_QOS_R0_BASE 0xE67A1000
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
#define MSTP11_BITS 0x000001C0
|
#define MSTP11_BITS 0x000001C0
|
||||||
|
|
||||||
/* SDHI */
|
/* SDHI */
|
||||||
#define CONFIG_SYS_SH_SDHI1_BASE 0xEE140000
|
|
||||||
#define CONFIG_SYS_SH_SDHI2_BASE 0xEE160000
|
|
||||||
#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 3
|
#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 3
|
||||||
|
|
||||||
#define R8A7794_CUT_ES2 2
|
#define R8A7794_CUT_ES2 2
|
||||||
|
|
|
@ -70,15 +70,6 @@
|
||||||
#define SMSTPCR10 0xE6150998
|
#define SMSTPCR10 0xE6150998
|
||||||
#define SMSTPCR11 0xE615099C
|
#define SMSTPCR11 0xE615099C
|
||||||
|
|
||||||
/* RCAR-I2C */
|
|
||||||
#define CONFIG_SYS_RCAR_I2C0_BASE 0xE6508000
|
|
||||||
#define CONFIG_SYS_RCAR_I2C1_BASE 0xE6518000
|
|
||||||
#define CONFIG_SYS_RCAR_I2C2_BASE 0xE6530000
|
|
||||||
#define CONFIG_SYS_RCAR_I2C3_BASE 0xE6540000
|
|
||||||
|
|
||||||
/* SDHI */
|
|
||||||
#define CONFIG_SYS_SH_SDHI0_BASE 0xEE100000
|
|
||||||
|
|
||||||
#define S3C_BASE 0xE6784000
|
#define S3C_BASE 0xE6784000
|
||||||
#define S3C_INT_BASE 0xE6784A00
|
#define S3C_INT_BASE 0xE6784A00
|
||||||
#define S3C_MEDIA_BASE 0xE6784B00
|
#define S3C_MEDIA_BASE 0xE6784B00
|
||||||
|
|
|
@ -2662,18 +2662,10 @@ struct ccsr_pman {
|
||||||
#define CONFIG_SYS_PAMU_ADDR \
|
#define CONFIG_SYS_PAMU_ADDR \
|
||||||
(CONFIG_SYS_IMMR + CFG_SYS_FSL_PAMU_OFFSET)
|
(CONFIG_SYS_IMMR + CFG_SYS_FSL_PAMU_OFFSET)
|
||||||
|
|
||||||
#define CONFIG_SYS_PCI1_ADDR \
|
|
||||||
(CONFIG_SYS_IMMR + CFG_SYS_MPC85xx_PCI1_OFFSET)
|
|
||||||
#define CONFIG_SYS_PCI2_ADDR \
|
|
||||||
(CONFIG_SYS_IMMR + CFG_SYS_MPC85xx_PCI2_OFFSET)
|
|
||||||
#define CONFIG_SYS_PCIE1_ADDR \
|
#define CONFIG_SYS_PCIE1_ADDR \
|
||||||
(CONFIG_SYS_IMMR + CFG_SYS_MPC85xx_PCIE1_OFFSET)
|
(CONFIG_SYS_IMMR + CFG_SYS_MPC85xx_PCIE1_OFFSET)
|
||||||
#define CONFIG_SYS_PCIE2_ADDR \
|
#define CONFIG_SYS_PCIE2_ADDR \
|
||||||
(CONFIG_SYS_IMMR + CFG_SYS_MPC85xx_PCIE2_OFFSET)
|
(CONFIG_SYS_IMMR + CFG_SYS_MPC85xx_PCIE2_OFFSET)
|
||||||
#define CONFIG_SYS_PCIE3_ADDR \
|
|
||||||
(CONFIG_SYS_IMMR + CFG_SYS_MPC85xx_PCIE3_OFFSET)
|
|
||||||
#define CONFIG_SYS_PCIE4_ADDR \
|
|
||||||
(CONFIG_SYS_IMMR + CFG_SYS_MPC85xx_PCIE4_OFFSET)
|
|
||||||
|
|
||||||
#define CONFIG_SYS_SFP_ADDR \
|
#define CONFIG_SYS_SFP_ADDR \
|
||||||
(CONFIG_SYS_IMMR + CONFIG_SYS_SFP_OFFSET)
|
(CONFIG_SYS_IMMR + CONFIG_SYS_SFP_OFFSET)
|
||||||
|
|
|
@ -130,13 +130,7 @@
|
||||||
#define CONFIG_SYS_PBDDR 0x0000000
|
#define CONFIG_SYS_PBDDR 0x0000000
|
||||||
#define CONFIG_SYS_PBDAT 0x0000000
|
#define CONFIG_SYS_PBDAT 0x0000000
|
||||||
|
|
||||||
#define CONFIG_SYS_PCCNT 0x0000000 /* Port C D[15:08] */
|
|
||||||
#define CONFIG_SYS_PCDDR 0x0000000
|
|
||||||
#define CONFIG_SYS_PCDAT 0x0000000
|
|
||||||
|
|
||||||
#define CONFIG_SYS_PDCNT 0x0000000 /* Port D D[07:00] */
|
#define CONFIG_SYS_PDCNT 0x0000000 /* Port D D[07:00] */
|
||||||
#define CONFIG_SYS_PCDDR 0x0000000
|
|
||||||
#define CONFIG_SYS_PCDAT 0x0000000
|
|
||||||
|
|
||||||
#define CONFIG_SYS_PEHLPAR 0xC0
|
#define CONFIG_SYS_PEHLPAR 0xC0
|
||||||
#define CONFIG_SYS_PUAPAR 0x0F /* UA0..UA3 = Uart 0 +1 */
|
#define CONFIG_SYS_PUAPAR 0x0F /* UA0..UA3 = Uart 0 +1 */
|
||||||
|
|
|
@ -256,21 +256,16 @@
|
||||||
*/
|
*/
|
||||||
#define CONFIG_SYS_PCI1_MEM_VIRT 0x80000000
|
#define CONFIG_SYS_PCI1_MEM_VIRT 0x80000000
|
||||||
#ifdef CONFIG_PHYS_64BIT
|
#ifdef CONFIG_PHYS_64BIT
|
||||||
#define CONFIG_SYS_PCI1_MEM_BUS 0xe0000000
|
|
||||||
#define CONFIG_SYS_PCI1_MEM_PHYS 0xc00000000ull
|
#define CONFIG_SYS_PCI1_MEM_PHYS 0xc00000000ull
|
||||||
#else
|
#else
|
||||||
#define CONFIG_SYS_PCI1_MEM_BUS 0x80000000
|
|
||||||
#define CONFIG_SYS_PCI1_MEM_PHYS 0x80000000
|
#define CONFIG_SYS_PCI1_MEM_PHYS 0x80000000
|
||||||
#endif
|
#endif
|
||||||
#define CONFIG_SYS_PCI1_MEM_SIZE 0x20000000 /* 512M */
|
|
||||||
#define CONFIG_SYS_PCI1_IO_VIRT 0xe2000000
|
#define CONFIG_SYS_PCI1_IO_VIRT 0xe2000000
|
||||||
#define CONFIG_SYS_PCI1_IO_BUS 0x00000000
|
|
||||||
#ifdef CONFIG_PHYS_64BIT
|
#ifdef CONFIG_PHYS_64BIT
|
||||||
#define CONFIG_SYS_PCI1_IO_PHYS 0xfe2000000ull
|
#define CONFIG_SYS_PCI1_IO_PHYS 0xfe2000000ull
|
||||||
#else
|
#else
|
||||||
#define CONFIG_SYS_PCI1_IO_PHYS 0xe2000000
|
#define CONFIG_SYS_PCI1_IO_PHYS 0xe2000000
|
||||||
#endif
|
#endif
|
||||||
#define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */
|
|
||||||
|
|
||||||
#ifdef CONFIG_PCIE1
|
#ifdef CONFIG_PCIE1
|
||||||
#define CONFIG_SYS_PCIE1_MEM_VIRT 0xa0000000
|
#define CONFIG_SYS_PCIE1_MEM_VIRT 0xa0000000
|
||||||
|
|
|
@ -248,8 +248,6 @@
|
||||||
/* controller 3, Slot 1, tgtid 1, Base address 202000 */
|
/* controller 3, Slot 1, tgtid 1, Base address 202000 */
|
||||||
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xc0000000
|
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xc0000000
|
||||||
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc40000000ull
|
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc40000000ull
|
||||||
#define CONFIG_SYS_PCIE3_IO_VIRT 0xf8020000
|
|
||||||
#define CONFIG_SYS_PCIE3_IO_PHYS 0xff8020000ull
|
|
||||||
|
|
||||||
/* Qman/Bman */
|
/* Qman/Bman */
|
||||||
#define CONFIG_SYS_BMAN_NUM_PORTALS 10
|
#define CONFIG_SYS_BMAN_NUM_PORTALS 10
|
||||||
|
@ -276,9 +274,7 @@
|
||||||
#define CONFIG_SYS_QMAN_MEM_PHYS CONFIG_SYS_QMAN_MEM_BASE
|
#define CONFIG_SYS_QMAN_MEM_PHYS CONFIG_SYS_QMAN_MEM_BASE
|
||||||
#endif
|
#endif
|
||||||
#define CONFIG_SYS_QMAN_MEM_SIZE 0x00200000
|
#define CONFIG_SYS_QMAN_MEM_SIZE 0x00200000
|
||||||
#define CONFIG_SYS_QMAN_SP_CENA_SIZE 0x4000
|
|
||||||
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
||||||
#define CONFIG_SYS_QMAN_CENA_BASE CONFIG_SYS_QMAN_MEM_BASE
|
|
||||||
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
||||||
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
||||||
CONFIG_SYS_QMAN_CENA_SIZE)
|
CONFIG_SYS_QMAN_CENA_SIZE)
|
||||||
|
|
|
@ -349,8 +349,6 @@
|
||||||
#ifdef CONFIG_PCIE3
|
#ifdef CONFIG_PCIE3
|
||||||
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xa0000000
|
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xa0000000
|
||||||
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc20000000ull
|
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc20000000ull
|
||||||
#define CONFIG_SYS_PCIE3_IO_VIRT 0xf8020000
|
|
||||||
#define CONFIG_SYS_PCIE3_IO_PHYS 0xff8020000ull
|
|
||||||
#endif
|
#endif
|
||||||
#endif /* CONFIG_PCI */
|
#endif /* CONFIG_PCI */
|
||||||
|
|
||||||
|
@ -391,9 +389,7 @@
|
||||||
#define CONFIG_SYS_QMAN_MEM_PHYS CONFIG_SYS_QMAN_MEM_BASE
|
#define CONFIG_SYS_QMAN_MEM_PHYS CONFIG_SYS_QMAN_MEM_BASE
|
||||||
#endif
|
#endif
|
||||||
#define CONFIG_SYS_QMAN_MEM_SIZE 0x02000000
|
#define CONFIG_SYS_QMAN_MEM_SIZE 0x02000000
|
||||||
#define CONFIG_SYS_QMAN_SP_CENA_SIZE 0x4000
|
|
||||||
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
||||||
#define CONFIG_SYS_QMAN_CENA_BASE CONFIG_SYS_QMAN_MEM_BASE
|
|
||||||
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
||||||
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
||||||
CONFIG_SYS_QMAN_CENA_SIZE)
|
CONFIG_SYS_QMAN_CENA_SIZE)
|
||||||
|
|
|
@ -325,16 +325,12 @@
|
||||||
#ifdef CONFIG_PCIE3
|
#ifdef CONFIG_PCIE3
|
||||||
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xa0000000
|
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xa0000000
|
||||||
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc20000000ull
|
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc20000000ull
|
||||||
#define CONFIG_SYS_PCIE3_IO_VIRT 0xf8020000
|
|
||||||
#define CONFIG_SYS_PCIE3_IO_PHYS 0xff8020000ull
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* controller 4, Base address 203000 */
|
/* controller 4, Base address 203000 */
|
||||||
#ifdef CONFIG_PCIE4
|
#ifdef CONFIG_PCIE4
|
||||||
#define CONFIG_SYS_PCIE4_MEM_VIRT 0xb0000000
|
#define CONFIG_SYS_PCIE4_MEM_VIRT 0xb0000000
|
||||||
#define CONFIG_SYS_PCIE4_MEM_PHYS 0xc30000000ull
|
#define CONFIG_SYS_PCIE4_MEM_PHYS 0xc30000000ull
|
||||||
#define CONFIG_SYS_PCIE4_IO_VIRT 0xf8030000
|
|
||||||
#define CONFIG_SYS_PCIE4_IO_PHYS 0xff8030000ull
|
|
||||||
#endif
|
#endif
|
||||||
#endif /* CONFIG_PCI */
|
#endif /* CONFIG_PCI */
|
||||||
|
|
||||||
|
@ -364,9 +360,7 @@
|
||||||
#define CONFIG_SYS_QMAN_MEM_BASE 0xf6000000
|
#define CONFIG_SYS_QMAN_MEM_BASE 0xf6000000
|
||||||
#define CONFIG_SYS_QMAN_MEM_PHYS 0xff6000000ull
|
#define CONFIG_SYS_QMAN_MEM_PHYS 0xff6000000ull
|
||||||
#define CONFIG_SYS_QMAN_MEM_SIZE 0x02000000
|
#define CONFIG_SYS_QMAN_MEM_SIZE 0x02000000
|
||||||
#define CONFIG_SYS_QMAN_SP_CENA_SIZE 0x4000
|
|
||||||
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
||||||
#define CONFIG_SYS_QMAN_CENA_BASE CONFIG_SYS_QMAN_MEM_BASE
|
|
||||||
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
||||||
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
||||||
CONFIG_SYS_QMAN_CENA_SIZE)
|
CONFIG_SYS_QMAN_CENA_SIZE)
|
||||||
|
|
|
@ -359,13 +359,10 @@
|
||||||
/* controller 3, Slot 1, tgtid 1, Base address 202000 */
|
/* controller 3, Slot 1, tgtid 1, Base address 202000 */
|
||||||
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xb0000000
|
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xb0000000
|
||||||
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc30000000ull
|
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc30000000ull
|
||||||
#define CONFIG_SYS_PCIE3_IO_VIRT 0xf8020000
|
|
||||||
#define CONFIG_SYS_PCIE3_IO_PHYS 0xff8020000ull
|
|
||||||
|
|
||||||
/* controller 4, Base address 203000 */
|
/* controller 4, Base address 203000 */
|
||||||
#define CONFIG_SYS_PCIE4_MEM_VIRT 0xc0000000
|
#define CONFIG_SYS_PCIE4_MEM_VIRT 0xc0000000
|
||||||
#define CONFIG_SYS_PCIE4_MEM_PHYS 0xc40000000ull
|
#define CONFIG_SYS_PCIE4_MEM_PHYS 0xc40000000ull
|
||||||
#define CONFIG_SYS_PCIE4_IO_PHYS 0xff8030000ull
|
|
||||||
|
|
||||||
/* Qman/Bman */
|
/* Qman/Bman */
|
||||||
#ifndef CONFIG_NOBQFMAN
|
#ifndef CONFIG_NOBQFMAN
|
||||||
|
@ -385,9 +382,7 @@
|
||||||
#define CONFIG_SYS_QMAN_MEM_BASE 0xf6000000
|
#define CONFIG_SYS_QMAN_MEM_BASE 0xf6000000
|
||||||
#define CONFIG_SYS_QMAN_MEM_PHYS 0xff6000000ull
|
#define CONFIG_SYS_QMAN_MEM_PHYS 0xff6000000ull
|
||||||
#define CONFIG_SYS_QMAN_MEM_SIZE 0x02000000
|
#define CONFIG_SYS_QMAN_MEM_SIZE 0x02000000
|
||||||
#define CONFIG_SYS_QMAN_SP_CENA_SIZE 0x4000
|
|
||||||
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
||||||
#define CONFIG_SYS_QMAN_CENA_BASE CONFIG_SYS_QMAN_MEM_BASE
|
|
||||||
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
||||||
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
||||||
CONFIG_SYS_QMAN_CENA_SIZE)
|
CONFIG_SYS_QMAN_CENA_SIZE)
|
||||||
|
|
|
@ -313,13 +313,10 @@
|
||||||
/* controller 3, Slot 1, tgtid 1, Base address 202000 */
|
/* controller 3, Slot 1, tgtid 1, Base address 202000 */
|
||||||
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xb0000000
|
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xb0000000
|
||||||
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc30000000ull
|
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc30000000ull
|
||||||
#define CONFIG_SYS_PCIE3_IO_VIRT 0xf8020000
|
|
||||||
#define CONFIG_SYS_PCIE3_IO_PHYS 0xff8020000ull
|
|
||||||
|
|
||||||
/* controller 4, Base address 203000 */
|
/* controller 4, Base address 203000 */
|
||||||
#define CONFIG_SYS_PCIE4_MEM_VIRT 0xc0000000
|
#define CONFIG_SYS_PCIE4_MEM_VIRT 0xc0000000
|
||||||
#define CONFIG_SYS_PCIE4_MEM_PHYS 0xc40000000ull
|
#define CONFIG_SYS_PCIE4_MEM_PHYS 0xc40000000ull
|
||||||
#define CONFIG_SYS_PCIE4_IO_PHYS 0xff8030000ull
|
|
||||||
|
|
||||||
/* Qman/Bman */
|
/* Qman/Bman */
|
||||||
#ifndef CONFIG_NOBQFMAN
|
#ifndef CONFIG_NOBQFMAN
|
||||||
|
@ -339,9 +336,7 @@
|
||||||
#define CONFIG_SYS_QMAN_MEM_BASE 0xf6000000
|
#define CONFIG_SYS_QMAN_MEM_BASE 0xf6000000
|
||||||
#define CONFIG_SYS_QMAN_MEM_PHYS 0xff6000000ull
|
#define CONFIG_SYS_QMAN_MEM_PHYS 0xff6000000ull
|
||||||
#define CONFIG_SYS_QMAN_MEM_SIZE 0x02000000
|
#define CONFIG_SYS_QMAN_MEM_SIZE 0x02000000
|
||||||
#define CONFIG_SYS_QMAN_SP_CENA_SIZE 0x4000
|
|
||||||
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
||||||
#define CONFIG_SYS_QMAN_CENA_BASE CONFIG_SYS_QMAN_MEM_BASE
|
|
||||||
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
||||||
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
||||||
CONFIG_SYS_QMAN_CENA_SIZE)
|
CONFIG_SYS_QMAN_CENA_SIZE)
|
||||||
|
|
|
@ -121,13 +121,10 @@
|
||||||
/* controller 3, Slot 1, tgtid 1, Base address 202000 */
|
/* controller 3, Slot 1, tgtid 1, Base address 202000 */
|
||||||
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xc0000000
|
#define CONFIG_SYS_PCIE3_MEM_VIRT 0xc0000000
|
||||||
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc40000000ull
|
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc40000000ull
|
||||||
#define CONFIG_SYS_PCIE3_IO_VIRT 0xf8020000
|
|
||||||
#define CONFIG_SYS_PCIE3_IO_PHYS 0xff8020000ull
|
|
||||||
|
|
||||||
/* controller 4, Base address 203000 */
|
/* controller 4, Base address 203000 */
|
||||||
#define CONFIG_SYS_PCIE4_MEM_BUS 0xe0000000
|
#define CONFIG_SYS_PCIE4_MEM_BUS 0xe0000000
|
||||||
#define CONFIG_SYS_PCIE4_MEM_PHYS 0xc60000000ull
|
#define CONFIG_SYS_PCIE4_MEM_PHYS 0xc60000000ull
|
||||||
#define CONFIG_SYS_PCIE4_IO_PHYS 0xff8030000ull
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Miscellaneous configurable options
|
* Miscellaneous configurable options
|
||||||
|
@ -337,9 +334,7 @@
|
||||||
#define CONFIG_SYS_QMAN_MEM_BASE 0xf6000000
|
#define CONFIG_SYS_QMAN_MEM_BASE 0xf6000000
|
||||||
#define CONFIG_SYS_QMAN_MEM_PHYS 0xff6000000ull
|
#define CONFIG_SYS_QMAN_MEM_PHYS 0xff6000000ull
|
||||||
#define CONFIG_SYS_QMAN_MEM_SIZE 0x02000000
|
#define CONFIG_SYS_QMAN_MEM_SIZE 0x02000000
|
||||||
#define CONFIG_SYS_QMAN_SP_CENA_SIZE 0x4000
|
|
||||||
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
#define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000
|
||||||
#define CONFIG_SYS_QMAN_CENA_BASE CONFIG_SYS_QMAN_MEM_BASE
|
|
||||||
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
#define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
|
||||||
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
#define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \
|
||||||
CONFIG_SYS_QMAN_CENA_SIZE)
|
CONFIG_SYS_QMAN_CENA_SIZE)
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
|
|
||||||
#define CONFIG_FEC_MXC_PHYADDR 0
|
#define CONFIG_FEC_MXC_PHYADDR 0
|
||||||
|
|
||||||
#define CONFIG_SYS_SPI_ST_ENABLE_WP_PIN
|
|
||||||
|
|
||||||
#ifdef CONFIG_IMX_HAB
|
#ifdef CONFIG_IMX_HAB
|
||||||
#define HAB_EXTRA_SETTINGS \
|
#define HAB_EXTRA_SETTINGS \
|
||||||
"hab_check_addr=" \
|
"hab_check_addr=" \
|
||||||
|
|
|
@ -137,13 +137,7 @@
|
||||||
#define CONFIG_SYS_PBDDR 0x0000000
|
#define CONFIG_SYS_PBDDR 0x0000000
|
||||||
#define CONFIG_SYS_PBDAT 0x0000000
|
#define CONFIG_SYS_PBDAT 0x0000000
|
||||||
|
|
||||||
#define CONFIG_SYS_PCCNT 0x0000000 /* Port C D[15:08] */
|
|
||||||
#define CONFIG_SYS_PCDDR 0x0000000
|
|
||||||
#define CONFIG_SYS_PCDAT 0x0000000
|
|
||||||
|
|
||||||
#define CONFIG_SYS_PDCNT 0x0000000 /* Port D D[07:00] */
|
#define CONFIG_SYS_PDCNT 0x0000000 /* Port D D[07:00] */
|
||||||
#define CONFIG_SYS_PCDDR 0x0000000
|
|
||||||
#define CONFIG_SYS_PCDAT 0x0000000
|
|
||||||
|
|
||||||
#define CONFIG_SYS_PASPAR 0x0F0F
|
#define CONFIG_SYS_PASPAR 0x0F0F
|
||||||
#define CONFIG_SYS_PEHLPAR 0xC0
|
#define CONFIG_SYS_PEHLPAR 0xC0
|
||||||
|
@ -160,29 +154,5 @@
|
||||||
#define CONFIG_I2C_RTC_ADDR 0x68
|
#define CONFIG_I2C_RTC_ADDR 0x68
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------
|
|
||||||
* VIDEO configuration
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define CONFIG_SYS_VCXK_DEFAULT_LINEALIGN 2
|
|
||||||
#define CONFIG_SYS_VCXK_DOUBLEBUFFERED 1
|
|
||||||
#define CONFIG_SYS_VCXK_BASE CONFIG_SYS_CS2_BASE
|
|
||||||
|
|
||||||
#define CONFIG_SYS_VCXK_ACKNOWLEDGE_PORT MCFGPTB_GPTPORT
|
|
||||||
#define CONFIG_SYS_VCXK_ACKNOWLEDGE_DDR MCFGPTB_GPTDDR
|
|
||||||
#define CONFIG_SYS_VCXK_ACKNOWLEDGE_PIN 0x0001
|
|
||||||
|
|
||||||
#define CONFIG_SYS_VCXK_ENABLE_PORT MCFGPTB_GPTPORT
|
|
||||||
#define CONFIG_SYS_VCXK_ENABLE_DDR MCFGPTB_GPTDDR
|
|
||||||
#define CONFIG_SYS_VCXK_ENABLE_PIN 0x0002
|
|
||||||
|
|
||||||
#define CONFIG_SYS_VCXK_REQUEST_PORT MCFGPTB_GPTPORT
|
|
||||||
#define CONFIG_SYS_VCXK_REQUEST_DDR MCFGPTB_GPTDDR
|
|
||||||
#define CONFIG_SYS_VCXK_REQUEST_PIN 0x0004
|
|
||||||
|
|
||||||
#define CONFIG_SYS_VCXK_INVERT_PORT MCFGPIO_PORTE
|
|
||||||
#define CONFIG_SYS_VCXK_INVERT_DDR MCFGPIO_DDRE
|
|
||||||
#define CONFIG_SYS_VCXK_INVERT_PIN MCFGPIO_PORT2
|
|
||||||
|
|
||||||
#endif /* _CONFIG_M5282EVB_H */
|
#endif /* _CONFIG_M5282EVB_H */
|
||||||
/*---------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------*/
|
||||||
|
|
|
@ -14,11 +14,6 @@
|
||||||
* Miscellaneous configurable options
|
* Miscellaneous configurable options
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Environment data setup
|
|
||||||
*/
|
|
||||||
#define CONFIG_SYS_NVRAM_BASE_ADDR 0xfff88000 /* NVRAM base address */
|
|
||||||
#define CONFIG_SYS_NVRAM_SIZE 0x8000 /* NVRAM size */
|
|
||||||
|
|
||||||
#define CONFIG_SYS_SDRAM_BASE 0x00000000
|
#define CONFIG_SYS_SDRAM_BASE 0x00000000
|
||||||
|
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
|
|
|
@ -72,4 +72,3 @@
|
||||||
* PAXE on the local bus CS3
|
* PAXE on the local bus CS3
|
||||||
*/
|
*/
|
||||||
#define CONFIG_SYS_PAXE_BASE 0xA0000000
|
#define CONFIG_SYS_PAXE_BASE 0xA0000000
|
||||||
#define CONFIG_SYS_PAXE_SIZE 256
|
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
* DDR Setup
|
* DDR Setup
|
||||||
*/
|
*/
|
||||||
#define CONFIG_SYS_SDRAM_BASE 0x00000000 /* DDR is system memory */
|
#define CONFIG_SYS_SDRAM_BASE 0x00000000 /* DDR is system memory */
|
||||||
#define CONFIG_SYS_SDRAM_BASE2 (CONFIG_SYS_SDRAM_BASE + 0x10000000) /* +256M */
|
|
||||||
|
|
||||||
#define CONFIG_SYS_DDR_SDRAM_CLK_CNTL (DDR_SDRAM_CLK_CNTL_SS_EN | \
|
#define CONFIG_SYS_DDR_SDRAM_CLK_CNTL (DDR_SDRAM_CLK_CNTL_SS_EN | \
|
||||||
DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05)
|
DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05)
|
||||||
|
|
|
@ -11,10 +11,6 @@
|
||||||
/* DDR */
|
/* DDR */
|
||||||
#define CONFIG_SYS_SDRAM_SIZE 0x40000000
|
#define CONFIG_SYS_SDRAM_SIZE 0x40000000
|
||||||
|
|
||||||
/* SATA */
|
|
||||||
|
|
||||||
#define CONFIG_SYS_SATA AHCI_BASE_ADDR
|
|
||||||
|
|
||||||
#undef CONFIG_EXTRA_ENV_SETTINGS
|
#undef CONFIG_EXTRA_ENV_SETTINGS
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
"verify=no\0" \
|
"verify=no\0" \
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
/*SPI device */
|
/*SPI device */
|
||||||
#define CFG_SYS_FSL_QSPI_BASE 0x40000000
|
#define CFG_SYS_FSL_QSPI_BASE 0x40000000
|
||||||
|
|
||||||
/* SATA */
|
|
||||||
|
|
||||||
#define CONFIG_SYS_SATA AHCI_BASE_ADDR
|
|
||||||
|
|
||||||
/* I2C */
|
/* I2C */
|
||||||
|
|
||||||
/* GPIO */
|
/* GPIO */
|
||||||
|
|
|
@ -35,10 +35,6 @@
|
||||||
#define QSGMII_CARD_PORT4_PHY_ADDR_S2 0xB
|
#define QSGMII_CARD_PORT4_PHY_ADDR_S2 0xB
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* SATA */
|
|
||||||
|
|
||||||
#define CONFIG_SYS_SATA AHCI_BASE_ADDR
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IFC Definitions
|
* IFC Definitions
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -65,11 +65,6 @@
|
||||||
|
|
||||||
/* I2C */
|
/* I2C */
|
||||||
|
|
||||||
/* SATA */
|
|
||||||
#ifndef SPL_NO_SATA
|
|
||||||
#define CONFIG_SYS_SATA AHCI_BASE_ADDR
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* FMan ucode */
|
/* FMan ucode */
|
||||||
#ifndef SPL_NO_FMAN
|
#ifndef SPL_NO_FMAN
|
||||||
#define CONFIG_SYS_DPAA_FMAN
|
#define CONFIG_SYS_DPAA_FMAN
|
||||||
|
|
|
@ -279,12 +279,6 @@
|
||||||
#define CONFIG_SYS_VSC7385_BASE_PHYS CONFIG_SYS_VSC7385_BASE
|
#define CONFIG_SYS_VSC7385_BASE_PHYS CONFIG_SYS_VSC7385_BASE
|
||||||
#endif
|
#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)
|
|
||||||
|
|
||||||
/* The size of the VSC7385 firmware image */
|
/* The size of the VSC7385 firmware image */
|
||||||
#define CONFIG_VSC7385_IMAGE_SIZE 8192
|
#define CONFIG_VSC7385_IMAGE_SIZE 8192
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -97,10 +97,4 @@
|
||||||
|
|
||||||
#endif /* !CONFIG_MTD_RAW_NAND */
|
#endif /* !CONFIG_MTD_RAW_NAND */
|
||||||
|
|
||||||
/* CPU */
|
|
||||||
|
|
||||||
#ifdef CONFIG_SPI_BOOT
|
|
||||||
#define CONFIG_SYS_SPI_U_BOOT_SIZE 0x40000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* ! __CONFIG_PHYCORE_AM335x_R2_H */
|
#endif /* ! __CONFIG_PHYCORE_AM335x_R2_H */
|
||||||
|
|
|
@ -18,9 +18,4 @@
|
||||||
#define CONFIG_SYS_FLASH_BASE (0xA0000000)
|
#define CONFIG_SYS_FLASH_BASE (0xA0000000)
|
||||||
#define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE }
|
#define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE }
|
||||||
|
|
||||||
/*
|
|
||||||
* SuperH Clock setting
|
|
||||||
*/
|
|
||||||
#define CONFIG_SYS_PLL_SETTLING_TIME 100/* in us */
|
|
||||||
|
|
||||||
#endif /* __CONFIG_H */
|
#endif /* __CONFIG_H */
|
||||||
|
|
|
@ -109,12 +109,8 @@
|
||||||
* Memory space is mapped 1-1.
|
* Memory space is mapped 1-1.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
|
#define CONFIG_SYS_PCI1_MEM_PHYS 0x80000000
|
||||||
#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
|
#define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000
|
||||||
#define CONFIG_SYS_PCI1_MEM_SIZE 0x20000000 /* 512M */
|
|
||||||
#define CONFIG_SYS_PCI1_IO_BASE 0xE2000000
|
|
||||||
#define CONFIG_SYS_PCI1_IO_PHYS CONFIG_SYS_PCI1_IO_BASE
|
|
||||||
#define CONFIG_SYS_PCI1_IO_SIZE 0x01000000 /* 16M */
|
|
||||||
|
|
||||||
#define CONFIG_TSEC1 1
|
#define CONFIG_TSEC1 1
|
||||||
#define CONFIG_TSEC1_NAME "TSEC0"
|
#define CONFIG_TSEC1_NAME "TSEC0"
|
||||||
|
|
|
@ -84,8 +84,6 @@
|
||||||
|
|
||||||
/* Defines for SPL */
|
/* Defines for SPL */
|
||||||
|
|
||||||
#define CONFIG_SYS_SPI_U_BOOT_SIZE 0x40000
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM
|
* 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM
|
||||||
* 64 bytes before this address should be set aside for u-boot.img's
|
* 64 bytes before this address should be set aside for u-boot.img's
|
||||||
|
|
|
@ -46,11 +46,6 @@
|
||||||
/* SPI Configuration */
|
/* SPI Configuration */
|
||||||
#define CONFIG_SYS_SPI_CLK ks_clk_get_rate(KS2_CLK1_6)
|
#define CONFIG_SYS_SPI_CLK ks_clk_get_rate(KS2_CLK1_6)
|
||||||
|
|
||||||
/* Network Configuration */
|
|
||||||
#define CONFIG_SYS_SGMII_REFCLK_MHZ 312
|
|
||||||
#define CONFIG_SYS_SGMII_LINERATE_MHZ 1250
|
|
||||||
#define CONFIG_SYS_SGMII_RATESCALE 2
|
|
||||||
|
|
||||||
/* Keystone net */
|
/* Keystone net */
|
||||||
#define CONFIG_KSNET_MAC_ID_BASE KS2_MAC_ID_BASE_ADDR
|
#define CONFIG_KSNET_MAC_ID_BASE KS2_MAC_ID_BASE_ADDR
|
||||||
#define CONFIG_KSNET_NETCP_BASE KS2_NETCP_BASE
|
#define CONFIG_KSNET_NETCP_BASE KS2_NETCP_BASE
|
||||||
|
|
Loading…
Reference in a new issue