diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 21:31:38 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 21:31:38 +0100 |
commit | 7b230f61db319d87d51449d4620d520822813fbb (patch) | |
tree | 4ab1907f8a19b51240ee9853bfe8acaad05c041c /CHANGELOG | |
parent | a3f0169880a44ac06de5177e7926d7c732368663 (diff) | |
parent | dffb70f3305daa16625ec9d5b02a2c0d23ff84b3 (diff) | |
download | u-boot-imx-7b230f61db319d87d51449d4620d520822813fbb.zip u-boot-imx-7b230f61db319d87d51449d4620d520822813fbb.tar.gz u-boot-imx-7b230f61db319d87d51449d4620d520822813fbb.tar.bz2 |
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pci
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -2,6 +2,24 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Fixed PCI indirect config ops to handle multiple PCI controllers + We need to adjust the bus number we are trying to access based + on which PCI controller its on + Patch by Kumar Gala 12 Jan 2006 + +* Report back PCI bus when doing table based device config + Patch by Kumar Gala 11 Jan 2006 + +* Added support for PCI prefetchable region and BARs + If a host controller sets up a region as prefetchable and + a device's BAR denotes it as prefetchable, allocate the + BAR into the prefetch region. + + If a BAR is prefetchable and no prefetchable region has + been setup by the controller we fall back to allocating + the BAR into the normally memory region. + Patch by Kumar Gala 11 Jan 2006 + * Add helper function for generic flat device tree fixups for mpc83xx Patch by Kumar Gala, 11 Jan 2006 |