From: Wolfgang Denk Date: Wed, 17 Aug 2005 10:57:49 +0000 (+0200) Subject: Merge with testing-NAND (Rewrite of NAND code) X-Git-Tag: LABEL_2006_03_12_0025~27^2^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=05b47540aae996908e48e10a5ff8b69862aadef3;p=u-boot Merge with testing-NAND (Rewrite of NAND code) --- 05b47540aae996908e48e10a5ff8b69862aadef3 diff --cc CHANGELOG index 2d249623cc,5e7016137a..07ed5247e8 --- a/CHANGELOG +++ b/CHANGELOG @@@ -2,26 -2,9 +2,29 @@@ Changes for U-Boot 1.1.4: ====================================================================== + * Rewrite of NAND code based on what is in 2.6.12 Linux kernel + Patch by Ladislav Michl, 29 Jun 2005 + +* Enable PCI on hmi1001 board + +* Fix return values of the jffs2 commands ls/fsload/fsinfo, + so we can use them to, e.g., check the existence of a file with + "if ls foo; then this; else that; fi" in the hush shell + Patch by Andreas Engel, 16 August 2005 + +* Coding style cleanup + +* Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board. + Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005 + +* Check return value of malloc in 440gx_enet.c + Patch by Travis B. Sawyer, 18 Jul 2005 + +* Add Sandburst Metrobox and Sandburst Karef board support packages. + Second serial port on 440GX now defined as a system device. + Add 'Short Etch' code for Cicada PHY within 440gx_enet.c + Patch by Travis B. Sawyer, 12 Jul 2005 + ====================================================================== Changes for U-Boot 1.1.3: ======================================================================