summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2006-01-11 13:24:15 -0600
committerKumar Gala <galak@kernel.crashing.org>2006-01-11 13:24:15 -0600
commita179012e37ae75de1fa7d6597e69d985ef79b7d0 (patch)
treee40ee9dd30243e00f238ca4847defe1364ed763b /CHANGELOG
parentc7428d49ace4f2f16174ca028fe7072c02a473c8 (diff)
downloadu-boot-imx-a179012e37ae75de1fa7d6597e69d985ef79b7d0.zip
u-boot-imx-a179012e37ae75de1fa7d6597e69d985ef79b7d0.tar.gz
u-boot-imx-a179012e37ae75de1fa7d6597e69d985ef79b7d0.tar.bz2
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
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c1da98f..60d29ac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,16 @@
Changes since U-Boot 1.1.4:
======================================================================
+* 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 support for 28F256J3A flah (=> 64 MB) on PM520 board
* Fix compiler problem with at91rm9200dk board.