From: Wolfgang Denk Date: Sat, 9 Sep 2006 20:53:06 +0000 (+0200) Subject: Merge with /home/m8/git/u-boot X-Git-Tag: U-Boot-1_1_5~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=98e43917dc89631c46d0b8eb481345041912ebee;p=oweals%2Fu-boot.git Merge with /home/m8/git/u-boot --- 98e43917dc89631c46d0b8eb481345041912ebee diff --cc CHANGELOG index 8ff9410c7f,bf71913571..4265049a2e --- a/CHANGELOG +++ b/CHANGELOG @@@ -2,25 -2,14 +2,33 @@@ Changes since U-Boot 1.1.4: ====================================================================== -* Add documentation on the latest build environment extentions to ++* Add documentation on the latest build environment extensions to + the README file. + + * Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory. + + * 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