diff options
author | wdenk <wdenk> | 2004-06-09 00:10:59 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-09 00:10:59 +0000 |
commit | 356a0d9f3123b57392935febd300ce32e63f1278 (patch) | |
tree | ac7c15b22c86a9c0c1d927bd300dc90847014cef /CHANGELOG | |
parent | 1eaeb58e3c0022812b70d717bf1f458cfb48fdd3 (diff) | |
download | u-boot-imx-356a0d9f3123b57392935febd300ce32e63f1278.zip u-boot-imx-356a0d9f3123b57392935febd300ce32e63f1278.tar.gz u-boot-imx-356a0d9f3123b57392935febd300ce32e63f1278.tar.bz2 |
Patch by Markus Pietrek, 04 May 2004:
Fix clear_bss code for ARM systems (all except s3c44b0 which
doesn't clear BSS at all?)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ Changes since U-Boot 1.1.1: ====================================================================== +* Patch by Markus Pietrek, 04 May 2004: + Fix clear_bss code for ARM systems (all except s3c44b0 which + doesn't clear BSS at all?) + +* Fix "ping" problem on INC-IP board. Strange problem: + Sometimes the store word instruction hangs while writing to one of + the Switch registers, but only if the next instruction is 16-byte + aligned. Moving the instruction into a separate function somehow + makes the problem go away. + * Patch by Rishi Bhattacharya, 08 May 2004: Add support for TI OMAP5912 OSK Board |