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 /CHANGELOG | |
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 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ Changes for U-Boot 1.1.1: ====================================================================== +* 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 + * Patch by John Kerl, 16 Apr 2004: Enable ranges in mii command, e.g. mii read 0-1f 0 or mii read 4-7 18-1a. Also add mii dump subcommand for |