From 35f93740979fc3bffefb22f99f3ebe2ae05f86c2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Jul 2003 15:52:57 +0000 Subject: 2003-07-16 Greg Menke PR 428/bsps PR 432/bsps * bootloader/pci.c: Re-instated code that prevents remapping small IO regions, which if remapped would cause i8259 registers to move out from under the #define'd base addresses. * startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256 megs, I incorrectly had extended it which would cause problems with PCI devices that defined prefetchable memory. --- c/src/lib/libbsp/powerpc/shared/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/shared/ChangeLog') diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog index 066a7699ef..3ebbde4af4 100644 --- a/c/src/lib/libbsp/powerpc/shared/ChangeLog +++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog @@ -1,3 +1,23 @@ +2003-07-16 Greg Menke + + PR 428/bsps + PR 432/bsps + * bootloader/pci.c: Re-instated code that prevents remapping small + IO regions, which if remapped would cause i8259 registers to move + out from under the #define'd base addresses. + * startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256 + megs, I incorrectly had extended it which would cause problems with + PCI devices that defined prefetchable memory. + +2003-07-16 Greg Menke + PR 432/bsps + * bootloader/pci.c: Re-instated code that prevents remapping small + IO regions, which if remapped would cause i8259 registers to move + out from under the #define'd base addresses. + * startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256 + megs, I incorrectly had extended it which would cause problems with + PCI devices that defined prefetchable memory. + 2003-06-13 Greg Menke PR 405/bsps -- cgit v1.2.3