]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - CHANGELOG
Merge with /home/sr/git/u-boot/denx
[karo-tx-uboot.git] / CHANGELOG
index bf71913571dc87dba39b87537de94c4c6c16e942..786f01b64ed6353ff7354a9fd8ed7be321f12bc0 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,15 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
-* Add documentation on the latest build environment extentions to 
+* Add NAND environment support for PPC440EPx Sequoia NAND boot config
+  Patch by Stefan Roese, 12 Sep 2006
+
+* Update NAND boot documentation
+  Patch by Stefan Roese, 12 Sep 2006
+
+* Fix alignment problem in "mtdparts" command
+
+* Add documentation on the latest build environment extensions to
   the README file.
 
 * Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory.
@@ -10,6 +18,25 @@ Changes since U-Boot 1.1.4:
 * Fix LOG_DIR directory creation error.
   Add support for automatic creation of BUILD_DIR directory.
 
+* Fix build problem cpu/ppc4xx/ndfc.c
+  Patch by Stefan Roese, 07 Sep 2006
+
+* Fix build problem with CPCI440
+  Patch by Stefan Roese, 07 Sep 2006
+
+* Change Yellowstone to use CFI write buffer
+  Patch by Stefan Roese, 07 Sep 2006
+
+* Add support for AMCC Sequoia PPC440EPx eval board
+  - Add support for PPC440EPx & PPC440GRx
+  - Add support for PPC440EP(x)/GR(x) NAND controller
+    in cpu/ppc4xx directory
+  - Add NAND boot functionality for Sequoia board,
+    please see doc/README.nand-boot-ppc440 for details
+  - This Sequoia NAND image doesn't support environment
+    in NAND for now. This will be added in a short while.
+  Patch by Stefan Roese, 07 Sep 2006
+
 * Fix mkimage -l bug with multifile images on 64bit platforms
   Patch by David Updegraff, 06 Sep 2006