diff options
author | wdenk <wdenk> | 2003-06-28 17:24:46 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-28 17:24:46 +0000 |
commit | d1cbe85b084ce543ba0b09def03a1b20940e6c03 (patch) | |
tree | 1cbfceb46952e902208d58595d163143d6038e8a /CHANGELOG | |
parent | 8bde7f776c77b343aca29b8c7b58464d915ac245 (diff) | |
download | u-boot-imx-d1cbe85b084ce543ba0b09def03a1b20940e6c03.zip u-boot-imx-d1cbe85b084ce543ba0b09def03a1b20940e6c03.tar.gz u-boot-imx-d1cbe85b084ce543ba0b09def03a1b20940e6c03.tar.bz2 |
Merge from "stable branch", tag LABEL_2003_06_28_1800-stable:
- Allow to call sysmon function interactively
- PIC on LWMON board needs delay after power-on
- Add missing RSR definitions for MPC8xx
- Improve log buffer handling: guarantee clean reset after power-on
- Add support for EXBITGEN board
- Add support for SL8245 board
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ Changes since U-Boot 0.4.0: ====================================================================== +* Merge from "stable branch", tag LABEL_2003_06_28_1800-stable: + - Allow to call sysmon function interactively + - PIC on LWMON board needs delay after power-on + - Add missing RSR definitions for MPC8xx + - Improve log buffer handling: guarantee clean reset after power-on + - Add support for EXBITGEN board + - Add support for SL8245 board + * Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) |