@ -177,8 +177,8 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
* Memory map
*
* 0x0000 _0000 0x3fff _ffff DDR 1 G cacheablen
* 0xa000 _0000 0xbfff _ffff PCI Express Mem 1 G non - cacheable
* 0xffc2 _0000 0xffc5 _ffff PCI IO range 256 K non - cacheable
* 0x8000 _0000 0xbfff _ffff PCI Express Mem 1 G non - cacheable
* 0xffc0 _0000 0xffc3 _ffff PCI IO range 256 k non - cacheable
*
* Localbus cacheable ( TBD )
* 0 xXXXX_XXXX 0 xXXXX_XXXX SRAM YZ M Cacheable
@ -368,27 +368,27 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
* Memory space is mapped 1 - 1 , but I / O space must start from 0.
*/
/* controller 2, Slot 2, tgtid 2, Base address 9000 */
# if defined(CONFIG_PCI)
/* controller 2, Slot 2, tgtid 2, Base address 9000 */
# define CONFIG_SYS_PCIE2_NAME "Slot 1"
# define CONFIG_SYS_PCIE2_MEM_VIRT 0xa0000000
# define CONFIG_SYS_PCIE2_MEM_BUS 0xa0000000
# define CONFIG_SYS_PCIE2_MEM_PHYS 0xa0000000
# define CONFIG_SYS_PCIE2_MEM_SIZE 0x20000000 /* 512M */
# define CONFIG_SYS_PCIE2_IO_VIRT 0xffc2 0000
# define CONFIG_SYS_PCIE2_IO_BUS 0x00000000
# define CONFIG_SYS_PCIE2_IO_PHYS 0xffc2 0000
# define CONFIG_SYS_PCIE2_IO_VIRT 0xffc1 0000
# define CONFIG_SYS_PCIE2_IO_BUS 0x00000000
# define CONFIG_SYS_PCIE2_IO_PHYS 0xffc1 0000
# define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */
/* controller 1, Slot 1, tgtid 1, Base address a000 */
# define CONFIG_SYS_PCIE1_NAME "Slot 2"
# define CONFIG_SYS_PCIE1_MEM_VIRT 0xc 0000000
# define CONFIG_SYS_PCIE1_MEM_BUS 0xc 0000000
# define CONFIG_SYS_PCIE1_MEM_PHYS 0xc 0000000
# define CONFIG_SYS_PCIE1_MEM_VIRT 0x8 0000000
# define CONFIG_SYS_PCIE1_MEM_BUS 0x8 0000000
# define CONFIG_SYS_PCIE1_MEM_PHYS 0x8 0000000
# define CONFIG_SYS_PCIE1_MEM_SIZE 0x20000000 /* 512M */
# define CONFIG_SYS_PCIE1_IO_VIRT 0xffc3 0000
# define CONFIG_SYS_PCIE1_IO_BUS 0x00000000
# define CONFIG_SYS_PCIE1_IO_PHYS 0xffc3 0000
# define CONFIG_SYS_PCIE1_IO_VIRT 0xffc0 0000
# define CONFIG_SYS_PCIE1_IO_BUS 0x00000000
# define CONFIG_SYS_PCIE1_IO_PHYS 0xffc0 0000
# define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */
# define CONFIG_PCI_PNP /* do pci plug-and-play */