diff options
author | wdenk <wdenk> | 2004-04-18 23:32:11 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-18 23:32:11 +0000 |
commit | e35745bb64fae64da3e1fa7f4afe3213287f5908 (patch) | |
tree | 492a81e51c1102c16ec8ad265fa218586ba523fb /doc | |
parent | 2471111d3511dab6b80e87bd5901be9fafa514db (diff) | |
download | u-boot-imx-e35745bb64fae64da3e1fa7f4afe3213287f5908.zip u-boot-imx-e35745bb64fae64da3e1fa7f4afe3213287f5908.tar.gz u-boot-imx-e35745bb64fae64da3e1fa7f4afe3213287f5908.tar.bz2 |
* Temporarily disabled John Kerl's extended MII command code because
"miivals.h" is missing
* Patches by Mark Jonas, 13 Apr 2004:
- Remove CS0 chip select timing setting from cpu/mpc5xxx/start.S
- Add sync instructions to IceCube SDRAM init code
- Move SDRAM chip constants into seperate include files
- Unify DDR and SDR initialization code
- Unify all IceCube (Lite5xxx) target names
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.IceCube | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/README.IceCube b/doc/README.IceCube index 52ad158..5252bc9 100644 --- a/doc/README.IceCube +++ b/doc/README.IceCube @@ -1,9 +1,12 @@ --------------------------------------------------------------------------- Build target Flash address | BDI "go" command | Reset Vector --------------------------------------------------------------------------- -MPC5200LITE 0xFFF00000 | 0xFFF00100 | 0xFFF00100 -MPC5200LITE_LOWBOOT 0xFF000000 | 0xFF000100 | 0x00000100 -MPC5200LITE_LOWBOOT08 0xFF800000 | 0xFF800100 | 0x00000100 +Lite5200 0xFFF00000 | 0xFFF00100 | 0xFFF00100 +Lite5200_LOWBOOT 0xFF000000 | 0xFF000100 | 0x00000100 +Lite5200_LOWBOOT08 0xFF800000 | 0xFF800100 | 0x00000100 +icecube_5200 0xFFF00000 | 0xFFF00100 | 0xFFF00100 +icecube_5200_LOWBOOT 0xFF000000 | 0xFF000100 | 0x00000100 +icecube_5200_LOWBOOT08 0xFF800000 | 0xFF800100 | 0x00000100 icecube_5200_DDR 0xFFF00000 | 0xFFF00100 | 0xFFF00100 icecube_5200_DDR_LOWBOOT 0xFF800000 | 0xFF800100 | 0x00000100 icecube_5200_DDR_LOWBOOT08 0xFF800000 | 0xFF800100 | 0x00000100 |