diff options
author | wdenk <wdenk> | 2005-02-24 22:44:16 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-02-24 22:44:16 +0000 |
commit | 151ab83a936e66cf56971a0e0340609528474734 (patch) | |
tree | 0351989a9804330e02c7351c655d0102c6a00dcd /CHANGELOG | |
parent | b9649854f6ffdeaad23daec21013552cef2e05f0 (diff) | |
download | u-boot-151ab83a936e66cf56971a0e0340609528474734.tar.gz u-boot-151ab83a936e66cf56971a0e0340609528474734.tar.xz u-boot-151ab83a936e66cf56971a0e0340609528474734.zip |
* Add support for ext2 filesystems and image timestamps to TQM5200 board
* Add reset code for Coral-P on INKA4x0 board
* Patch by Martin Krause, 28 Jun 2004:
Update for TRAB board.
* Fix some missing "volatile"s in MPC5xxx FEC driver
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Add support for ext2 filesystems and image timestamps to TQM5200 board + +* Add reset code for Coral-P on INKA4x0 board + +* Patch by Martin Krause, 28 Jun 2004: + Update for TRAB board. + +* Fix some missing "volatile"s in MPC5xxx FEC driver + * Fix cirrus voltage detection (for CPC45) * Fix byteorder problem in usbboot and scsiboot commands. |