summaryrefslogtreecommitdiffstats
path: root/include/configs/yucca.h
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2006-07-04 00:55:47 +0200
committerMarian Balakowicz <m8@semihalf.com>2006-07-04 00:55:47 +0200
commitfbb0b559ae564d80b5ea3199ad530aa0e419a668 (patch)
treee2ce9cb41309e974e9b4e2506c73fd9648fb1d0b /include/configs/yucca.h
parentfe84b48a94beb88a977a88e3d14b6ea882cdc91a (diff)
downloadtalos-obmc-uboot-fbb0b559ae564d80b5ea3199ad530aa0e419a668.tar.gz
talos-obmc-uboot-fbb0b559ae564d80b5ea3199ad530aa0e419a668.zip
Add system memory to the PCI region list for AMCC PPC44x CPUs.
Enabled it for Yucca board.
Diffstat (limited to 'include/configs/yucca.h')
-rw-r--r--include/configs/yucca.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/yucca.h b/include/configs/yucca.h
index be2e7db176..e6d9843567 100644
--- a/include/configs/yucca.h
+++ b/include/configs/yucca.h
@@ -75,6 +75,11 @@
/* #define CFG_PCI_BASE_REGS 0xBEC00000 */ /* internal PCI regs */
/* #define CFG_PCI_BASE_CYCLE 0xBED00000 */ /* internal PCI regs */
+/* System RAM mapped to PCI space */
+#define CONFIG_PCI_SYS_MEM_BUS CFG_SDRAM_BASE
+#define CONFIG_PCI_SYS_MEM_PHYS CFG_SDRAM_BASE
+#define CONFIG_PCI_SYS_MEM_SIZE (1024 * 1024 * 1024)
+
#define CFG_FPGA_BASE 0xe2000000 /* epld */
#define CFG_OPER_FLASH 0xe7000000 /* SRAM - OPER Flash */
OpenPOWER on IntegriCloud