diff options
author | Stefan Roese <sr@denx.de> | 2007-01-15 08:01:42 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-15 08:01:42 +0100 |
commit | c2a6e9091fae9e8339c70f4b12cd3f7d5502ae0c (patch) | |
tree | af4d40fe81c1db7ea293a3a34c66b94fe6bb153b /include/configs/yosemite.h | |
parent | b8b787065210a1650e16716e21b73468fdaf5ea8 (diff) | |
parent | b8a8bfc0c6390e12ffb324405ae9179ef460cb5c (diff) |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'include/configs/yosemite.h')
-rw-r--r-- | include/configs/yosemite.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h index 6e942abcaa..2cc18db9a5 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 */ |