diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-09-10 10:11:15 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-09-10 10:11:15 +0100 |
commit | 7d54d64e9c9300cbd6cc3d1956e841b4c26a273a (patch) | |
tree | 570446af965d3d8a7d2d34ff7973a6cbee6c21c6 /include/configs/yucca.h | |
parent | 470ffef72cf565c4db59352c23bd06cbfb763128 (diff) | |
parent | 1d9e31e04911a6bb7cc66dd91132c699101c32e2 (diff) | |
download | u-boot-imx-7d54d64e9c9300cbd6cc3d1956e841b4c26a273a.zip u-boot-imx-7d54d64e9c9300cbd6cc3d1956e841b4c26a273a.tar.gz u-boot-imx-7d54d64e9c9300cbd6cc3d1956e841b4c26a273a.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'include/configs/yucca.h')
-rw-r--r-- | include/configs/yucca.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/include/configs/yucca.h b/include/configs/yucca.h index 906f046..74033b4 100644 --- a/include/configs/yucca.h +++ b/include/configs/yucca.h @@ -68,11 +68,11 @@ #define CFG_PCIE_BASE 0xe0000000 /* PCIe UTL regs */ #define CFG_PCIE0_CFGBASE 0xc0000000 -#define CFG_PCIE0_XCFGBASE 0xc0000400 -#define CFG_PCIE1_CFGBASE 0xc0001000 -#define CFG_PCIE1_XCFGBASE 0xc0001400 -#define CFG_PCIE2_CFGBASE 0xc0002000 -#define CFG_PCIE2_XCFGBASE 0xc0002400 +#define CFG_PCIE1_CFGBASE 0xc1000000 +#define CFG_PCIE2_CFGBASE 0xc2000000 +#define CFG_PCIE0_XCFGBASE 0xc3000000 +#define CFG_PCIE1_XCFGBASE 0xc3001000 +#define CFG_PCIE2_XCFGBASE 0xc3002000 /* System RAM mapped to PCI space */ #define CONFIG_PCI_SYS_MEM_BUS CFG_SDRAM_BASE @@ -182,6 +182,7 @@ "cp.b ${fileaddr} FFFB0000 ${filesize};" \ "setenv filesize;saveenv\0" \ "upd=run load;run update\0" \ + "pciconfighost=1\0" \ "" #define CONFIG_BOOTCOMMAND "run flash_self" @@ -297,7 +298,7 @@ #define CONFIG_PCI /* include pci support */ #define CONFIG_PCI_PNP 1 /* do pci plug-and-play */ #define CONFIG_PCI_SCAN_SHOW 1 /* show pci devices on startup */ -#undef CONFIG_PCI_CONFIG_HOST_BRIDGE +#define CONFIG_PCI_CONFIG_HOST_BRIDGE /* Board-specific PCI */ #define CFG_PCI_TARGET_INIT /* let board init pci target */ |