diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-01-13 11:25:08 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-01-13 11:25:08 +0100 |
commit | b8a8bfc0c6390e12ffb324405ae9179ef460cb5c (patch) | |
tree | af4d40fe81c1db7ea293a3a34c66b94fe6bb153b /include/configs/yellowstone.h | |
parent | c6676c73dcb63d2b65262064e22fbe238336a97c (diff) | |
parent | 44cd6de2e1b0cdff76bf8c85a1c93c6844da62fd (diff) | |
download | u-boot-imx-b8a8bfc0c6390e12ffb324405ae9179ef460cb5c.zip u-boot-imx-b8a8bfc0c6390e12ffb324405ae9179ef460cb5c.tar.gz u-boot-imx-b8a8bfc0c6390e12ffb324405ae9179ef460cb5c.tar.bz2 |
Merge with /home/sr/git/u-boot/denx-merge-sr
Diffstat (limited to 'include/configs/yellowstone.h')
-rw-r--r-- | include/configs/yellowstone.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/yellowstone.h b/include/configs/yellowstone.h index 58717f8..911a52d 100644 --- a/include/configs/yellowstone.h +++ b/include/configs/yellowstone.h @@ -302,6 +302,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 */ |