* Several improvements to the new NAND subsystem:
[oweals/u-boot.git] / CHANGELOG
index 9486f0d3f237dccfc2189544f357d7da721d7873..9ed65bdbfe435ec3e870957bc343ea55ac7ba4b7 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,19 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Several improvements to the new NAND subsystem:
+  - JFFS2 related commands implemented in mtd-utils style
+  - Support for bad blocks
+  - Bad block testing commands
+  - NAND lock commands
+  Please take a look at doc/README.nand for more details
+  Patch by Guido Classen, 10 Oct 2006
+
+* Define IH_CPU_AVR32
+  Make it possible to generate AVR32 uImage files with mkimage and
+  make cmd_bootm recognize them.
+  Patch by Haavard Skinnemoen, 22 Sep 2006
+
 * Fix buffer overflow problem in ft_build.c
   Patch by Fredrik Roubert, 09 Oct 2006