X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=CHANGELOG;h=786f01b64ed6353ff7354a9fd8ed7be321f12bc0;hb=5d5269f87fc00a3fe1960cacd92e3d04864dff7d;hp=bf71913571dc87dba39b87537de94c4c6c16e942;hpb=baf3124953490b0c954461b66545f37b67f3269d;p=karo-tx-uboot.git diff --git a/CHANGELOG b/CHANGELOG index bf71913571..786f01b64e 100644 --- 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