]> git.sur5r.net Git - u-boot/commitdiff
Fix PCI to memory window size problems on PM82x boards
authorWolfgang Denk <wd@pollux.denx.de>
Tue, 30 May 2006 21:32:44 +0000 (23:32 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Tue, 30 May 2006 21:32:44 +0000 (23:32 +0200)
We use the "automatic" mode that was used for  the  MPC8266ADS  and
MPC8272 boards. Eventually this should be used on all boards?]
Patch by Wolfgang Grandegger, 17 Jan 2006

CHANGELOG
cpu/mpc8260/pci.c

index bcae5031ae666178df756694dc2c288dfaa0b4f2..4aab6fc04ba76c8cc66df0d53ff084f6d502e38f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,11 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix PCI to memory window size problems on PM82x boards
+  We use the "automatic" mode that was used for  the  MPC8266ADS  and
+  MPC8272 boards. Eventually this should be used on all boards?]
+  Patch by Wolfgang Grandegger, 17 Jan 2006
+
 * Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstone
   Patch by Stefan Roese, 29 May 2006
 
index ea5514fb123414df4dea295c41fde13d98b84b45..b14fc159be3efb68bca5a912fa765d9529899d3e 100644 (file)
@@ -34,7 +34,7 @@
 #include <asm/m8260_pci.h>
 #include <asm/io.h>
 
-#if defined CONFIG_MPC8266ADS || defined CONFIG_MPC8272
+#if defined CONFIG_MPC8266ADS || defined CONFIG_MPC8272 || defined CONFIG_PM826
 DECLARE_GLOBAL_DATA_PTR;
 #endif
 
@@ -401,7 +401,7 @@ void pci_mpc8250_init (struct pci_controller *hose)
        hose->last_busno = 0xff;
 
        /* System memory space */
-#if defined CONFIG_MPC8266ADS || defined CONFIG_MPC8272
+#if defined CONFIG_MPC8266ADS || defined CONFIG_MPC8272 || defined CONFIG_PM826
        pci_set_region (hose->regions + 0,
                        PCI_SLV_MEM_BUS,
                        PCI_SLV_MEM_LOCAL,