|
@@ -14,6 +14,10 @@
|
|
|
|
|
|
#include "../board/freescale/common/ics307_clk.h"
|
|
#include "../board/freescale/common/ics307_clk.h"
|
|
|
|
|
|
|
|
+#ifdef CONFIG_36BIT
|
|
|
|
+#define CONFIG_PHYS_64BIT
|
|
|
|
+#endif
|
|
|
|
+
|
|
/* High Level Configuration Options */
|
|
/* High Level Configuration Options */
|
|
#define CONFIG_BOOKE /* BOOKE */
|
|
#define CONFIG_BOOKE /* BOOKE */
|
|
#define CONFIG_E500 /* BOOKE e500 family */
|
|
#define CONFIG_E500 /* BOOKE e500 family */
|
|
@@ -39,10 +43,11 @@
|
|
#define CONFIG_FSL_PCIE_RESET /* need PCIe reset errata */
|
|
#define CONFIG_FSL_PCIE_RESET /* need PCIe reset errata */
|
|
#define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
|
|
#define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
|
|
|
|
|
|
-#define CONFIG_PHYS_64BIT
|
|
|
|
|
|
+#ifdef CONFIG_PHYS_64BIT
|
|
#define CONFIG_ENABLE_36BIT_PHYS
|
|
#define CONFIG_ENABLE_36BIT_PHYS
|
|
#define CONFIG_ADDR_MAP
|
|
#define CONFIG_ADDR_MAP
|
|
#define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */
|
|
#define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */
|
|
|
|
+#endif
|
|
|
|
|
|
#define CONFIG_FSL_LAW /* Use common FSL init code */
|
|
#define CONFIG_FSL_LAW /* Use common FSL init code */
|
|
|
|
|
|
@@ -65,7 +70,11 @@
|
|
*/
|
|
*/
|
|
#define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 /* CCSRBAR Default */
|
|
#define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 /* CCSRBAR Default */
|
|
#define CONFIG_SYS_CCSRBAR 0xffe00000 /* relocated CCSRBAR */
|
|
#define CONFIG_SYS_CCSRBAR 0xffe00000 /* relocated CCSRBAR */
|
|
|
|
+#ifdef CONFIG_PHYS_64BIT
|
|
#define CONFIG_SYS_CCSRBAR_PHYS 0xfffe00000ull
|
|
#define CONFIG_SYS_CCSRBAR_PHYS 0xfffe00000ull
|
|
|
|
+#else
|
|
|
|
+#define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR
|
|
|
|
+#endif
|
|
#define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR
|
|
#define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR
|
|
|
|
|
|
/* DDR Setup */
|
|
/* DDR Setup */
|
|
@@ -111,7 +120,11 @@
|
|
* Local Bus Definitions
|
|
* Local Bus Definitions
|
|
*/
|
|
*/
|
|
#define CONFIG_SYS_FLASH_BASE 0xe0000000 /* start of FLASH 128M */
|
|
#define CONFIG_SYS_FLASH_BASE 0xe0000000 /* start of FLASH 128M */
|
|
|
|
+#ifdef CONFIG_PHYS_64BIT
|
|
#define CONFIG_SYS_FLASH_BASE_PHYS 0xfe0000000ull
|
|
#define CONFIG_SYS_FLASH_BASE_PHYS 0xfe0000000ull
|
|
|
|
+#else
|
|
|
|
+#define CONFIG_SYS_FLASH_BASE_PHYS CONFIG_SYS_FLASH_BASE
|
|
|
|
+#endif
|
|
|
|
|
|
#define CONFIG_FLASH_BR_PRELIM \
|
|
#define CONFIG_FLASH_BR_PRELIM \
|
|
(BR_PHYS_ADDR((CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000)) | BR_PS_16 | BR_V)
|
|
(BR_PHYS_ADDR((CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000)) | BR_PS_16 | BR_V)
|
|
@@ -145,7 +158,11 @@
|
|
|
|
|
|
#define CONFIG_FSL_NGPIXIS
|
|
#define CONFIG_FSL_NGPIXIS
|
|
#define PIXIS_BASE 0xffdf0000 /* PIXIS registers */
|
|
#define PIXIS_BASE 0xffdf0000 /* PIXIS registers */
|
|
|
|
+#ifdef CONFIG_PHYS_64BIT
|
|
#define PIXIS_BASE_PHYS 0xfffdf0000ull
|
|
#define PIXIS_BASE_PHYS 0xfffdf0000ull
|
|
|
|
+#else
|
|
|
|
+#define PIXIS_BASE_PHYS PIXIS_BASE
|
|
|
|
+#endif
|
|
|
|
|
|
#define CONFIG_SYS_BR2_PRELIM (BR_PHYS_ADDR(PIXIS_BASE_PHYS) | BR_PS_8 | BR_V)
|
|
#define CONFIG_SYS_BR2_PRELIM (BR_PHYS_ADDR(PIXIS_BASE_PHYS) | BR_PS_8 | BR_V)
|
|
#define CONFIG_SYS_OR2_PRELIM (OR_AM_32KB | 0x6ff7)
|
|
#define CONFIG_SYS_OR2_PRELIM (OR_AM_32KB | 0x6ff7)
|
|
@@ -241,32 +258,59 @@
|
|
|
|
|
|
/* controller 1, Slot 2, tgtid 1, Base address a000 */
|
|
/* controller 1, Slot 2, tgtid 1, Base address a000 */
|
|
#define CONFIG_SYS_PCIE1_MEM_VIRT 0xc0000000
|
|
#define CONFIG_SYS_PCIE1_MEM_VIRT 0xc0000000
|
|
|
|
+#ifdef CONFIG_PHYS_64BIT
|
|
#define CONFIG_SYS_PCIE1_MEM_BUS 0xe0000000
|
|
#define CONFIG_SYS_PCIE1_MEM_BUS 0xe0000000
|
|
#define CONFIG_SYS_PCIE1_MEM_PHYS 0xc40000000ull
|
|
#define CONFIG_SYS_PCIE1_MEM_PHYS 0xc40000000ull
|
|
|
|
+#else
|
|
|
|
+#define CONFIG_SYS_PCIE1_MEM_BUS 0xc0000000
|
|
|
|
+#define CONFIG_SYS_PCIE1_MEM_PHYS 0xc0000000
|
|
|
|
+#endif
|
|
#define CONFIG_SYS_PCIE1_MEM_SIZE 0x20000000 /* 512M */
|
|
#define CONFIG_SYS_PCIE1_MEM_SIZE 0x20000000 /* 512M */
|
|
#define CONFIG_SYS_PCIE1_IO_VIRT 0xffc20000
|
|
#define CONFIG_SYS_PCIE1_IO_VIRT 0xffc20000
|
|
#define CONFIG_SYS_PCIE1_IO_BUS 0x00000000
|
|
#define CONFIG_SYS_PCIE1_IO_BUS 0x00000000
|
|
|
|
+#ifdef CONFIG_PHYS_64BIT
|
|
#define CONFIG_SYS_PCIE1_IO_PHYS 0xfffc20000ull
|
|
#define CONFIG_SYS_PCIE1_IO_PHYS 0xfffc20000ull
|
|
|
|
+#else
|
|
|
|
+#define CONFIG_SYS_PCIE1_IO_PHYS 0xffc20000
|
|
|
|
+#endif
|
|
#define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */
|
|
#define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */
|
|
|
|
|
|
/* controller 2, direct to uli, tgtid 2, Base address 9000 */
|
|
/* controller 2, direct to uli, tgtid 2, Base address 9000 */
|
|
#define CONFIG_SYS_PCIE2_MEM_VIRT 0xa0000000
|
|
#define CONFIG_SYS_PCIE2_MEM_VIRT 0xa0000000
|
|
|
|
+#ifdef CONFIG_PHYS_64BIT
|
|
#define CONFIG_SYS_PCIE2_MEM_BUS 0xe0000000
|
|
#define CONFIG_SYS_PCIE2_MEM_BUS 0xe0000000
|
|
#define CONFIG_SYS_PCIE2_MEM_PHYS 0xc20000000ull
|
|
#define CONFIG_SYS_PCIE2_MEM_PHYS 0xc20000000ull
|
|
|
|
+#else
|
|
|
|
+#define CONFIG_SYS_PCIE2_MEM_BUS 0xa0000000
|
|
|
|
+#define CONFIG_SYS_PCIE2_MEM_PHYS 0xa0000000
|
|
|
|
+#endif
|
|
#define CONFIG_SYS_PCIE2_MEM_SIZE 0x20000000 /* 512M */
|
|
#define CONFIG_SYS_PCIE2_MEM_SIZE 0x20000000 /* 512M */
|
|
#define CONFIG_SYS_PCIE2_IO_VIRT 0xffc10000
|
|
#define CONFIG_SYS_PCIE2_IO_VIRT 0xffc10000
|
|
#define CONFIG_SYS_PCIE2_IO_BUS 0x00000000
|
|
#define CONFIG_SYS_PCIE2_IO_BUS 0x00000000
|
|
|
|
+#ifdef CONFIG_PHYS_64BIT
|
|
#define CONFIG_SYS_PCIE2_IO_PHYS 0xfffc10000ull
|
|
#define CONFIG_SYS_PCIE2_IO_PHYS 0xfffc10000ull
|
|
|
|
+#else
|
|
|
|
+#define CONFIG_SYS_PCIE2_IO_PHYS 0xffc10000
|
|
|
|
+#endif
|
|
#define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */
|
|
#define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */
|
|
|
|
|
|
/* controller 3, Slot 1, tgtid 3, Base address b000 */
|
|
/* controller 3, Slot 1, tgtid 3, Base address b000 */
|
|
#define CONFIG_SYS_PCIE3_MEM_VIRT 0x80000000
|
|
#define CONFIG_SYS_PCIE3_MEM_VIRT 0x80000000
|
|
|
|
+#ifdef CONFIG_PHYS_64BIT
|
|
#define CONFIG_SYS_PCIE3_MEM_BUS 0xe0000000
|
|
#define CONFIG_SYS_PCIE3_MEM_BUS 0xe0000000
|
|
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc00000000ull
|
|
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc00000000ull
|
|
|
|
+#else
|
|
|
|
+#define CONFIG_SYS_PCIE3_MEM_BUS 0x80000000
|
|
|
|
+#define CONFIG_SYS_PCIE3_MEM_PHYS 0x80000000
|
|
|
|
+#endif
|
|
#define CONFIG_SYS_PCIE3_MEM_SIZE 0x20000000 /* 512M */
|
|
#define CONFIG_SYS_PCIE3_MEM_SIZE 0x20000000 /* 512M */
|
|
#define CONFIG_SYS_PCIE3_IO_VIRT 0xffc00000
|
|
#define CONFIG_SYS_PCIE3_IO_VIRT 0xffc00000
|
|
#define CONFIG_SYS_PCIE3_IO_BUS 0x00000000
|
|
#define CONFIG_SYS_PCIE3_IO_BUS 0x00000000
|
|
|
|
+#ifdef CONFIG_PHYS_64BIT
|
|
#define CONFIG_SYS_PCIE3_IO_PHYS 0xfffc00000ull
|
|
#define CONFIG_SYS_PCIE3_IO_PHYS 0xfffc00000ull
|
|
|
|
+#else
|
|
|
|
+#define CONFIG_SYS_PCIE3_IO_PHYS 0xffc00000
|
|
|
|
+#endif
|
|
#define CONFIG_SYS_PCIE3_IO_SIZE 0x00010000 /* 64k */
|
|
#define CONFIG_SYS_PCIE3_IO_SIZE 0x00010000 /* 64k */
|
|
|
|
|
|
#ifdef CONFIG_PCI
|
|
#ifdef CONFIG_PCI
|