diff options
author | wdenk <wdenk> | 2004-03-12 00:14:09 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-12 00:14:09 +0000 |
commit | 232c150a250bb2fcb894b15d67c65df2458e271f (patch) | |
tree | 3d714bb0eb041a6499b8e2286a7fedb6fc150847 /CHANGELOG | |
parent | 79d696fc558b2bcdb8aa8dc6cd7e4ccd22008e21 (diff) | |
download | u-boot-imx-232c150a250bb2fcb894b15d67c65df2458e271f.zip u-boot-imx-232c150a250bb2fcb894b15d67c65df2458e271f.tar.gz u-boot-imx-232c150a250bb2fcb894b15d67c65df2458e271f.tar.bz2 |
Add support for Siemens SX1 mobile phone;
add support for USB-based console
(enable with "setenv stdout usbtty; setenv stdin usbtty")
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,9 @@ Changes for U-Boot 1.0.2: ====================================================================== +* Add support for SX1 mobile phone; add support for USB-based console + (enable with "setenv stdout usbtty; setenv stdin usbtty") + * Fix LOWBOOT configuration for MPC5200 with DDR memory * Fix SDRAM timings for LITE5200 / IceCube board @@ -15,7 +18,7 @@ Changes for U-Boot 1.0.2: * Patch by Stephan Linz, 26 Feb 2004: Bug fix for NFS code on NIOS targets - + * Patch by Stephen Williams, 26 Feb 2004: Break up SystemACE reads of large block counts |