summaryrefslogtreecommitdiff
path: root/include/configs/yosemite.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-01-13 06:59:19 (GMT)
committerStefan Roese <sr@denx.de>2007-01-13 06:59:19 (GMT)
commit36adff362c2c0141ff8a810d42a7e478f779130f (patch)
tree32b6e6a4809f6345a63a17c50bf98559d3f2a5c5 /include/configs/yosemite.h
parente0b9ea8c8a294de6a5350ae638879d24b5b709d6 (diff)
downloadu-boot-36adff362c2c0141ff8a810d42a7e478f779130f.tar.xz
[PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
Now the board revision and the current PCI bus speed are printed after the board message. Also the EBC initialising is now done via defines in the board config file. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/yosemite.h')
-rw-r--r--include/configs/yosemite.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h
index 6e942ab..2cc18db 100644
--- a/include/configs/yosemite.h
+++ b/include/configs/yosemite.h
@@ -307,6 +307,20 @@
#define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
/*-----------------------------------------------------------------------
+ * External Bus Controller (EBC) Setup
+ *----------------------------------------------------------------------*/
+#define CFG_FLASH CFG_FLASH_BASE
+#define CFG_CPLD 0x80000000
+
+/* Memory Bank 0 (NOR-FLASH) initialization */
+#define CFG_EBC_PB0AP 0x03017300
+#define CFG_EBC_PB0CR (CFG_FLASH | 0xda000)
+
+/* Memory Bank 2 (CPLD) initialization */
+#define CFG_EBC_PB2AP 0x04814500
+#define CFG_EBC_PB2CR (CFG_CPLD | 0x18000)
+
+/*-----------------------------------------------------------------------
* Cache Configuration
*/
#define CFG_DCACHE_SIZE (32<<10) /* For AMCC 440 CPUs */