]> git.sur5r.net Git - u-boot/blobdiff - CHANGELOG
Merge with testing-NAND (Rewrite of NAND code)
[u-boot] / CHANGELOG
index ce75e3cc20f62101694de8a5ef042a73e6265e39..07ed5247e8a7d3191df907df793258c3c358838e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,21 @@
 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