]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - CHANGELOG
microblaze: Add Emac driver to Makefile
[karo-tx-uboot.git] / CHANGELOG
index 7bd8615a56320389e6e3994978dd6b0ac780eece..d5eae562ac3b53fb89e2ebfb2907cb7f3d6a74c1 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
-commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
+commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
+Author: Dave Liu <r63238@freescale.com>
+Date:  Wed Mar 26 22:55:32 2008 +0800
+
+    drivers: add the support for Freescale SATA controller
+
+    Add the Freescale on-chip SATA controller driver to u-boot,
+    The SATA controller is used on the 837x and 8315 targets,
+    The driver can be used to load kernel, fs and dtb.
+
+    The features list:
+    - 1.5/3 Gbps link speed
+    - LBA48, LBA28 support
+    - DMA and FPDMA support
+    - Two ports support
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
+Author: Dave Liu <r63238@freescale.com>
+Date:  Wed Mar 26 22:54:44 2008 +0800
+
+    ata: add the readme for SATA command line
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit cd54081cd479e542fc399b8a40651ff11a1ad849
+Author: Dave Liu <r63238@freescale.com>
+Date:  Wed Mar 26 22:53:24 2008 +0800
+
+    ata: enable the sata initialize on boot up
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
+Author: Dave Liu <r63238@freescale.com>
+Date:  Wed Mar 26 22:52:36 2008 +0800
+
+    ata: add the fis struct for SATA
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
+Author: Dave Liu <r63238@freescale.com>
+Date:  Wed Mar 26 22:51:44 2008 +0800
+
+    ata: add the libata support
+
+    add simple libata support in u-boot
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit 8e9bb43429e50df55fa41932cbe65841ff579220
+Author: Dave Liu <r63238@freescale.com>
+Date:  Wed Mar 26 22:50:45 2008 +0800
+
+    ata: make the ata_piix driver using new SATA framework
+
+    original ata_piix driver is using IDE framework, not real
+    SATA framework. For now, the ata_piix driver is only used
+    by x86 sc520_cdp board. This patch makes the ata_piix driver
+    use the new SATA framework, so
+
+    - remove the duplicated command stuff
+    - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
+    - add the CONFIG_CMD_SATA define to sc520_cdp.h
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
+Author: Dave Liu <r63238@freescale.com>
+Date:  Wed Mar 26 22:49:44 2008 +0800
+
+    ata: add the support for SATA framework
+
+    - add the SATA framework
+    - add the SATA command line
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
+Author: Dave Liu <r63238@freescale.com>
+Date:  Wed Mar 26 22:48:18 2008 +0800
+
+    ata: merge the header of ata_piix driver
+
+    move the sata.h from include/ to drivers/block/ata_piix.h
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit 9eef62804d9695425b24c87b46a61a7fa74afee0
+Author: Dave Liu <r63238@freescale.com>
+Date:  Wed Mar 26 22:47:06 2008 +0800
+
+    ata: merge the ata_piix driver
+
+    move the cmd_sata.c from common/ to drivers/ata_piix.c,
+    the cmd_sata.c have some part of ata_piix controller drivers.
+    consolidate the driver to have better framework.
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
 Author: Wolfgang Denk <wd@denx.de>
-Date:  Thu Feb 14 22:43:22 2008 +0100
+Date:  Wed Mar 26 15:38:47 2008 +0100
 
-    PPC: Use r2 instead of r29 as global data pointer
+    Coding style cleanup.
 
-    R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
-    will refuse to use load/store multiple insns; instead, it issues a
-    list of simple load/store instructions upon function entry and exit,
-    resulting in bigger code size, which in turn makes the build for a
-    few boards fail.
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
 
-    Use r2 instead.
+commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
+Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
+Date:  Wed Mar 26 13:02:13 2008 +0100
+
+    Add CFG_RTC_DS1337_NOOSC to turn off OSC output
+
+    The default settings for RTC DS1337 keeps the OSC
+    output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
+    turn it off.
+
+    Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
+
+commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Wed Mar 26 11:48:46 2008 +0100
+
+    Cleanup coding style, update CHANGELOG
 
     Signed-off-by: Wolfgang Denk <wd@denx.de>
 
-commit 3c234efa693bc59906c2be55c7918ecbb55392ea
-Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
-Date:  Wed Jan 30 09:08:49 2008 +0100
+commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Wed Mar 26 10:40:12 2008 +0100
+
+    README: update documentation (availability, links, etc.)
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
+Author: Aras Vaichas <arasv@magtech.com.au>
+Date:  Tue Mar 25 12:09:07 2008 +1100
+
+    USB Storage, add meaningful return value
+
+    This patch changes the "usb storage" command to return success if it
+    finds a USB storage device, otherwise it returns error.
+
+    Signed-off-by: Markus Klotzbuecher <mk@denx.de>
+
+commit 18e69a35efbb078403db0c0063986470dad7d082
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Fri Mar 14 23:20:18 2008 +0300
+
+    83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
+
+    Linux understands "host" (default), "peripheral" and "otg" (broken).
+    Though, U-Boot doesn't restrict dr_mode variable to these values (think
+    of renames in future).
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit c7604783b236e368f225efb7b3efb418fe20b404
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Fri Mar 14 23:20:30 2008 +0300
+
+    tsec: fix link detection for the RTL8211B PHY
+
+    RTL8211B sets link state register after autonegotiation complete,
+    so with bootdelay=0 RTL8211B will report lack of the link.
+
+    To fix this, we should wait for aneg to complete, even if the
+    link is currently down.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:47:09 2008 +0300
+
+    mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
+
+    device_type = "soc" is being deprecated, newer device trees will use
+    "fsl,soc" and/or "fsl,immr" for the soc nodes.
+
+    This patch also adds clock-frequency property for soc nodes (the same
+    value as bus-frequency).
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
+Author: Joe D'Abbraccio <ljd015@freescale.com>
+Date:  Mon Mar 24 13:00:59 2008 -0400
+
+    Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
+
+    With the original value of 1/2 clock cycle delay, the system ran relatively
+    stable except when we run benchmarks that are intensive users of memory.
+    When I run samba connected disk with a HDBENCH test, the system locks-up
+    or reboots sporadically.
+
+    Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
+
+commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
+Author: Scott Wood <scottwood@freescale.com>
+Date:  Mon Mar 24 12:44:13 2008 -0500
+
+    mpc83xx: Set PCI I/O bus-address base to zero.
+
+    The device trees for these boards describe PCI I/O as starting from
+    address zero from the device's perspective.
+
+    Placing I/O elsewhere may cause problems with certain PCI boards, and may
+    cause problems with Linux.
+
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:47:05 2008 +0300
+
+    mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
+
+    At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
+    This patch fixes "system time drifting" problem.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:47:02 2008 +0300
+
+    mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
+
+    This is needed to update /choosen/linux,stdout-path properly.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:47:00 2008 +0300
+
+    mpc83xx: MPC8360E-RDK: add dhcp command
+
+    Plus modify environment to use it and remove bootfile env variable,
+    it is internal and CONFIG_BOOTFILE is used for these purposes.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:46:57 2008 +0300
+
+    mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
+
+    Current DDR setup easily causes memory corruption, this patch fixes it.
+
+    Also fix TIMING_CFG0_MRS_CYC definition.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:46:53 2008 +0300
+
+    mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
+
+    This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
+    controller and FHCI (QE USB).
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 7ad959490962e6842648d87d4bd795ea6cdcce67
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:46:51 2008 +0300
+
+    mpc83xx: MPC8360E-RDK: add support for NAND
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 9a3e832aeb491861d029991241572ebdf4b5b61b
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:46:46 2008 +0300
+
+    mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
+
+    This is needed for BCM PHYs to work on this board.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:46:34 2008 +0300
+
+    uec: add support for Broadcom BCM5481 Gigabit PHY
+
+    This patch adds basic support for Broadcom BCM5481 PHY.
+
+    RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
+    Peter Barada <peterb@logicpd.com>.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 6a600c3a1876bc203445df4f0fd6b12648259666
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:46:28 2008 +0300
+
+    uec: add support for RGMII_RXID interface mode
+
+    PHY drivers will use it to setup software delay between RXD and RXC
+    signals.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 20:46:24 2008 +0300
+
+    uec: add support for gbit mii status readings
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 17:40:47 2008 +0300
+
+    83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
+
+    This is primarily for the early console support.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 17:40:43 2008 +0300
+
+    83xx: initialize serdes for MPC837XRDB boards
+
+    On the MPC8377ERDB: 2 SATA and 2 PCI-E.
+    On the MPC8378ERDB: 2 PCI-E
+    On the MPC8379ERDB: 4 SATA
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 453316a2a19642d8afcbca7452e40a6b44a197b1
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 17:40:32 2008 +0300
+
+    83xx: serdes setup routines
+
+    This patch adds few routines to configure serdes on 837x targets.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 17:40:27 2008 +0300
+
+    83xx: split COBJS onto separate lines
+
+    ..plus get rid of some #ifdefs in the .c files.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Mon Mar 24 17:40:23 2008 +0300
+
+    83xx: nand support for MPC837XRDB boards
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+
+commit 82e45a204190593e8613145a928f998fb8c909c4
+Author: Jerry Van Baren <gvb.uboot@gmail.com>
+Date:  Tue Mar 18 21:44:41 2008 -0400
+
+    Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
+
+    Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 0fa7a1b4719e325fce332689fb8754ec166191ff
+Author: Michael Barkowski <michael.barkowski@freescale.com>
+Date:  Thu Mar 20 13:15:39 2008 -0400
+
+    mpc8323erdb: remove RTC and add EEPROM
+
+    There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
+
+    Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
+Author: Michael Barkowski <michael.barkowski@freescale.com>
+Date:  Thu Mar 20 13:15:34 2008 -0400
+
+    mpc8323erdb: Improve the system performance
+
+    The following changes are based on kernel UCC ethernet performance:
+
+    1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
+    2. Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
+       switch to enable this setting.
+
+    The following changes are based on the App Note AN3369 and
+    verified to improve memory latency using LMbench:
+
+    3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
+    4. CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
+       previously.
+    5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
+       Twr=15ns, and this was already the setting in DDR_MODE)
+    6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
+       Trp=15ns)
+    7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
+       Tras=40ns)
+    8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
+       Trcd=15ns)
+    9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
+       Trfc=75ns)
+    10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
+       on Tfaw=50ns)
+    11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
+       on CL=3 and WL=2).
+
+    Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit fc549c871f43933396a5b3e21d897023d4b31b8d
+Author: Michael Barkowski <michael.barkowski@freescale.com>
+Date:  Thu Mar 20 13:15:28 2008 -0400
+
+    mpc8323erdb: use readable DDR config macros
+
+    Use available shift/mask macros to define DDR configuration.
+
+    Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 89c7784ed90ba50301eec521144f95111e472906
+Author: Timur Tabi <timur@freescale.com>
+Date:  Fri Feb 8 13:15:55 2008 -0600
+
+    83xx: Add Vitesse VSC7385 firmware uploading
+
+    Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
+    the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
+    Cleaned up the board header files to make selecting the VSC7385 easier to
+    control.
+
+    Signed-off-by: Timur Tabi <timur@freescale.com>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
+Author: Timur Tabi <timur@freescale.com>
+Date:  Fri Feb 8 13:15:54 2008 -0600
+
+    NET: Add Vitesse VSC7385 firmware uploading
+
+    The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
+    and other boards.  A small firwmare must be uploaded to its on-board memory
+    before it can be enabled.  This patch adds the code which uploads firmware
+    (but not the firmware itself).
+
+    Previously, this feature was provided by a U-Boot application that was
+    made available only on Freescale BSPs.  The VSC7385 firmware must still
+    be obtained separately, but at least there is no longer a need for a separate
+    application.
+
+    Signed-off-by: Timur Tabi <timur@freescale.com>
+    Acked-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Wed Mar 26 00:52:10 2008 +0100
+
+    Coding Style cleanyp; update CHANGELOG
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 43ddd9c820fec44816188f53346b464e20b3142d
+Author: Jerry Van Baren <gvb.uboot@gmail.com>
+Date:  Sat Mar 22 14:23:49 2008 -0400
+
+    Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
+
+    These defines embedded the u-boot env variables and/or the bd_t structure
+    in the fdt blob.  The conclusion of discussion on the u-boot email list
+    was that embedding these in the fdt blob is not useful: there are better
+    ways of passing the data (in fact, the fdt blob itself replaces the
+    bd_t struct).
+
+    The only board that enables these is the stxxtc and they don't appear
+    to be used by linux.
+
+    Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 22ed2285743359fd1fe73e411dff914b2256e68f
+Author: Stefan Roese <sr@denx.de>
+Date:  Mon Mar 17 10:49:25 2008 +0100
+
+    rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
+Author: Kyungmin Park <kmpark@infradead.org>
+Date:  Mon Mar 17 08:54:06 2008 +0900
+
+    Add Flex-OneNAND booting support
+
+    Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
+    using a NOR Flash interface. This on-chip integration enables system designers
+    to reduce external system logic and use high-density NAND Flash
+    in applications that would otherwise have to use more NOR components.
+
+    Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
+    in more flexible way. While MLC area of Flex-OneNAND can be used to store data
+    that require low reliability and high density, SLC area of Flex-OneNAND
+    to store data that need high reliability and high performance. Flex-OneNAND
+    can let users take advantage of storing these two different types of data
+    into one chip, which is making Flex-OneNAND more cost- and space-effective.
+
+    Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
+
+commit c512389cc4a10253249271ff6c887c6dab1f0db2
+Author: André Schwarz <andre.schwarz@matrix-vision.de>
+Date:  Thu Mar 13 13:50:52 2008 +0100
+
+    MPC5200: support setup without FEC
+
+    Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
+    defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
+
+    Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
+    Acked-by: Grant Likely <grant.likely@secretlab.ca>
+
+commit aa3511e422946041ef626f80a05ae5e8bfc700e6
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Wed Mar 5 18:05:46 2008 -0600
+
+    FSL: Move board/mpc8266ads under board/freescale
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit 7f1d846e5c5754449c286587d099d85246062772
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Wed Mar 5 18:05:47 2008 -0600
+
+    FSL: Move board/mpc7448hpc2 under board/freescale
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Wed Mar 5 18:05:45 2008 -0600
+
+    FSL: Move board/mpc8260ads under board/freescale
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
+Author: goda.yusuke <goda.yusuke@renesas.com>
+Date:  Wed Mar 5 17:08:33 2008 +0900
+
+    net: Add support AX88796L ethernet device
+
+    AX88796L is device of NE2000 compatible.
+    This patch support AX88796L ethernet device.
+
+    Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
+    Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit e0a6140dd381e1eed1ada2291166ef2616d8822b
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Mar 25 22:50:41 2008 +0100
+
+    ne2000 driver: change #ifdef to Makefile conditional compilation
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit e710185aae90c64d39c2d453e40e58ceefe4f250
+Author: goda.yusuke <goda.yusuke@renesas.com>
+Date:  Wed Mar 5 17:08:20 2008 +0900
+
+    net: Divided code of NE2000 ethernet driver
+
+    There are more devices of the NE2000 base.
+    A present code is difficult for us to support more devices.
+    To support more NE2000 clone devices, separated the function.
+
+    Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
+    Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit 395bce4f59a507a60a475f7ee46bed47de9482df
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sun Feb 24 23:58:13 2008 -0500
+
+    net/Blackfin: move on-chip MAC driver into drivers/net/
+
+    The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
+    directory, but it is not board specific, so relocate it to the drivers dir
+    so that other Blackfin ports can utilize it.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sun Feb 24 23:52:35 2008 -0500
+
+    smc91111: use SSYNC() rather than asm(ssync) for Blackfin
+
+    Since the "ssync" instruction may have hardware anomalies associated with
+    it, have the smc91111 driver use the SSYNC macro rather than invoking it
+    directly.  We workaround all the anomalies via this macro.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
+Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
+Date:  Sun Feb 17 22:57:47 2008 +0000
+
+    8xx: Update OF support on 8xx
+
+    This patch does some shifting around of OF support on 8xx.
+
+    Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
+
+commit 9c666a7db0b2285a270c68810889ce7d5dba304b
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Fri Feb 15 15:16:18 2008 -0600
+
+    ppc: Allow boards to specify how much memory they can map
+
+    For historical reasons we limited the stack to 256M because some boards
+    could only map that much via BATS. However newer boards are capable of
+    mapping more memory (for example 85xx is capble of doing up to 2G).
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
+Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
+Date:  Fri Feb 15 01:05:58 2008 +0000
+
+    8xx : Add OF support to Adder875 board port - resubmit
+
+    Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
+
+commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Thu Feb 14 20:44:42 2008 -0600
+
+    Add setexpr command
+
+    Add a simple expr style command that will set an env variable as the result
+    of the command.  This allows us to do simple math in shell.  The following
+    operations are supported: &, |, ^, +, -, *, /.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 3f105faa64b9826e088711fdfcaa70cb1230397a
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Wed Mar 5 17:27:48 2008 -0600
+
+    FSL: Move board/mpc7448hpc2 under board/freescale
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit 449c703374a8868453425e15da7e2f76221b72e4
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Wed Mar 5 17:21:43 2008 -0600
+
+    FSL: Move board/mpc8266ads under board/freescale
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit 5863577989ad689427bb750107e9a75f1c1645d2
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Wed Mar 5 16:41:41 2008 -0600
+
+    FSL: Move board/mpc8260ads under board/freescale
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit 8a773983957ee6c4aa344469b742f29c7d26afbd
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:08 2008 +0900
+
+    [MIPS] Move gth2_config from ARM section to MIPS
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:07 2008 +0900
+
+    [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:07 2008 +0900
+
+    [MIPS] Fix dcache_status()
+
+    You can't judge UNCACHED by Config.K0 LSB.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:07 2008 +0900
+
+    [MIPS] Introduce _machine_restart
+
+    Handles machine specific functions by using weak functions.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit decaba6f5cf386d569ac3997bebb871b966c6b18
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:07 2008 +0900
+
+    [MIPS] Cleanup CP0 Status initialization
+
+    Add setup_c0_status from Linux. For the moment we disable interrupts, set
+    CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
+    reset-time configuration and will work well across most processors.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:07 2008 +0900
+
+    [MIPS] Initialize CP0 Cause before setting up CP0 Status register
+
+    Without this change, we'll be suffering from deffered WATCH exception
+    once Status.EXL is cleared. Make sure Cause.WP is cleared.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 26138623230ca2bad3c78e05a65527ea70c8b688
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:07 2008 +0900
+
+    [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
+
+    Move things to appropriate place.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:06 2008 +0900
+
+    [MIPS] Implement flush_cache()
+
+    We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
+    don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
+    function is used not only in U-Boot specfic programs but also at loading
+    target binaries.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:06 2008 +0900
+
+    [MIPS] Fix I-/D-cache initialization loops
+
+    Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
+    again per a loop for I-cache initialization. But according to 'See MIPS
+    Run', we're encouraged to use three separate loops rather than combining
+    them *for both I- and D-cache*. This patch tries to fix this.
+
+    In accordance with fixing above, mips_init_[id]cache are separated from
+    mips_cache_reset(), and rewrite cache loops are completely rewritten with
+    useful macros.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 1898840797c7f50799377bd5b285a8a93a82c419
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:06 2008 +0900
+
+    [MIPS] Replace memory clearance code with f_fill64
+
+    This routine fills memory with zero by 64 bytes, and is 64-bit capable.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 21:30:06 2008 +0900
+
+    [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
+
+    This patch replaces the current function definitions with NESTED, LEAF
+    and END macro. They specify some more additional information about the
+    function; an alignment of symbol, type of symbol, stack frame usage, etc.
+    These information explicitly tells the assembler and the debugger about
+    the types of code we want to generate.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 282223a607c611425fa33f5428f8eae6636972bb
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 11:43:17 2008 +0900
+
+    [MIPS] asm headers' updates
+
+    Make some asm headers adjusted to the latest Linux kernel.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Tue Mar 25 11:39:29 2008 +0900
+
+    [MIPS] Request for the 'mips_cache_lock()' removal
+
+    The initial intension of having mips_cache_lock() was to use the cache
+    as memory for temporary stack use so that a C environment can be set up
+    as early as possible.
+
+    But now mips_cache_lock() follow lowlevel_init(). We've already have the
+    real memory initilaized at this point, therefore we could/should use it.
+    No reason to lock at all.
+
+    Other problems:
+
+    Cache locking is not consistent across MIPS implementaions. Some imple-
+    mentations don't support locking at all. The style of locking varies -
+    some support per line locking, others per way, etc. Some parts use bits
+    in status registers instead of cache ops. Current mips_cache_lock() is
+    not necessarily general-purpose.
+
+    And this is worthy of special mention; once U-Boot/MIPS locks the lines,
+    they are never get unlocked, so the code relies on whatever gets loaded
+    after U-Boot to re-initialize the cache and clear the locks. We're sup-
+    posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
+    but leave the situation as it is for a long time.
+
+    For these reasons, I proposed the removal of mips_cache_lock() from the
+    global start-up code.
+
+    This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
+    *things have changed*. If he wants the same behavior as before, he needs
+    to have CFG_INIT_RAM_LOCK_MIPS in his config file.
+
+    If we don't have any regression report through several releases, then
+    we'll remove codes entirely.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+    Acked-by: Andrew Dyer <amdyer@gmail.com>
+
+commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
+Author: Yuri Tikhonov <yur@emcraft.com>
+Date:  Mon Mar 24 11:30:54 2008 +0100
+
+    lwmon5 SYSMON POST: fix backlight control
+
+    If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
+    run on the board, then the SYSMON POST controls the display backlight
+    (doesn't switch backlight ON if POST FAILED, and does switch the
+    backlight ON if PASSED).
+
+    If not, then the video driver controls the display backlight (just
+    switch ON the backlight upon initialization).
+
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
+Author: Yuri Tikhonov <yur@emcraft.com>
+Date:  Mon Mar 24 11:29:14 2008 +0100
+
+    lwmon5 SYSMON POST: fix handling of negative temperatures
+
+    Fix errors in the LWMON5 Sysmon POST for negative temperatures.
+
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
+Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+Date:  Fri Mar 7 16:04:25 2008 +0900
+
+    pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
+
+    In current source code, when the device number of PCI is 0, process PCI
+    bridge without fail. However, when the device number is 0, it is not PCI
+    always bridge. There are times when device of PCI allocates.
+
+    When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
+    use this patch.
+
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+    Acked-by: Stefan Roese <sr@denx.de>
+
+commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
+Author: Yuri Tikhonov <yur@emcraft.com>
+Date:  Fri Mar 21 09:18:40 2008 +0100
+
+    LWMON5: fix dsPIC POST
+
+    Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
+
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
+
+commit 388b82fddc7c05596f3f615f190da0448227dc82
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Thu Mar 20 23:23:13 2008 +0100
+
+    [new uImage] Enable new uImage support for the pcs440ep board.
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Thu Mar 20 23:23:13 2008 +0100
+
+    [new uImage] Do not compile new uImage format support by default
+
+    Disable default building of new uImage format support in preparation
+    for merge with the master. Support for new format can be enabled on
+    a per-board basis, by defining the following in the board's config file:
+
+    #define CONFIG_FIT            1
+    #define CONFIG_OF_LIBFDT      1
+
+    This can be optionally defined to give more verbose output:
+
+    #define CONFIG_FIT_VERBOSE    1 /* enable fit_format_{error,warning}() */
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit dafaede8a46c7159310239e036c93e31c6374487
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Thu Mar 20 23:20:31 2008 +0100
+
+    [new uImage] Disable debuging output in preparation for merge with master
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit fbe7a155027beacebaee9b32e1ada781fe924bca
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Thu Mar 20 19:38:45 2008 +0100
+
+    [new uImage] Compilation and new uImage handling fixes for imxtract
+
+    Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
+    include/config_cmd_default.h. Fix few warnings and handling of new format
+    images.
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit 36cc8cbb3379d5166f882641123521735c469f92
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Thu Mar 20 23:10:19 2008 +0100
+
+    [new uImage] Fix autoscr command used with new uImage format
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit 43142e817f0597be412e7cbe19413f5532eafa5d
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Thu Mar 20 23:10:19 2008 +0100
+
+    [new uImage] Fix *.its files location in documentation
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Mar 20 22:01:38 2008 +0100
+
+    lwmon5 POST: remove unreachable code
+
+    plus some coding style cleanup
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
+Author: Yuri Tikhonov <yur@emcraft.com>
+Date:  Thu Mar 20 17:56:04 2008 +0300
+
+    LWMON5: POST RTC fix
+
+    Modify the RTC API to provide one a status for the time reported by
+    the rtc_get() function:
+      0 - a reliable time is guaranteed,
+    < 0 - a reliable time isn't guaranteed (power fault, clock issues,
+         and so on).
+
+    The RTC chip drivers are responsible for providing this info if the
+    corresponding chip supports such functionality. If not - always
+    report that the time is reliable.
+
+    The POST RTC test was modified to detect the RTC faults utilizing
+    this new rtc_get() feature.
+
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
+Author: Martin Krause <martin.krause@tqs.de>
+Date:  Wed Mar 19 14:25:14 2008 +0100
+
+    TQM5200B: update MTD partition layout
+
+    - insert partition for dtb blob to TQM5200B MTD layout
+    - set env variables dependent on the configured board
+      (TQM5200 or TQM5200B)
+
+    Signed-off-by: Martin Krause <martin.krause@tqs.de>
+
+commit f0105727d132f56a21fa3ed8b162309cca6cac44
+Author: Stefan Roese <sr@denx.de>
+Date:  Wed Mar 19 07:09:26 2008 +0100
+
+    CFI: Small cleanup for FLASH_SHOW_PROGRESS
+
+    With this patch we don't need that many #ifdef's in the code. It moves
+    the subtraction into the macro and defines a NOP-macro when
+    CONFIG_FLASH_SHOW_PROGRESS is not defined.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+    Acked-by: Gerald Van Baren <vanbaren@cideas.com>
+
+commit 9a042e9ca512beaaa2cb450274313fc477141241
+Author: Jerry Van Baren <gvb.uboot@gmail.com>
+Date:  Sat Mar 8 13:48:01 2008 -0500
+
+    Flash programming progress countdown.
+
+    Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
+
+commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Wed Mar 19 10:00:06 2008 +0100
+
+    [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
+Author: David Gibson <david@gibson.dropbear.id.au>
+Date:  Mon Feb 18 18:09:04 2008 +1100
+
+    libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
+
+    Since fdt_node_offset_by_compatible() was converted to the new
+    fdt_next_node() iterator, a chunk of initialization code became
+    redundant, but was not removed by oversight.  This patch cleans it up.
+
+    Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
+
+commit d0ccb9b140b472039732de102fc14597eedb14df
+Author: David Gibson <david@gibson.dropbear.id.au>
+Date:  Mon Feb 18 18:06:31 2008 +1100
+
+    libfdt: Trivial cleanup for CHECK_HEADER)
+
+    Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
+    However, there are a handful of functions (fdt_move, rw_check_header,
+    fdt_open_into) from other files which could also use it (currently
+    they open-code something more-or-less identical).  Therefore, this
+    patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
+    places.
+
+    Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
+
+commit fe30a354cdbb808b5f15366a935b151a4ccee74f
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 20 14:32:36 2008 -0600
+
+    Fix fdt boardsetup command parsing
+
+    The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 804887e6001e2f00bea11431bf34d6d472512cda
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Fri Feb 15 03:34:36 2008 -0600
+
+    Add sub-commands to fdt
+
+    fdt header                         - Display header info
+    fdt bootcpu <id>                   - Set boot cpuid
+    fdt memory <addr> <size>           - Add/Update memory node
+    fdt rsvmem print                   - Show current mem reserves
+    fdt rsvmem add <addr> <size>       - Add a mem reserve
+    fdt rsvmem delete <index>          - Delete a mem reserves
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
+Author: David Gibson <david@gibson.dropbear.id.au>
+Date:  Thu Feb 14 16:50:34 2008 +1100
+
+    libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
+
+    fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
+    node which has NOP tags interspersed with its properties.  In this
+    case fdt_add_subnode_namelen() will put the new subnode before the
+    first NOP tag, even if there are properties after it, which will
+    result in an invalid blob.
+
+    This patch fixes the bug, and adds a testcase for it.
+
+    Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
+
+commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
+Author: David Gibson <david@gibson.dropbear.id.au>
+Date:  Tue Feb 12 11:58:31 2008 +1100
+
+    libfdt: Add and use a node iteration helper function.
+
+    This patch adds an fdt_next_node() function which can be used to
+    iterate through nodes of the tree while keeping track of depth.  This
+    function is used to simplify the iteration code in a lot of other
+    functions, and is also exported for use by library users.
+
+    Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
+
+commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
+Author: David Gibson <david@gibson.dropbear.id.au>
+Date:  Fri Jan 11 14:55:05 2008 +1100
+
+    libfdt: Add fdt_set_name() function
+
+    This patch adds an fdt_set_name() function to libfdt, mirroring
+    fdt_get_name().  This is a r/w function which alters the name of a
+    given device tree node.
+
+    Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
+
+commit 23e20aa6488e6c0622496549861bfdc74108debe
+Author: Yuri Tikhonov <yur@pollux.denx.de>
+Date:  Tue Mar 18 13:33:30 2008 +0100
+
+    lwmon5: Fix register test logic to match the specific GDC h/w.
+
+    Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit 46bc0a938779aa1d664b847d36b08aa00f22e539
+Author: Yuri Tikhonov <yur@pollux.denx.de>
+Date:  Tue Mar 18 13:27:57 2008 +0100
+
+    Fix backlight in the lwmon5 POST.
+
+    Backlight was switched on even when temperature was too low.
+
+    Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
+Author: Yuri Tikhonov <yur@pollux.denx.de>
+Date:  Wed Feb 6 18:48:36 2008 +0100
+
+    The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5).
+
+     To enable this, alternative, configuration the U-Boot board configuration
+    file for lwmon5 includes the definitions of alternative addresses for header
+    (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
+
+     The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
+    and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
+    lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
+
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
+Author: Yuri Tikhonov <yur@pollux.denx.de>
+Date:  Mon Feb 4 17:11:53 2008 +0100
+
+    Add support for the lwmon5 board reset via GPIO58.
+
+    Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
+Author: Yuri Tikhonov <yur@pollux.denx.de>
+Date:  Mon Feb 4 17:09:55 2008 +0100
+
+    Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
+
+    Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
+Author: Yuri Tikhonov <yur@pollux.denx.de>
+Date:  Mon Feb 4 14:11:03 2008 +0100
+
+    The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode.
+
+    Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
+Author: Yuri Tikhonov <yur@pollux.denx.de>
+Date:  Mon Feb 4 14:10:42 2008 +0100
+
+    The patch adds new POST tests for the Lwmon5 board. These are:
+
+    * External Watchdog test;
+    * dsPIC tests;
+    * FPGA test;
+    * GDC test;
+    * Sysmon tests.
+
+    Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit c2ed33efbfff5767bca236828e021c55fd547b6c
+Author: Yuri Tikhonov <yur@pollux.denx.de>
+Date:  Mon Feb 4 14:10:01 2008 +0100
+
+    Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
+
+    Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
+
+commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Mar 18 17:35:51 2008 +0100
+
+    HMI1001: fix compile problem.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 1f2a9970109cebf7446e0503b10b71f8673045ee
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 18 05:32:30 2008 -0500
+
+    Blackfin: BF537-stamp: drop board-specific flash driver for CFI
+
+    The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
+    for the board specific driver at all.  Just use the common CFI driver.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Tue Feb 19 00:36:14 2008 -0500
+
+    Blackfin: add proper ELF markings to some assembly functions
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Tue Feb 19 00:35:17 2008 -0500
+
+    Blackfin: new cplbinfo command for viewing cplb tables
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit aadb72503cd1602349a5fe53356d5f55ecc1b900
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 18 05:37:51 2008 -0500
+
+    Blackfin: update MAINTAINERS list
+
+    Add maintainer information for the Blackfin boards.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 18 05:26:48 2008 -0500
+
+    Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
+
+    Stop tying things to the processor that should be tied to other defines and
+    change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
+    system to select the -mcpu option.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 86a20fb920bd198105acf7b1191117f566d637ed
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sat Feb 16 07:40:36 2008 -0500
+
+    Blackfin: move bootldr command to common code
+
+    This moves the Blackfin-common bootldr command out of the BF537-STAMP
+    specific board directory and into the common directory so that all Blackfin
+    boards may utilize it.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit decbe029b2a9d3333d02c433389b1c821eea96d7
+Author: Heiko Schocher <hs@denx.de>
+Date:  Fri Mar 14 11:05:20 2008 +0100
+
+    mgcoge: update configuration
+
+    Fix configuration for mgcoge board
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit c136724cda0219c49f1d4b346f00da29b14fdf14
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 16 01:22:59 2008 +0100
+
+    drivers/rtc/Makefile: keep list sorted
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
+Author: Tor Krill <tor@excito.com>
+Date:  Sat Mar 15 15:40:26 2008 +0100
+
+    Add support for Intersil isl1208 RTC
+
+    Signed-off-by: Tor Krill <tor@excito.com>
+
+commit 0210cff3d079d97b2156b13685ee8de368e68a1a
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat Mar 15 17:36:41 2008 +0100
+
+    cramfs: Fix ifdef
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 16 01:12:58 2008 +0100
+
+    Conding style cleanup
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 41712b4e8c95dff23354bcd620e1f9477160c190
+Author: Stefan Roese <sr@denx.de>
+Date:  Wed Mar 5 12:31:53 2008 +0100
+
+    ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
+
+    This patch adds USB OHCI support to the Canyonlands board port. It also
+    enables EXT2 support.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 2596f5b9d353ff3e4387a3325d05740f16958038
+Author: Stefan Roese <sr@denx.de>
+Date:  Wed Mar 5 12:29:32 2008 +0100
+
+    usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
+
+    This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
+    way a board just needs to define this new option to enable the "force
+    NoPowerSwitching mode" instead of adding new CPU/architecture defines
+    to the USB source itself.
+
+    This new option will be used first with the new AMCC 460EX Canyonlands
+    board port, which will be posted in a few days.
+
+    This patch also fixes a small compilation problem when DEBUG is enabled.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 71665ebf88408ff2acb762af47989fd4365b321a
+Author: Stefan Roese <sr@denx.de>
+Date:  Mon Mar 3 17:27:02 2008 +0100
+
+    ppc4xx: Add Canyonlands NAND booting support
+
+    460EX doesn't support a fixed bootstrap option to boot from 512 byte page
+    NAND devices. The only bootstrap option for NAND booting is option F for
+    2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
+    EEPROM needs to be programmed accordingly.
+
+    This patch adds basic NAND booting support for the AMCC Canyonlands aval
+    board and also adds support to the "bootstrap" command, to enable NAND
+    booting I2C setting.
+
+    Tested with 512 byte page NAND device (32MByte) on Canyonlands.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 11 16:53:00 2008 +0100
+
+    ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
+
+    This patch adds support for the AMCC Canyonlands 460EX evaluation
+    board.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 11 16:52:24 2008 +0100
+
+    ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
+
+    This patch adds support for the AMCC Canyonlands 460EX evaluation
+    board.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 11 16:51:17 2008 +0100
+
+    ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
+
+    This patch adds support for the AMCC Canyonlands 460EX evaluation
+    board.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 11 15:11:43 2008 +0100
+
+    ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
+
+    This patch adds basic support for the AMCC 460EX/460GT PPC's.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 11 15:11:18 2008 +0100
+
+    ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
+
+    This patch adds basic support for the AMCC 460EX/460GT PPC's.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 999ecd5aca381984d8ebbeb207ece82a1c275577
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 11 15:07:10 2008 +0100
+
+    ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
+
+    This patch adds basic support for the AMCC 460EX/460GT PPC's.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 11 15:05:50 2008 +0100
+
+    ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
+
+    This patch adds basic support for the AMCC 460EX/460GT PPC's.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 11 15:05:26 2008 +0100
+
+    ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
+
+    This patch adds basic support for the AMCC 460EX/460GT PPC's.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 56e410178375d9f20be25fb24e180974f0ae120b
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Feb 19 22:07:57 2008 +0100
+
+    ppc4xx: interrupt.c reworked
+
+    This patch is a rework of the 4xx interrupt handling done while
+    adding the 460EX/GT support. Interrupts are needed on 4xx for the
+    EMAC driver.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Feb 19 22:01:57 2008 +0100
+
+    ppc4xx: program_tlb now uses 64bit physical addess
+
+    This patch changes the physical addess parameter from 32bit to 64bit.
+    This is needed for 36bit 4xx platforms to access areas located
+    beyond the 4GB border, like SoC peripherals (EBC etc.).
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit c3307fa186af85771924c434997089b8104c0a46
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Feb 19 21:58:25 2008 +0100
+
+    ppc4xx: miiphy.c reworked
+
+    While adding the 460EX/GT support I reworked the 4xx miiphy code. It
+    badly neede some cleanup.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Feb 19 16:21:49 2008 +0100
+
+    rtc: Add M41T62 support
+
+    This patch add support for the STM M41T62 RTC. It is used and tested
+    on the AMCC Canyonlands 406EX platform.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 217d383e201adc7f2271145ae345ea5eae2b7170
+Author: Niklaus Giger <niklaus.giger@netstal.com>
+Date:  Mon Feb 25 18:46:43 2008 +0100
+
+    ppc4xx: Add 405GPr based MCU25 board specific files
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+
+commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
+Author: Niklaus Giger <niklaus.giger@netstal.com>
+Date:  Mon Feb 25 18:46:42 2008 +0100
+
+    ppc4xx: Add 405GPr based MCU25 board config file
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+
+commit b05f35436b733a240559e77e46bed8439665ecc5
+Author: Niklaus Giger <niklaus.giger@netstal.com>
+Date:  Mon Feb 25 18:46:41 2008 +0100
+
+    ppc4xx: Add 405GPr based MCU25 board. Global files
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+
+commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
+Author: Niklaus Giger <niklaus.giger@netstal.com>
+Date:  Mon Feb 25 18:37:02 2008 +0100
+
+    ppc4xx: HCU4/5. remove obsolete hcu_flash.c
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+
+commit a079494853cc2bfeddb26673219db0b4b2b31566
+Author: Niklaus Giger <niklaus.giger@netstal.com>
+Date:  Mon Feb 25 18:37:01 2008 +0100
+
+    ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
+
+    Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
+    the FLASH_CFI_LEGACY et al. config options.
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+
+commit e4170e5a50c8110f792bc37472833ae669d69951
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 11 13:52:25 2008 +0100
+
+    ppc4xx: Fix comment in 405EX DDR2 init code
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Fri Mar 14 16:22:34 2008 +0100
+
+    Add MD5 support to the new uImage format
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit 0ede0c383530a418cf98be9122371a86573cd0db
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Fri Mar 14 16:22:34 2008 +0100
+
+    Add the MD5 algorithm
+
+    MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
+    calculated using the md5() function -- see include/md5.h for details.
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Fri Mar 14 16:04:54 2008 +0100
+
+    tools/setlocalversion: use a git-describe-ish format
+
+    Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
+    where 'nnnnn' is the number of commits since the last tag (i.e.,
+    1.3.2-rc3).  This makes it much easier to recognize "newer" versions
+    and to see how much has been changed since the referenced tag.
+
+    Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit c6dc21c84de0f159a1752c5ebd33cff843f63609
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Mar 13 14:32:03 2008 +0100
+
+    HMI1001: add support for MPC5200 Rev. B processors.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Mar 13 14:29:49 2008 +0100
+
+    TQM5200: remove dead code
+
+    This board never used a MGT5100 processor.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 12:14:15 2008 +0100
+
+    [new uImage] Fix build issue on ARM
+
+    ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 3310c549a73a949430bfda90876df7552a1dab0c
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 12:13:13 2008 +0100
+
+    [new uImage] Add new uImage format documentation and examples
+
+    Create doc/uImage.FIT documentation directory with the following files:
+    - command_syntax_extensions.txt : extended command syntax description
+    - howto.txt                            : short usage howto
+    - source_file_format.txt       : internal new uImage format description
+
+    Add example image source files:
+    - kernel.its
+    - kernel_fdt.its
+    - multi.its
+
+    Update README appropriately.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit 1ec73761d2e247078f4520a265d463e8b73391a2
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:35:52 2008 +0100
+
+    [new uImage] Fix definition of common bootm_headers_t fields
+
+    verify, autostart and lmb fields are used regardless of CONFIG_FIT
+    setting, move their definitions to common section.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 1d1cb4270edc6a99276834064069717f9782c491
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:35:51 2008 +0100
+
+    [new uImage] Fix build problems on trab board
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit f773bea8e11f4a11c388dcee956b2444203e6b65
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:35:46 2008 +0100
+
+    [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
+
+    Save FIT configuration provied in the first bootm argument and use it
+    when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
+    arguments are not specified.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:33:01 2008 +0100
+
+    [new uImage] More verbose kernel image uncompress error message
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:33:01 2008 +0100
+
+    [new uImage] Use show_boot_progress() for new uImage format
+
+    This patch allocates a set of show_boot_progress() IDs for new uImage format
+    and adds show_boot_progress() calls in new uImage format handling code.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:33:01 2008 +0100
+
+    [new uImage] Add new uImage fromat support to fpga command
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:33:01 2008 +0100
+
+    [new uImage] Add new uImage format handling to other bootm related commands
+
+    Updated commands:
+
+    docboot  - cmd_doc.c
+    fdcboot  - cmd_fdc.c
+    diskboot - cmd_ide.c
+    nboot    - cmd_nand.c
+    scsiboot - cmd_scsi.c
+    usbboot  - cmd_usb.c
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:33:00 2008 +0100
+
+    [new uImage] Add new uImage format support to imgextract command
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:33:00 2008 +0100
+
+    [new uImage] Add new uImage format support to autoscript routine
+
+    autoscript() routine is updated to accept second argument, which
+    is only used for FIT images and provides a FIT subimage unit name.
+
+    autoscript() routine callers must now pass two arguments. For
+    non-interactive use (like in cmd_load.c, cmd_net.c), new environment
+    variable 'autoscript_uname' is introduced and used as a FIT
+    subimage unit name source.
+
+    autoscript command accepts extended syntax of the addr argument:
+    addr:<subimg_uname>
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit cd7c596e9f561dbbc17b717277438aee78cde14f
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:33:00 2008 +0100
+
+    [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
+
+    This patch updates architecture specific implementations of
+    do_bootm_linux() adding new uImage format handling for
+    operations like get kernel entry point address, get kernel
+    image data start address.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 3dfe110149311425919e6d6a14b561b4207498f1
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:32:59 2008 +0100
+
+    [new uImage] Add node offsets for FIT images listed in struct bootm_headers
+
+    This patch adds new node offset fields to struct bootm_headers
+    and updates bootm_headers processing code to make use of them.
+    Saved node offsets allow to avoid repeating fit_image_get_node() calls.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit bc8ed486b125452ba3bd8344f052f437329150c5
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:32:53 2008 +0100
+
+    [new uImage] ppc: Add new uImage format support to FDT handling routines
+
+    Support for new (FIT) format uImages is added to powerpc specific
+    boot_get_fdt() routine which now recognizes, sanity checks FIT image
+    and is able to access data sections of the requested component image.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit a44a269a905f924b420020506a4d7d7eedcc0eaf
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:14:57 2008 +0100
+
+    [new uImage] Re-enable interrupts for non automatic booting
+
+    Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
+    environment variable is not set to 'yes'.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit d985c8498c4e47095820da97aa722381d39172c5
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:14:38 2008 +0100
+
+    [new uImage] Remove unnecessary arguments passed to ramdisk routines
+
+    boot_get_ramdisk() and image_get_ramdisk() do not need all
+    cmdtp, flag, argc and argv arguments. Simplify routines definition.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit c87796483bc7c2900470dc747c367f602577608d
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:12:37 2008 +0100
+
+    [new uImage] Add new uImage format support for ramdisk handling
+
+    This patch updates boot_get_ramdisk() routine adding format
+    verification and handling for new (FIT) uImages.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Mar 12 10:01:05 2008 +0100
+
+    [new uImage] Add new uImage format support for kernel booting
+
+    New format uImages are recognized by the bootm command,
+    validity of specified kernel component image is checked and
+    its data section located and used for further processing
+    (uncompress, load, etc.)
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Mar 11 12:35:20 2008 +0100
+
+    [new uImage] Add new uImage format support for imls and iminfo commands
+
+    imls and iminfo can now recognize nad print out contents of the new (FIT)
+    format uImages.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Tue Mar 11 12:34:47 2008 +0100
+
+    [new uImage] Add support for new uImage format to mkimage tool
+
+    Support for the new uImage format (FIT) is added to mkimage tool.
+    Commandline syntax is appropriately extended:
+
+    mkimage [-D dtc_options] -f fit-image.its fit-image
+
+    mkimage (together with dtc) takes fit-image.its and referenced therein
+    binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
+    final image that can be transferred to the target (e.g., via tftp) and then
+    booted using the bootm command in U-Boot.
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit eb6175edd6c120d8b89678243e5a2be362ee8e40
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Mon Mar 10 17:53:49 2008 +0100
+
+    [new uImage] Make node unit names const in struct bootm_headers
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Fri Feb 29 21:24:06 2008 +0100
+
+    [new uImage] New uImage low-level API
+
+    Add FDT-based functions for handling new format component images,
+    configurations, node operations, property get/set, etc.
+
+    fit_       - routines handling global new format uImage operations
+                 like get/set top level property, process all nodes, etc.
+    fit_image_ - routines handling component images subnodes
+    fit_conf_  - routines handling configurations node
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 30f1806f60978d707b0cff2d7bf89d141fc24290
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 9 16:20:02 2008 +0100
+
+    Release v1.3.2
+
+    Update CHANGELOG for release.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Mar 9 14:52:11 2008 +0100
+
+    SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit db695b78515ddb88a2d4f3357c120345efbf59ec
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Mar 9 10:44:01 2008 +0100
+
+    scb9328: Fix flash warning: type qualifiers ignored on function return type
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 9 10:50:41 2008 +0100
+
+    esd/common/fpga.c: fix indentation.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit cc3843e36453e2b8db65d7e56de938ba045016a0
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 9 10:33:31 2008 +0100
+
+    common/kgdb.c: fix 'dereferencing type-punned pointer' warning
+
+    and get rid of a couple of unneeded casts.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 9 10:09:53 2008 +0100
+
+    esd/common/fpga.c: fix 'assignment of read-only location' error
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit c6fe4dabac066e8758345d249032768496983a3e
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 9 02:13:19 2008 +0100
+
+    Makefile: make build silently again.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 76babc86576f092573599334c85ec543fdbc6015
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 9 02:07:49 2008 +0100
+
+    m501sk: Fix out of tree building
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 9 00:06:09 2008 +0100
+
+    ADS5121: fix out of tree build
+
+    and simplify Makefile a bit.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Mar 8 22:35:31 2008 +0100
+
+    Release v1.3.2
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 78a90f827df74520e939c794fc7413dace21c4db
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Mar 8 22:35:04 2008 +0100
+
+    Update CHANGELOG
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat Mar 8 21:30:04 2008 +0100
+
+    esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit d75469d48c05795144f4b8ba76addbb4920a7bba
+Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+Date:  Sat Mar 8 09:25:49 2008 +0900
+
+    net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
+
+    When rtl_recv() of rtl8169 is called, OWNbit of status register
+    is not enable occasionally.
+    rtl_recv() doesn't work normally when the driver doesn't do
+    appropriate processing.
+    This patch fix this problem.
+
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
+Author: Heiko Schocher <hs@denx.de>
+Date:  Fri Mar 7 08:15:28 2008 +0100
+
+    mgsuvd: update board configuration
+
+    initialize the UPIOx controller.
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
+Author: Heiko Schocher <hs@denx.de>
+Date:  Fri Mar 7 08:13:41 2008 +0100
+
+    mgcoge: update board configuration
+
+    add support for the config Flash.
+    initialize the UPIOx controller.
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Fri Mar 7 12:27:31 2008 -0600
+
+    mpc83xx: make dtb basename file references equal those of linux
+
+    the dts file basenames were updated in linux - this helps avoid
+    inadvertently loading any old dtbs laying around.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Wed Feb 27 16:08:22 2008 -0600
+
+    net: uec_phy: actually increment the timeout counter
+
+    allow u-boot to recover (and, e.g., switch to another interface) in the
+    case where a PHY does not report autonegotiation is complete within its
+    two second timeout value.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 772003e43957ee0c895abed7cd82cbe72820cbb8
+Author: Markus Brunner <super.firetwister@googlemail.com>
+Date:  Wed Mar 5 21:38:12 2008 +0100
+
+    fix taihu soft spi_read
+
+    The taihu board used gpio_read_out_bit which reads the output register and not
+    the pin state.
+
+    Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
+
+commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
+Author: Stefan Roese <sr@denx.de>
+Date:  Fri Mar 7 08:01:43 2008 +0100
+
+    ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit bd4458cb47abecabd406b1210457be96c69fc49d
+Author: Dave Liu <r63238@freescale.com>
+Date:  Tue Mar 4 16:59:22 2008 +0800
+
+    837xEMDS: Improve the system performance
+
+    1. Make the CSB bus pipeline depth as 4, and enable
+       the repeat mode;
+    2. Raise the eTSEC emergency priority;
+    3. Use the highest IP blocks clock.
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
+Author: Detlev Zundel <dzu@denx.de>
+Date:  Thu Mar 6 16:45:53 2008 +0100
+
+    Replace "run load; run update" with conditionalized "run load update".
+
+    The latter version stops when "run load" fails for whatever reasons
+    rendering the combination *a lot* more secure.
+
+    Signed-off-by: Detlev Zundel <dzu@denx.de>
+
+commit 6bc113886d7d316df1a4e459bec8baf027518551
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 4 17:40:41 2008 +0100
+
+    net: Print error message upon net usage when no ethernet-interface is found
+
+    This patch fixes a problem seen on PPC4xx boards, when no MAC address is
+    defined. Then no ethernet interface is available but a simple "tftp"
+    command will return without any error message which is quite confusing.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit a30a549a3553032d809e0356306b62de0b125901
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Tue Mar 4 10:03:03 2008 -0600
+
+    Remove erroneous or extra spd.h #includers.
+
+    Many of the spd.h #includers don't need it,
+    and wanted to have spd_sdram() declared instead.
+    Since they didn't get that, some also had open
+    coded extern declarations of it instead or as well.
+    Fix it all up by using spd_sdram.h where needed.
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit a4475386cef14af3fd88f0518b688e755669486d
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Mar 4 17:41:28 2008 +0100
+
+    PCS440EP: fix build problems (redundant #define)
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Mar 4 17:39:25 2008 +0100
+
+    net: Print error message upon net usage when no ethernet-interface is found
+
+    This patch fixes a problem seen on PPC4xx boards, when no MAC address is
+    defined. Then no ethernet interface is available but a simple "tftp"
+    command will return without any error message which is quite confusing.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Mar 4 17:38:50 2008 +0100
+
+    W7OLMC/W7OLMG: fix build problems (redundant #define)
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit f9301e1cda296245ba052d7b08321199c3d0af9d
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Mar 4 14:58:31 2008 +0100
+
+    Makefile: fix problem with out-of-tree builds introduced by 5013c09f
+
+    Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
+    problem for out-of-tree builds which caused "make clean" to fail.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit dfece9500556bed5d8244b1c15d973cec7c25bfe
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Mar 4 11:58:26 2008 +0100
+
+    examples/Makefile: build "hello_world" on 8xx, too.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 74eb0222594fd23aafdf168e60e872814eea8b62
+Author: Mike Nuss <mike@terascala.com>
+Date:  Mon Mar 3 15:27:05 2008 -0500
+
+    PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
+
+    Every now and then a Sequoia board (or equivalent hardware) had
+    problems connecting to a Gigabit capable network interface.
+
+    There were differences in the PHY setup between Linux and U-Boot.
+
+    This patch fixes the problem. Apparently "remote fault" is being set,
+    which signals to some devices (on the other end of the cable) that a
+    fault has occurred, while other devices ignore it. I believe the RF bit
+    was causing the issue, but I removed T4 also, to match up with Linux.
+
+    Signed-off-by: Mike Nuss <mike@terascala.com>
+
+commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
+Author: Timur Tabi <timur@freescale.com>
+Date:  Mon Mar 3 09:58:52 2008 -0600
+
+    fix QE firmware uploading limit
+
+    Fix a typo in qe_upload_firmware() that prevented uploading firmware on
+    systems with more than one RISC core.
+
+    Signed-off-by: Timur Tabi <timur@freescale.com>
+
+commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
+Author: Bernhard Nemec <bnemec@ganssloser.com>
+Date:  Mon Mar 3 11:57:23 2008 +0000
+
+    Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
+
+    Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
+    see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
+
+    Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
+
+commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
+Author: Kim B. Heino <Kim.Heino@bluegiga.com>
+Date:  Mon Mar 3 10:39:13 2008 +0200
+
+    fix copy from ram to dataflash
+
+    If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
+    routines instead of dataflash. This is because it checks "if source
+    address is not dataflash" instead of target address.
+
+    Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
+
+commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Mar 3 12:16:44 2008 +0100
+
+    Fix quoting problem (preboot setting) in many board config files.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Mar 3 12:36:49 2008 +0100
+
+    ADS5121: Fix default environment.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Mar 2 16:12:31 2008 +0100
+
+    Makefile: Fix missing unconfig and mkconfig use
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
+Author: michael <trimarchi@gandalf.sssup.it>
+Date:  Sun Mar 2 23:33:46 2008 +0100
+
+    Fix checking fat32 cluster size.
+
+    This fixes the cluster size tests in the FAT32 file system.
+    The current implementation of VFAT support doesn't work if the
+    referred cluster has an offset > 16bit representation, causing
+    "fatload" and "fatls" commands etc. to fail.
+
+    Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
+
+commit 661bad63a076a96c39c64f136915f146725af92b
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 2 22:57:23 2008 +0100
+
+    Prepare v1.3.2-rc2 release candidate
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 76957cb3d621bf664311908e5962e151c633c285
+Author: Stefan Roese <sr@denx.de>
+Date:  Sat Mar 1 12:11:40 2008 +0100
+
+    ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
+
+    The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
+    currently 4k/2k is configured. This patch fixes this issue.
+
+    Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 118978c8eb43803e2794233922df4249fa278b83
+Author: Woodruff, Richard <r-woodruff2@ti.com>
+Date:  Fri Feb 29 17:34:35 2008 -0600
+
+    Fix alignment error on ARM for modules
+
+    Fix alignment fault on ARM when running modules.  With out an explicit
+    linker file gcc4.2.1 will half word align __bss_start's value.  The word
+    dereference will crash hello_world.
+
+    signed-off-by Richard Woodruff <r-woodruff2@ti.com>
+
+commit ce1120dd703e6f12c59e4eba9962356a0300b832
+Author: Dave Liu <r63238@freescale.com>
+Date:  Fri Feb 29 17:45:31 2008 +0800
+
+    fs: Fix ext2 read issue
+
+    The ext2 aligned process will corrupt the key
+    data struct, the patch fix this.
+
+    Signed-off-by: Dave Liu <daveliu@freescale.com>
+
+commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Mar 2 22:45:33 2008 +0100
+
+    Makefile: cleanup "clean" target
+
+    Make sure CDPATH settings cannot interfere.
+    Update CHANGELOG.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit ffda586fc1373243c9794babde69500f6293a8d8
+Author: Li Yang <leoli@freescale.com>
+Date:  Fri Feb 29 11:46:05 2008 +0800
+
+    add cscope build target
+
+    Add cscope build target to generate cscope database for code browsing.
+
+    Signed-off-by: Li Yang <leoli@freescale.com>
+
+commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Wed Feb 27 15:06:39 2008 -0600
+
+    net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
+
+    erratum 5.6 states the autoneg completion bit is functional only if the
+    autoneg bit is asserted.
+
+    This fixes any secondarily-issued networking commands on non-gigabit
+    links on the mpc8360 mds board.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 5f91db7f582ca17b1f19f10189c025696f333d2e
+Author: John Rigby <jrigby@freescale.com>
+Date:  Tue Feb 26 09:38:14 2008 -0700
+
+    MPC5121e ADS PCI support take 3
+
+    Adds PCI support for MPC5121
+
+    Tested with drivers/net/rtl8139.c
+
+    Support is conditional since PCI on old silicon does not work.
+
+    ads5121_PCI_config turns on PCI
+
+    In this version, condition compilation of PCI code has been moved
+    from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
+    suggested by Jean-Christophe PLAGNIOL-VILLARD
+
+    Signed-off-by: John Rigby <jrigby@freescale.com>
+
+commit 44b4dbed4133f657705b7c5193209da9978243a7
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Mon Feb 25 23:53:07 2008 +0100
+
+    Fix warnings while compilation of post/drivers/memory.c
+
+    Fix warnings while compilation with new gcc in eldk-4.2
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Mon Feb 25 20:54:04 2008 +0100
+
+    ppc4xx: Fix problem in 4xx_enet.c driver
+
+    U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
+    enabled. To reproduce the problem ensure that 'ethrotate'
+    environment variable isn't set to "no" and then run
+    "tftp 200000 not_existent_file".
+    This patch tries to fix the issue.
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Mon Feb 25 20:04:20 2008 +0100
+
+    POST: Disable cache while SPR POST
+
+    Currently (since commit b2e2142c) u-boot crashes on
+    sequoia board while SPR test if CONFIG_4xx_DCACHE is
+    enabled. This patch disables the cache while SPR test.
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
+Author: Martin Krause <martin.krause@tqs.de>
+Date:  Mon Feb 25 17:52:40 2008 +0100
+
+    TQM5200: use automatic fdt memory fixup (part 2)
+
+    Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
+    TB5200 and TB5200_B to fixup the /memory node with the memory values
+    detected by U-Boot.
+
+    Signed-off-by: Martin Krause <martin.krause@tqs.de>
+
+commit 44ceec253ea941b301abf4b079d52324def69d92
+Author: Martin Krause <martin.krause@tqs.de>
+Date:  Mon Feb 25 15:17:05 2008 +0100
+
+    TQM5200: use automatic fdt memory fixup
+
+    Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
+    TB5200 and TB5200_B to fixup the /memory node with the memory values
+    detected by U-Boot.
+
+    Signed-off-by: Martin Krause <martin.krause@tqs.de>
+
+commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
+Author: Martin Krause <martin.krause@tqs.de>
+Date:  Mon Feb 25 13:27:52 2008 +0100
+
+    TQM5200: fix bug in SDRAM initialization code
+
+    This patch fixes a bug in the SDRAM initialization code for the
+    TQM5200. The hi_addr bit is now set correctly. Without this patch
+    the hi_addr bit is always set to 1, if the second SDRAM bank is
+    not populated.
+
+    For other MPC5200 boards a correspondig patch has already been applied
+    some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
+
+    Signed-off-by: Martin Krause <martin.krause@tqs.de>
+    --
+    Forget the first patch please. I confused flash with SDRAM in
+    the comment ...
+
+commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Mon Feb 25 00:03:12 2008 +0100
+
+    mx1fs2/flash: Fix multiple compiler warnings
+
+    "pointer targets in assignment differ in signedness"
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Mon Feb 25 00:03:11 2008 +0100
+
+    arm-imx: Fix register definitions
+
+    Sync register definitions with linux
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Mon Feb 25 00:03:10 2008 +0100
+
+    actua1/actua2/actua3: Fix multiple unused variable warnings
+
+    - actua1:
+       actux1.c: In function 'checkboard':
+       actux1.c:92: warning: unused variable 'revision'
+
+    - actua2:
+       actux2.c: In function 'checkboard':
+       actux2.c:100: warning: unused variable 's'
+       actux2.c:99: warning: unused variable 'revision'
+       actux2.c: In function 'reset_phy':
+       actux2.c:130: warning: unused variable 'i'
+
+    - actua3:
+       actux3.c: In function 'checkboard':
+       actux3.c:114: warning: unused variable 'revision'
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Sun Feb 24 11:44:29 2008 +0900
+
+    Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
+
+    The previous patch was lacking of i386, microblaze, nios and nios2. This
+    patch tries to fix them.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Fri Feb 29 22:22:46 2008 +0100
+
+    [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
+
+    Do not use global fdt blob pointer, calculate blob size from routine
+    argument blob pointer.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit d1cc52879c8966507dad9fb575481e6d3985e64e
+Author: David Gibson <david@gibson.dropbear.id.au>
+Date:  Tue Feb 12 00:58:31 2008 +1100
+
+    libfdt: Add and use a node iteration helper function.
+
+    This patch adds an fdt_next_node() function which can be used to
+    iterate through nodes of the tree while keeping track of depth.  This
+    function is used to simplify the iteration code in a lot of other
+    functions, and is also exported for use by library users.
+
+    Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
+
+commit 8cf30809a82902a471866d2f07725ce3b8a22291
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Fri Feb 29 16:00:24 2008 +0100
+
+    [new uImage] Add libfdt support to mkimage
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
+Author: Bartlomiej Sieka <tur@semihalf.com>
+Date:  Fri Feb 29 16:00:23 2008 +0100
+
+    [new uImage] Add sha1.o object to mkimage binary build
+
+    Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
+
+commit df6f1b895c997978f03afe04502ee76b7ba34ab9
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Fri Feb 29 16:00:06 2008 +0100
+
+    [new uImage] Fix component handling for legacy multi component images
+
+    Use uint32_t when accessing size table in image_multi_count() and
+    image_multi_getimg() for multi component images.
+
+    Add missing uimage_to_cpu() endianness conversion.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Fri Feb 29 15:59:59 2008 +0100
+
+    [new uImage] Share common uImage code between mkimage and U-boot
+
+    This patch adds the following common routines:
+
+    1) Dedicated mkimage print_header() is replaced with common
+    image_print_contents()
+    image_print_contents_noindent()
+
+    2) Common os/arch/type/comp fields name <--> id translation routines
+    genimg_get_os_name()
+    genimg_get_arch_name()
+    genimg_get_type_name()
+    genimg_get_comp_name()
+    genimg_get_os_id()
+    genimg_get_arch_id()
+    genimg_get_type_id()
+    genimg_get_comp_id()
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Fri Feb 29 14:58:34 2008 +0100
+
+    [new uImage] Update naming convention for bootm/uImage related code
+
+    This patch introduces the following prefix convention for the
+    image format handling and bootm related code:
+
+    genimg_            - dual format shared code
+    image_             - legacy uImage format specific code
+    fit_               - new uImage format specific code
+    boot_              - booting process related code
+
+    Related routines are renamed and a few pieces of code are moved around and
+    re-grouped.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 27 21:51:51 2008 -0600
+
+    [new uImage] Respect autostart setting in linux bootm
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+    Acked-by: Marian Balakowicz <m8@semihalf.com>
+
+commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 27 21:51:50 2008 -0600
+
+    [new uImage] Provide ability to restrict region used for boot images
+
+    Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
+    to restrict what memory range is used for bootm.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+    Acked-by: Marian Balakowicz <m8@semihalf.com>
+
+commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 27 21:51:49 2008 -0600
+
+    [new uImage] Use lmb for bootm allocations
+
+    Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
+    functions over to using lmb for allocation of the ramdisk, command line
+    and kernel bd info.
+
+    Convert PPC specific fdt_relocate() to use lmb for allocation of the device
+    tree.
+
+    Provided a weak function that board code can call to do additional
+    lmb reserves if needed.
+
+    Also introduce the concept of bootmap_base to specify the offset in
+    physical memory that the bootmap is located at.  This is used for
+    allocations of the cmdline, kernel bd, and device tree as they should
+    be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit f5614e7926863bf0225ec860d9b319741a9c4004
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 27 21:51:48 2008 -0600
+
+    [new uImage] Add autostart flag to bootm_headers structure
+
+    The autostart env variable was dropped as part of the initial new uImage
+    cleanup.  Add it back here so the arch specific code can decide if it
+    wants to really boot or not.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+    Acked-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 27 21:51:47 2008 -0600
+
+    [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
+
+    Introduce the LMB lib used on PPC in the kernel as a clean way to manage
+    the memory spaces used by various boot images and structures.  This code
+    will allow us to simplify the code in bootm and its support functions.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Tue Feb 19 22:03:47 2008 -0600
+
+    [new uImage] ppc: Allow boards to specify effective amount of memory
+
+    For historical reasons we limited the stack to 256M because some boards
+    could only map that much via BATS. However newer boards are capable of
+    mapping more memory (for example 85xx is capable of doing up to 2G).
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+    Acked-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 27 21:51:46 2008 -0600
+
+    [new uImage] rework error handling so common functions don't reset
+
+    Changed image_get_ramdisk() to just return NULL on error and have
+    get_ramdisk() propogate that error to the caller.  It's left to the
+    caller to call do_reset() if it wants to.
+
+    Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
+    to a common location.  In the future we will change get_fdt() and
+    fdt_relocate() to return success/failure and not call do_reset() at all.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+    Acked-by: Marian Balakowicz <m8@semihalf.com>
+
+commit d2bc095a639672def11d5d043b5688d0dbd692ec
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 27 21:51:45 2008 -0600
+
+    [new uImage] ppc: Re-order ramdisk/fdt handling sequence
+
+    Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
+    however it does mean we have to go in and fixup the initrd info since
+    we don't know where it will be.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 27953493ef025fb698d68c5dee39b36f01f4d530
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 27 21:51:44 2008 -0600
+
+    [new uImage] ppc: Determine if we are booting an OF style
+
+    If we are bootin OF style than we can skip setting up some things
+    that are used for the old boot method.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+    Acked-by: Marian Balakowicz <m8@semihalf.com>
+
+commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 27 21:51:43 2008 -0600
+
+    [new uImage] Don't pass kdb to ramdisk_high since we may not have one
+
+    We don't actually need the kdb param as we are just using it to get
+    bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
+    boot via OF we might not actually fill out a kdb.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+    Acked-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 27 16:30:47 2008 -0600
+
+    85xx: Don't icbi when unlocking the cache
+
+    There is no reason to icbi when invalidating the temporary stack in
+    the d-cache.  Its impossible on e500 to have the i-cache contain
+    any addresses in the temp stack and it can be problematic in generating
+    transactions on the bus to non-valid addresses.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
+Author: Andy Fleming <afleming@freescale.com>
+Date:  Wed Feb 27 15:50:50 2008 -0600
+
+    Fix source for ECM error IVPR
+
+    The source vector for the ECM was being set to 2,
+    but that's what the source vector for DDR was being
+    set to.  Change it to 1.
+
+    Signed-off-by: Andy Fleming <afleming@freescale.com>
+
+commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
+Author: Andy Fleming <afleming@freescale.com>
+Date:  Wed Feb 27 14:29:58 2008 -0600
+
+    Invalidate INIT_RAM TLB mappings
+
+    Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
+    mappings to be unguarded.  This collided with an existing "bug"
+    where the mappings for the INIT_RAM were being kept around.
+    This meant that speculative loads to those addresses were
+    succeeding in the TLB, and going out to the bus, where they
+    were causing an exception (there's nothing at that address). The
+    Flash code was coincidentally causing such a speculative load.
+    Rather than go back to mapping the INIT RAM as guarded, we fix
+    it so that the entries for the INIT_RAM are invalidated.  Thus
+    the speculative loads will fail in the TLB, and have no effect.
+
+    Signed-off-by: Andy Fleming <afleming@freescale.com>
+
+commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 17 22:56:17 2008 +0100
+
+    sbc8548: Fix Revision reading and unused variable 'path'
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 495d162374c472f46454453553382ad0735dc725
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 17 22:56:16 2008 +0100
+
+    sbc8548: Fix cfi flash bank declaration
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 4efbe9dbb129f857f27856936112c8c02f016be6
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Feb 27 11:02:26 2008 +0100
+
+    [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
+
+    Dual format image code must properly handle all three FDT passing methods:
+    - raw FDT blob passed
+    - FDT blob embedded in the legacy uImage
+    - FDT blob embedded in the new uImage
+
+    This patch enables proper raw FDT handling when no FIT imaeg support
+    is compiled in. This is a bit tricky as we must dected FIT format even
+    when FIT uImage handling is not enabled as both FIT uImages and raw FDT
+    blobs use tha same low level format (libfdt).
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Feb 27 11:02:26 2008 +0100
+
+    [new uImage] POWERPC: Add image_get_fdt() routine
+
+    FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
+    (3) or embedded in the new uImage. For the (2) case embedding image must be
+    verified before we get FDT from it. This patch factors out legacy image
+    specific verification routine to the separate helper routine.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+    Acked-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 1efd43601f90de21ec6c0ebb9880823e822927b1
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Feb 27 11:02:07 2008 +0100
+
+    [new uImage] Add image_get_kernel() routine
+
+    Legacy image specific verification is factored out to a separate helper
+    routine to keep get_kernel() generic and simple.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+    Acked-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Feb 27 11:01:04 2008 +0100
+
+    [new uImage] Move image verify flag to bootm_headers structure
+
+    Do not pass image verification flag directly to related routines.
+    Simplify argument passing and move it to the bootm_header structure which
+    contains curently processed image specific data and is already being passed
+    on the argument list.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+    Acked-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 823afe7cefe00dafefc6696c1cc7aa828c394234
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Feb 27 11:00:47 2008 +0100
+
+    [Makefile] Sort COBJS in lib_<arch> Makefiles
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Wed Feb 27 11:00:47 2008 +0100
+
+    [new uImage] Optimize gen_get_image() flow control
+
+    When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
+    to do, update its control flow to better reflect that simple case.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+    Acked-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Mon Feb 4 08:28:17 2008 +0100
+
+    [new uImage] POWERPC: Split get_fdt() into get and relocate routines
+
+    PPC specific FDT blob handling code is divided into two separate routines:
+
+    get_fdt()  - find and verify a FDT blob (either raw or image embedded)
+    fdt_relocate()     - move FDT blob to within BOOTMAP if needed
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+    Acked-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Mon Feb 25 13:13:37 2008 -0600
+
+    86xx: Fix renamed GUR symbols in sbc8641d board.
+
+    Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
+    (86xx: Fix GUR PCI config registers properly), we should have
+    changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
+    symbols in the sbc8641d board as well.  Fix this oversight.
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit 64cd594e623c39f73964d18787763e4533f791f7
+Author: Stefan Roese <sr@denx.de>
+Date:  Mon Feb 25 16:50:48 2008 +0100
+
+    ppc4xx: Fix acadia_nand build problem
+
+    Don't include testdram() on NAND-booting target acadia_nand. This saves
+    a few bytes and makes the target build clean again.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 14e099e698d41e8179d05c2b2dbcf704a236f748
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 24 23:03:12 2008 +0000
+
+    mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 724902c8464e610642b3a170278b99710325888e
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 24 23:03:11 2008 +0000
+
+    arm-imx: Fix registers definition
+
+    Sync registers definition with linux
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 4cd288b589ea1178947c6e364453c32b3dede6b7
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 24 23:03:10 2008 +0000
+
+    actua1/actua2/actua3: Fix multipleunused variable
+
+    - actua1:
+       actux1.c: In function 'checkboard':
+       actux1.c:92: warning: unused variable 'revision'
+
+    - actua2:
+       actux2.c: In function 'checkboard':
+       actux2.c:100: warning: unused variable 's'
+       actux2.c:99: warning: unused variable 'revision'
+       actux2.c: In function 'reset_phy':
+       actux2.c:130: warning: unused variable 'i'
+
+    - actua3:
+       actux3.c: In function 'checkboard':
+       actux3.c:114: warning: unused variable 'revision'
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit d5934ad7756f038a393a9cfab76a4fe306d9d930
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Mon Feb 4 08:28:09 2008 +0100
+
+    [new uImage] Add dual format uImage support framework
+
+    This patch adds framework for dual format images. Format detection is added
+    and the bootm controll flow is updated to include cases for new FIT format
+    uImages.
+
+    When the legacy (image_header based) format is detected appropriate
+    legacy specific handling is invoked. For the new (FIT based) format uImages
+    dual boot framework has a minial support, that will only print out a
+    corresponding debug messages. Implementation of the FIT specific handling will
+    be added in following patches.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit b29661fc1151077776454288051bc9a488351ce8
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Feb 24 15:21:36 2008 +0100
+
+    Coding style cleanup. Prepare v1.3.2-rc2 release candidate
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 00b48a48424894daa589d166d73277830b1c6ac4
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat Feb 23 12:15:56 2008 +0100
+
+    ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit b075d74efb70ff68c49a2532f26b56d6703b69c1
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Sat Feb 23 17:24:16 2008 +0900
+
+    Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
+
+    ----------------------------------------------------------------
+    Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
+
+    Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
+    32bit targets.
+
+    GCC can be made to warn about usage of long long types with ISO C90
+    (-ansi), but only with -pedantic.  You can write this in a way that even
+    then it doesn't cause warnings, namely by:
+
+    #ifdef __GNUC__
+    __extension__ typedef __signed__ long long __s64;
+    __extension__ typedef unsigned long long __u64;
+    #endif
+
+    The __extension__ keyword in front of this switches off any pedantic
+    warnings for this expression.
+
+    Signed-off-by: Olaf Hering <olh@suse.de>
+    Cc: <linux-arch@vger.kernel.org>
+    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
+    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
+    ----------------------------------------------------------------
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 208acd112e6517b21fc30c420396902b103563ac
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Sat Feb 23 17:07:57 2008 +0900
+
+    cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
+
+    This will reduce the build time.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Sat Feb 23 17:05:00 2008 +0900
+
+    cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
+
+    This will reduce the build time.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Sat Feb 23 16:58:41 2008 +0900
+
+    cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
+
+    This reduces the build time by ~10%. Here's the gth2_config example.
+
+           BEFORE       AFTER
+    real    0m31.441s   0m27.833s
+    user    0m24.766s   0m23.045s
+    sys     0m10.425s   0m7.468s
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
+Author: Marcel Moolenaar <marcelm@juniper.net>
+Date:  Fri Feb 22 10:48:07 2008 -0800
+
+    make define2mk.sed work on FreeBSD
+
+    In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
+    the define2mk.sed script was identified as the source of the link
+    failure on FreeBSD. The problem is that sed(1) does not always support
+    the '+' operator. It isn't on FreeBSD. The attach patch implements the
+    equivalent, using the '*' operator instead and should work everywhere.
+
+    Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
+
+commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
+Author: Detlev Zundel <dzu@denx.de>
+Date:  Fri Feb 22 17:21:32 2008 +0100
+
+    Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
+
+    The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
+    final traces of long-deprecated "ramdisk" kernel parm") makes these
+    changes neccessary.
+
+    Signed-off-by: Detlev Zundel <dzu@denx.de>
+
+commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
+Author: Larry Johnson <lrj@acm.org>
+Date:  Thu Feb 21 13:58:16 2008 -0500
+
+    LM75 bug fix for negative temperatures
+
+    When the LM75 temperature sensor measures a temperature below 0 C, the
+    current driver does not perform sign extension, so the result returned is
+    256 C too high.  This patch fixes the problem.
+
+    Signed-off-by: Larry Johnson <lrj@acm.org>
+
+commit 5a910c224b13e413bda41922379add6d75c32da3
+Author: Heiko Schocher <hs@denx.de>
+Date:  Thu Feb 21 18:33:45 2008 +0100
+
+    IDS8247: update MAINTAINER entry.
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
+Author: Heiko Schocher <hs@denx.de>
+Date:  Thu Feb 21 18:31:15 2008 +0100
+
+    Fix device tree for mgsuvd board.
+
+    Rename the "scc" node in "ethernet" for the mgsuvd board.
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
+Author: Yuri Tikhonov <yur@emcraft.com>
+Date:  Thu Feb 21 14:23:42 2008 +0100
+
+    lwmon5: enable hardware watchdog
+
+    Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
+    causing it to reboot the board if U-Boot does a long busy-wait with
+    udelay(). Thus, for these boards we have to restart WD more
+    frequently.
+
+    This patch splits the busy-wait udelay() into smaller, predefined,
+    intervals, so that the watchdog timer may be resetted with the
+    configurable (CONFIG_WD_PERIOD) interval.
+
+    Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
+
+commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Thu Feb 21 12:52:29 2008 +0100
+
+    ppc4xx: Support for ATI Radeon 9200 card on sequoia
+
+    Adds configuration option for ATI Radeon 9200 card
+    support to sequoia config file. If CONFIG_VIDEO
+    is enabled, TEXT_BASE should be changed to 0xFFF80000.
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Mon Feb 18 08:18:07 2008 -0600
+
+    Remove duplicate defines for ARRAY_SIZE
+
+    A few duplicate of the ARRAY_SIZE macro sneaked in since we put
+    the define in common.h.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Mon Feb 18 08:09:37 2008 -0600
+
+    ppc: Allow boards to specify effective amount of memory
+
+    For historical reasons we limited the stack to 256M because some boards
+    could only map that much via BATS. However newer boards are capable of
+    mapping more memory (for example 85xx is capable of doing up to 2G).
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 18 05:24:13 2008 -0500
+
+    include autoconf.mk before any other .mk files
+
+    This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
+    those .mk files can have make if statements based on the current config.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 18 05:10:07 2008 -0500
+
+    error check autoconf.mk generation
+
+    If any of the steps for generating autoconf.mk fail currently, they go
+    unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
+    This is simpler and more robust than placing '|| exit $$?' after every line.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 019895a8dee71a9f00da05c03e379f45d581b0fe
+Author: Stefano Babic <sbabic@denx.de>
+Date:  Mon Feb 18 08:03:51 2008 +0100
+
+    Fix bug in dependency checking
+
+    By adding VERSION_FILE to the PHONY targets the script
+    /tools/setlocalversion is always called and version_autogenerated.h
+    is replaced only if the script find a modified source file.
+
+    Signed-off-by: Stefano Babic <sbabic@denx.de>
+
+commit 98ba144ccc912eee90dd42699f023c497ce774c6
+Author: Kyungmin Park <kmpark@infradead.org>
+Date:  Mon Feb 18 14:35:43 2008 +0900
+
+    Fix GPMC CS2 memory setup at apollon
+
+    It disables the current map first
+
+    Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
+
+commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 17 23:52:46 2008 +0100
+
+    uli526x: Fix multiple differ in signedness and parentheses around comparison
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 17 16:58:04 2008 +0100
+
+    MIPS: Fix CFG_NO_FLASH support
+
+    - Fix flash_init call when CFG_NO_FLASH is used
+    - Remove no more needed flash.c for qemu-mips
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sat Feb 16 02:40:18 2008 -0500
+
+    easylogo: clean up some more and add -r (rgb) support
+
+    Michael Hennerich added support for outputting an image in RGB format rather
+    than forcing YUYV all the time.  This makes obvious sense if the display you
+    have takes RGB input rather than YUYV.
+
+    Rather than hack in support for options, I've converted it to use getopt and
+    cleaned up the argument parsing in the process.
+
+    Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit f65c98129ccada3f7caf97d80395a95b84e911de
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sat Feb 16 02:12:37 2008 -0500
+
+    Makefile: add target for $(LDSCRIPT)
+
+    If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
+    then change into the board directory and try and create it.  This allows you
+    to generate the linker script on the fly based upon board defines (like the
+    Blackfin boards do).
+
+    There should be no regressions due to this change as the normal case is to
+    already have a u-boot.lds file.  If that's the case, then there's nothing to
+    generate, and so make will always exit.  The fix here is that if the linker
+    script does not exist, the implicit rules take over and attempt to guess how
+    to generate the file.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 5583cbf736474ef754e128a54fb78632f57b48fd
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Feb 21 17:27:49 2008 +0100
+
+    [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 2242f5369822bc7780db95c47985bb408ea9157b
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Feb 21 17:27:41 2008 +0100
+
+    [new uImage] Rename and move print_image_hdr() routine
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Feb 21 17:20:20 2008 +0100
+
+    [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
+
+    Introducing routines for parsing new uImage format bootm arguments:
+    [<addr>]#<conf>            - configuration specification
+    [<addr>]:<subimg>  - subimage specification
+
+    New format images can contain multiple subimages of the same type. For example
+    a single new format image file can contain three kernels, two ramdisks and a
+    couple of FDT blobs. Subimage and configuration specifications are extensions
+    to bootm (and other image-related commands) arguments' syntax that allow to
+    specify which particular subimage should be operated on.
+
+    Subimage specification is used to denote a particular subimage. Configurations
+    are a bit more complex -- they are used to define a particualr booting setup,
+    for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
+    etc.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Feb 21 17:20:19 2008 +0100
+
+    [new uImage] Add gen_get_image() routine
+
+    This routine assures that image (whether legacy or FIT) is not
+    in a special dataflash storage.
+
+    If image address is a dataflash address image is moved to system RAM.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Feb 21 17:20:18 2008 +0100
+
+    [new uImage] Pull in libfdt if CONFIG_FIT is enabled
+
+    New uImage format (Flattened Image Tree) requires libfdt
+    functionality, print out error message if CONFIG_OF_LIBFDT
+    is not defined.
+
+    New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
+    This commit turns it on by default.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
+Author: Michael Schwingen <michael@schwingen.org>
+Date:  Mon Feb 18 23:16:35 2008 +0100
+
+    CFI: Do not use uninitialized cmd_reset
+
+    Do not use uninitialized cmd_reset; issue both AMD and Intel reset
+    commands instead
+
+    From a short test, it looks like AMD-style flash roms treat *any* unknown
+    command write as a reset, at least when in CFI Query mode, so issuing the
+    Intel reset command to AMD-style flashs seems safe (from the small sample I
+    have), plus the 3-cycle magic sequence should kick the state machine into
+    the right state even without a reset command. Since the AMD-style flashs
+    require the unlock sequence for real operation, I chose to try the AMD reset
+    command first, so that Intel flashs do no see an invalid command prior to
+    the CFI query.
+
+    I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
+    plus Intel StrataFlash.
+
+    Signed-off-by: Michael Schwingen <michael@schwingen.org>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
+Author: Rafal Jaworowski <raj@semihalf.com>
+Date:  Thu Feb 21 11:56:44 2008 +0100
+
+    API: Add (c) and licensing notice to the public API header.
+
+    Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
+
+commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
+Author: Yuri Tikhonov <yur@emcraft.com>
+Date:  Thu Feb 21 11:06:07 2008 +0100
+
+    Fix CPU POST test failure
+
+    The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
+    ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
+    by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
+    This patch just saves the CR value before running the test code, so allowing
+    it to do anything it wants with CR.
+
+    Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
+    Acked-by: Yuri Tikhonov <yur@emcraft.com>
+    --
+
+commit d5908b093955415f3d340706378b991f911af671
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Wed Feb 20 15:26:51 2008 -0600
+
+    8610HPCD: Document the flashbank selection switches.
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit a551cee99ad1d1da20fd23ad265de47448852f56
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Wed Feb 20 14:22:26 2008 -0600
+
+    86xx: Fix GUR PCI config registers properly.
+
+    Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
+    I tried to "8610HPCD: Fix typos in two PCI setup registers", I
+    botched it due to not realizing that 8610 and 8641 had different
+    Global Utility Register defintions, one of which was like 85xx,
+    and the other wasn't.  Correct this problem by introducing two
+    symbols, one for each 86xx SoC, but neither of which is named
+    anything like 85xx.
+
+    My bad.  Lovely Wednesday with git bisect. You know.
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit cb06eb961bdffc8728b38c242473d802e83ab2b4
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Wed Feb 20 12:24:11 2008 -0600
+
+    8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
+
+    Without an actual supported video card hooked up, enabling
+    the CONFIG_VIDEO by default just makes it look broken by
+    routing all console output to the video card.   Don't.
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit 4d264eff4312f230776b913edade7ceb75f1b1e0
+Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
+Date:  Wed Jan 30 15:08:15 2008 -0600
+
+    ColdFire: Fix missing code flash size for M5485EVB
+
+    Signed-off-by: James Mahan <kmahan@freescale.com>
+    Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
+
+commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
+Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
+Date:  Wed Jan 30 15:04:42 2008 -0600
+
+    ColdFire: Fix 5282 and 5271 interrupt mask bit
+
+    Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
+
+commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Tue Feb 19 12:31:08 2008 -0600
+
+    8610HPCD: Fix typos in two PCI setup registers.
+
+    The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
+    were erroneously present as 85xx names and values, leftover from
+    the clone wars.  Fix this by removing the 85xx cruft from the
+    86xx codebase.
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Mon Feb 18 14:01:56 2008 -0600
+
+    86xx: Convert sbc8641d to use libfdt.
+
+    This is the proper fix for a missing closing brace in the function
+    ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
+    The ft_cpu_setup() function in mpc8641hpcn.c should have been
+    removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
+    but was missed.  Only, the sbc8641d was nominally still using it.
+    It all got ripped out, and the funcality that was in ft_board_setup()
+    was refactored to remove the CPU portions into the new file
+    cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
+
+    Based loosely on an original patch from joe.hamman@embeddedspecialties.com
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit 04efddc87c50c84f85dad5c331c634a6ce830a83
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 17 23:35:31 2008 +0100
+
+    mpc86xx: Fix unused variable 'config' and 'immap'
+
+    and remove useless CONFIG_DDR_INTERLEAVE
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 17 23:03:36 2008 +0100
+
+    mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit b6f29c84c208a091f95a10cbc9852d729659ba20
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 17 14:15:31 2008 +0100
+
+    s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 17 14:15:32 2008 +0100
+
+    pxa: fix assignment from incompatible pointer type
+
+    fix mmc_bread function prototype
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 64d792063fff90b8118179b092feee09fe5cae13
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 17 14:15:30 2008 +0100
+
+    at91cap9adk: fix implicit declaration of function 'eth_init'
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Feb 17 15:43:44 2008 +0100
+
+    Remove files added by mistake, update CHANGELOG.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
+Author: Mike Nuss <mike@terascala.com>
+Date:  Wed Feb 6 11:10:11 2008 -0500
+
+    PPC440EPx: Optionally enable second I2C bus
+
+    The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
+    PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
+    code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
+
+    Signed-off-by: Mike Nuss <mike@terascala.com>
+    Cc: Stefan Roese <sr@denx.de>
+
+commit ef5b4f221c22d05770878513951745f236b5b43f
+Author: Niklaus Giger <niklaus.giger@netstal.com>
+Date:  Tue Feb 5 10:26:44 2008 +0100
+
+    ppc4xx: HCU4/5. Cleanup configs
+
+    - hcu4.h: Removed define of CONFIG_PPC405GPr
+    - Corrected phy addresses
+    - Fix boot variables
+    - Respect line length of 80 chars
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+
+commit 74973126d1be63ac75bdc192f46234dca3a7c421
+Author: Niklaus Giger <niklaus.giger@netstal.com>
+Date:  Tue Feb 5 11:31:28 2008 +0100
+
+    ppc4xx: HCU4/5. Cleanups
+
+    - Fix some coding style violations.
+    - Use in/out_u16/32 where appropriate.
+    - Use register names from ppc405.h.
+    - Fix trace useage for Lauterbach.
+    - Remove obsolete generation HCU2.
+    - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+
+commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
+Author: Niklaus Giger <niklaus.giger@netstal.com>
+Date:  Tue Feb 5 10:26:41 2008 +0100
+
+    ppc4xx: PPC405GPr fix missing register definitions
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+
+commit 214398d9cb22268d9d4f7563359edca0f78297a2
+Author: Larry Johnson <lrj@acm.org>
+Date:  Fri Jan 18 21:49:05 2008 -0500
+
+    ppc4xx: Beautify configuration files for Sequoia and Korat boards
+
+    Signed-off-by: Larry Johnson <lrj@acm.org>
+
+commit 30c6a241e88499f536e86d325759e29ba00ff67f
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Fri Feb 15 20:09:01 2008 +0100
+
+    Wipe out assembler warnings while compiling x86 biosemu
+
+    This patch tries to get rid of some assembler warnings about
+    changed .got2 section type while compiling x86 bios emulator
+    code.
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Fri Feb 15 00:57:09 2008 +0100
+
+    Prepare v1.3.2-rc1 release candidate
+
+commit f33e9653c9c09868995d788511d573771c209fe5
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Fri Feb 15 00:13:20 2008 +0100
+
+    Fix compile warning on lib_ppc/board.c
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Thu Feb 14 18:22:04 2008 +0100
+
+    Add Radeon Mobility 9200 pci device id to the radeon driver
+
+    This patch extends PCI device id table of the
+    radeon driver so that the driver will also support
+    Radeon Mobility 9200 (M9+) based boards.
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 1b8607e1f7143548c6062c28371449ec69588c00
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Thu Feb 14 18:19:50 2008 +0100
+
+    Extend ATI Radeon driver to support more video modes
+
+    Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
+    800x600, 640x480 at 24, 16 and 8 bpp.
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 4124382de029d361162a4b8cecc773eb8f26e2a8
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Feb 10 17:05:20 2008 +0100
+
+    xsengine: fix typo and few coding style
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
+Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
+Date:  Fri Feb 8 21:25:58 2008 +0100
+
+    Fix wrong memory limit calculation in memory-test
+
+    If the length of the memory address range passed to the "mtest" command is
+    not of the form 2^x - 1, not all address lines are tested. This bug is
+    inherited from the original software at
+    http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
+    this.
+
+    Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
+
+commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Fri Feb 15 00:11:39 2008 +0100
+
+    Coding STyle cleanup.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit f6921e3dc331293c873ec4d109fd5517a42a90b3
+Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+Date:  Tue Feb 5 13:30:43 2008 +0900
+
+    sh: Fix register address of SH7722
+
+    The address of SH7722 is wrong by old document.
+    This patch fixes this problem.
+
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 17:44:23 2008 -0500
+
+    only update version header as needed
+
+    Constantly rebuilding the version header will force useless relinking, so we
+    simply need to compare the new header with the existing one before updating
+    it.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 208447f8e953f347425eb92c8e28d59e6d911363
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Jan 28 05:56:19 2008 -0500
+
+    Do not specify a CROSS_COMPILE default when executing size
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
+Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
+Date:  Wed Feb 13 11:19:19 2008 +0100
+
+    Fix return value of mtest when CFG_ALT_MEMTEST set
+
+    Fix a missing return statement from a non-void function.
+
+    Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
+
+commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
+Author: Timur Tabi <timur@freescale.com>
+Date:  Wed Jan 9 14:35:26 2008 -0600
+
+    85xx, 86xx: Determine I2C clock frequencies and store in global_data
+
+    Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
+
+    Update the get_clocks() function in 85xx and 86xx to determine the I2C
+    clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
+
+    Signed-off-by: Timur Tabi <timur@freescale.com>
+
+commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Feb 14 23:18:01 2008 +0100
+
+    TQM834x: clean up configuration
+
+    Get board name consistent with Linux and elsewhere;
+    get rid of local network definitions etc.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 38cc09c55b1d7f233789052c6fc462e5377669a9
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Thu Feb 14 08:02:12 2008 +0100
+
+    TFTP: fix search of ':' in BootFile
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 0bc9efada170096c6b273f19165e32936d330d80
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Feb 14 22:46:55 2008 +0100
+
+    Coding style cleanup; update CHANGELOG.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Feb 14 22:43:22 2008 +0100
+
+    PPC: Use r2 instead of r29 as global data pointer
+
+    R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
+    will refuse to use load/store multiple insns; instead, it issues a
+    list of simple load/store instructions upon function entry and exit,
+    resulting in bigger code size, which in turn makes the build for a
+    few boards fail.
+
+    Use r2 instead.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 3c234efa693bc59906c2be55c7918ecbb55392ea
+Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
+Date:  Wed Jan 30 09:08:49 2008 +0100
+
+    ARM: make the machid configurable via the environment
+
+    If the variable "machid" exists, let do_bootm_linux use that instead
+    of bd->bi_arch_number.
+
+    Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
+
+commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
+Author: Vlad Lungu <vlad@comsys.ro>
+Date:  Wed Jan 23 16:34:46 2008 +0200
+
+    Use #ifdef CONFIG_FSLDMAFEC
+
+    MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
+    fails
+
+    Signed-off-by: Vlad Lungu <vlad@comsys.ro>
+
+commit 26c7bab81e08dc7bd696c48f753428a829629bd8
+Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+Date:  Sat Jan 19 10:25:59 2008 +0900
+
+    common/miiphyutil.c: Cleanup MII_DEBUG and debug()
+
+    Current MII_DEBUG is confusing in two ways. One is useless define-then-
+    undef at the top of the file. The other is there is only one debug() in
+    this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
+    While there are many useful printf()/puts() debug codes, but they are for
+    DEBUG, not for MII_DEBUG.
+
+    This patch tries to put them all together into MII_DEBUG and debug().
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+
+commit 751b9b5189f3274b03c809172631316d6b002c82
+Author: Kyungmin Park <kmpark@infradead.org>
+Date:  Thu Jan 17 16:43:25 2008 +0900
+
+    OneNAND Initial Program Loader (IPL) support
+
+    This patch enables the OneNAND boot within U-Boot.
+    Before this work, we used another OneNAND IPL called X-Loader based
+    on open source. With this work, we can build the oneboot.bin image
+    without other program.
+
+    The build sequence is simple.
+    First, it compiles the u-boot.bin
+    Second, it compiles OneNAND IPL
+    Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
+    The mechanism is similar with NAND boot except it boots from itself.
+
+    Another thing is that you can only use the OneNAND IPL only to work
+    other bootloader such as RedBoot and so on.
+
+    Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
+
+commit 21f6f9636f0e978397548751347425fbf8d42bb3
+Author: Andy Fleming <afleming@freescale.com>
+Date:  Wed Jan 16 13:06:59 2008 -0600
+
+    Fix CONFIG_MMC usage in fat code
+
+    A #if statement in fat.c depended on CONFIG_MMC, instead of
+    defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
+    as "1" rather than just defined.  Now it's better.
+
+    Signed-off-by: Andy Fleming <afleming@freescale.com>
+
+commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
+Author: Rafal Jaworowski <raj@semihalf.com>
+Date:  Tue Jan 15 12:52:31 2008 +0100
+
+    ppc: Refactor cache routines, so there is only one common set.
+
+    Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
+
+commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
+Author: Jon Loeliger <jdl@jdl.com>
+Date:  Wed Jan 23 15:55:02 2008 -0600
+
+    86xx: Fix compilation warning in sys_eprom.c
+
+    sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit 65230107025733e89e28fd5e5cfd916d4953c28a
+Author: Haavard Skinnemoen <hskinnemoen at>
+Date:  Fri Feb 22 11:40:50 2008 +0000
+
+    Move AT91RM9200DK board support under board/atmel
+
+    We already have a vendor subdir for Atmel, so we should use it.
+
+    Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
+
+commit 6d0943a6be99977d6d853d51749e9963d68eb192
+Author: Andreas Engel <andreas.engel@ericsson.com>
+Date:  Mon Jan 14 09:06:52 2008 +0000
+
+    ARM: cleanup duplicated exception handlingcode
+
+    Move duplicated exception handling code into lib_arm.
+
+    Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
+
+commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
+Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
+Date:  Fri Feb 1 10:09:03 2008 +0000
+
+    Support for Artila M-501 starter kit
+
+    Kimmo Leppala / Sysart and
+    Timo Tuunainen / Sysart
+
+commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
+Author: Stelian Pop <stelian@popies.net>
+Date:  Mon Feb 11 10:50:19 2008 +0000
+
+    AT91CAP9 support
+
+    ---------------------------------
+
+    read_dataflash() takes a signed char pointer as a parameter. Silence a
+    few warnings dues to incorrect parameter types in env_dataflash.c.
+
+    Signed-off-by: Stelian Pop <stelian@popies.net>
+
+commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
+Author: Stelian Pop <stelian@popies.net>
+Date:  Thu Feb 7 09:42:57 2008 +0000
+
+    AT91CAP9 support : move board files to Atmel vendor directory.
+
+    AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
+
+    Signed-off-by: Stelian Pop <stelian@popies.net>
+
+commit 7263ef191b87da94768f762c7093bedeb70db98f
+Author: Stelian Pop <stelian at>
+Date:  Thu Jan 3 21:15:56 2008 +0000
+
+    AT91CAP9 support : MACB changes
+
+    Signed-off-by: Stelian Pop <stelian <at> popies.net>
+    Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
+
+commit 6afcabf11d7321850f4feaadfee841488ace54c5
+Author: Stelian Pop <stelian@popies.net>
+Date:  Thu Feb 7 16:37:54 2008 +0000
+
+    AT91CAP9 support : board/ files
+
+    Signed-off-by: Stelian Pop <stelian@popies.net>
+
+commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
+Author: Stelian Pop <stelian at>
+Date:  Wed Jan 30 21:15:54 2008 +0000
+
+    AT91CAP9 support : cpu/ files
+
+    Signed-off-by: Stelian Pop <stelian <at> popies.net>
+
+commit fa506a926cec348805143576c941f8e61b333cc0
+Author: Stelian Pop <stelian@popies.net>
+Date:  Thu Jan 31 21:15:53 2008 +0000
+
+    AT91CAP9 support : include/ files
+
+    Signed-off-by: Stelian Pop <stelian@popies.net>
+
+commit 20b197c6f2799af399a68f96a1aff543a75621b8
+Author: Stelian Pop <stelian@popies.net>
+Date:  Sun Jan 20 19:49:21 2008 +0000
+
+    AT91CAP9 support : build integration
+
+    Signed-off-by: Stelian Pop <stelian@popies.net>
+
+commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
+Author: Stelian Pop <stelian@popies.net>
+Date:  Sun Jan 20 21:07:00 2008 +0000
+
+    Improve DataFlash CS definition.
+
+    Use a structure instead of the error prone unnamed array to
+    define the possible dataflash banks.
+
+    Signed-off-by: Stelian Pop <stelian@popies.net>
+
+commit a6cdd21b56014208706238712a853a9e9a0a2290
+Author: Stelian Pop <stelian@popies.net>
+Date:  Sat Jan 19 21:09:35 2008 +0000
+
+    Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
+
+    Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
+
+    cpu/arm926ejs/start.o: In function `cpu_init_crit':
+    .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
+
+    Signed-off-by: Stelian Pop <stelian@popies.net>
+
+commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
+Author: Peter Pearse <peter.pearse@arm.com>
+Date:  Fri Feb 1 16:50:24 2008 +0000
+
+    Fix timer overflow in DaVinci
+    Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
+
+commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
+Author: Peter Pearse <peter.pearse@arm.com>
+Date:  Fri Feb 1 16:49:08 2008 +0000
+
+    Update board NetStar
+    Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
+
+commit b7f6193e76651e1fd606e46eb11915b53cb6618b
+Author: Niklaus Giger <niklaus.giger@netstal.com>
+Date:  Tue Feb 5 10:26:42 2008 +0100
+
+    ppc4xx: HCU4/5. Fix make O=../xx
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+
+commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
+Author: Larry Johnson <lrj@acm.org>
+Date:  Tue Jan 22 08:51:59 2008 -0500
+
+    ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
+
+    Signed-off-by: Larry Johnson <lrj@acm.org>
+
+commit fe891ecf4d187e9d11dde869ed4623af52b54451
+Author: Hiroshi Ito <ito@mlb.co.jp>
+Date:  Thu Jan 31 18:35:04 2008 +0900
+
+    NFS Timeout with large files.
+
+    Retry to send NFS packet before reaching timeout.
+
+    Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
+
+commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
+Author: Johannes Stezenbach <js@sig21.net>
+Date:  Tue Jan 29 00:11:25 2008 +0100
+
+    Add dependencies to avoid race conditions with parallel make.
+
+    Signed-off-by: Johannes Stezenbach <js@sig21.net>
+
+commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Jan 28 05:46:01 2008 -0500
+
+    Mark board_init_[fr] as noreturn
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 161b2af4d7b48fd602ce333c355a4df0337892bb
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Jan 28 05:28:50 2008 -0500
+
+    Only use TEXT_BASE if defined by the board
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 1b769881750030f10743808b9d6013e11f559350
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Fri Jan 25 07:54:47 2008 +0100
+
+    Fix remaining CONFIG_COMMANDS
+
+    update comments
+    Fix coding style
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
+Author: Niklaus Giger <niklaus.giger@netstal.com>
+Date:  Mon Jan 21 16:46:00 2008 +0100
+
+    Add *~ to .gitignore
+
+    One should never add a backup file ending in with ~ to the git repository.
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+
+commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Thu Jan 17 00:02:10 2008 -0600
+
+    Remove duplicate defines for ARRAY_SIZE
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit c77ce474b1c57b13e9d36d9830f147966c143694
+Author: Stelian Pop <stelian@popies.net>
+Date:  Mon Jan 14 22:08:14 2008 +0100
+
+    Fix incorrect address test in AT91F_DataflashSelect().
+
+    Signed-off-by: Stelian Pop <stelian@popies.net>
+
+commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Feb 13 15:09:58 2008 -0600
+
+    Fix building of fdt_support.c if DEBUG set
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
+Author: Jon Loeliger <jdl@freescale.com>
+Date:  Tue Feb 12 14:53:28 2008 -0600
+
+    Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
+
+    These replace direct structure references for IMMR sections.
+
+    Signed-off-by: Jon Loeliger <jdl@freescale.com>
+
+commit c62776be8dca4097ca03d4f9415f08d4887b45d0
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Feb 12 00:45:06 2008 +0100
+
+    Get rid of "#undef DEBUG" from board config files.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
+Author: Timur Tabi <timur@freescale.com>
+Date:  Tue Jan 15 17:09:41 2008 -0600
+
+    Remove #undef DEBUG from MPC83xx board header files
+
+    Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
+    The inclusion of this line makes it impossible to enable debug code in
+    other source files, because "#define DEBUG" typically needs to be defined
+    before any header files are included.
+
+    Signed-off-by: Timur Tabi <timur@freescale.com>
+
+commit 69018ce2e086e9caf35b914d675b82bc4888f077
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Thu Jan 17 08:25:45 2008 -0600
+
+    QE: Move FDT support into a common file
+
+    Move the flat device tree setup for QE related devices into
+    a common file shared between 83xx & 85xx platforms that have QE's.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 5cf746c303710329f8040d9c62ee354313e3e91f
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:59:09 2008 +0100
+
+    [new uImage] Move kernel data find code to get_kernel() routine
+
+    Verification of the kernel image (in old format) and finding kernel
+    data is moved to a dedicated routine. The routine will also hold
+    support for, to be added, new image format.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 7b325454fd231d4273de3fe373850f777fb086bf
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:58:20 2008 +0100
+
+    [new uImage] Cleanup FDT handling in PPC do_boot_linux()
+
+    Move FDT blob finding and relocation to a dedicated
+    get_fdt() routine. It increases code readability and
+    will make adding support for new uImage format easier.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:58:13 2008 +0100
+
+    [new uImage] Cleanup do_botm_linux() boot allocations
+
+    This patch moves common pre-boot allocation steps shared between PPC
+    and M68K to a helper routines:
+
+    common:
+    - get_boot_sp_limit()
+    - get_boot_cmline()
+    - get_boot_kbd()
+
+    platform:
+    - set_clocks_in_mhz()
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:57:17 2008 +0100
+
+    [new uImage] Move ramdisk loading to a common routine
+
+    Ramdisk loading code, including initrd_high variable handling,
+    was duplicated for PPC and M68K platforms. This patch creates
+    common helper routine that is being called from both platform
+    do_bootm_linux() routines.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:55:53 2008 +0100
+
+    [new uImage] Removed dead ramdisk code on microblaze architectures
+
+    Microblaze do_bootm_linux() includes ramdisk processing code but
+    the ramdisk does not get used anywhere later on.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 5ad03eb3854c162684222a718b44c0716ea0db03
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:55:39 2008 +0100
+
+    [new uImage] Factor out common image_get_ramdisk() routine
+
+    Architecture specific do_bootm_linux() routines share common
+    ramdisk image processing code. Move this code to a common
+    helper routine.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:20:08 2008 +0100
+
+    [new uImage] Move FDT error printing to common fdt_error() routine
+
+    FDT error handling in PPC do_bootm_linux() shares the same message format.
+    This patch moves error message printing to a helper fdt_error() routine.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+    Acked-by: Gerald Van Baren <vanbaren@cideas.com>
+
+commit 42b73e8ee00d48004791dea64b8093fb974c57e1
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:20:07 2008 +0100
+
+    [new uImage] Factor out common routines for getting os/arch/type/comp names
+
+    Move numeric-id to name translation for image os/arch/type/comp header
+    fields to a helper routines: image_get_os_name(), image_get_arch_name(),
+    image_get_type_name(), image_get_comp_name().
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit e99c26694a384221d336f6448c06a57479c0baa4
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:20:07 2008 +0100
+
+    [new uImage] Remove standalone applications handling from boootm
+
+    Standalone applications are supposed to be run using the "go" command.
+    This patch removes standalone images handling from the do_bootm().
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:20:07 2008 +0100
+
+    [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
+
+    Support for OF_FLAT_TREE is to be obsoleted in the near future,
+    remove related code from the bootm routines.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 82850f3d32a2661868ec6876bed7a22c55cef718
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:20:06 2008 +0100
+
+    [new uImage] Use image API in SH do_bootm_linux() routine
+
+    Introduce image handling API for lately added Hitachi SH architecture.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 4a995edec1ac163d9326d143ffe2b47e7543407f
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:20:06 2008 +0100
+
+    [new uImage] Rename architecture specific bootm code files
+
+    Implementation of the do_bootm_linux() and other bootm helper routines is
+    architecture specific code. As such it resides in lib_<arch> directories
+    in files named <arch>_linux.c
+
+    This patch renames those files to a more clear and accurate
+    lib_<arch>/bootm.c form.
+
+    List of the renamed files:
+       lib_arm/armlinux.c -> lib_arm/bootm.c
+       lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
+       lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
+       lib_i386/i386_linux.c -> lib_i386/bootm.c
+       lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
+       lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
+       lib_mips/mips_linux.c -> lib_mips/bootm.c
+       lib_nios/nios_linux.c -> lib_nios/bootm.c
+       lib_nios2/nios_linux.c -> lib_nios2/bootm.c
+       lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
+       lib_sh/sh_linux.c -> lib_sh/bootm.c
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 7582438c285bf0cef82909d0f232de64ec567a8a
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:20:06 2008 +0100
+
+    [new uImage] Return error on image move/uncompress overwrites
+
+    Check for overwrites during image move/uncompress, return with error
+    when the original image gets corrupted. Report clear message to the user
+    and prevent further troubles when pointer to the corrupted images is passed
+    to do_bootm_linux routine.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit f13e7b2e993c61fed1f607962501e051940d6e80
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:12:17 2008 +0100
+
+    [new uImage] Cleanup image header pointer use in bootm code
+
+    - use single image header pointer instead of a set of auxilliary variables.
+    - add multi component image helper routines: get component size/data address
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:17:10 2008 +0100
+
+    [new uImage] Cleanup cmd_bootm.c
+
+    - sort and cleanup headers, declarations, etc.
+    - group related routines
+    - cleanup indentation, white spaces
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit af13cdbc01eaf88880978bfb4f603e012818ba24
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:11:45 2008 +0100
+
+    [new uImage] Add memmove_wd() common routine
+
+    Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:11:44 2008 +0100
+
+    [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 15158971f49255ccef54f0979a942cfd3de2ae52
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:11:44 2008 +0100
+
+    [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
+
+    Use image header copy instead of a (possibly corrupted) pointer to
+    a initial image location.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:11:44 2008 +0100
+
+    [new uImage] Remove I386 uImage fake_header() routine
+
+    I386 targets are not using a uImage format, instead fake header
+    is added to ram image before it is further processed by bootm.
+
+    Remove this fixup and force proper uImage use for I386.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 559316faf7eae0614c91d77f509b57d6c4c091ba
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:11:44 2008 +0100
+
+    [new uImage] Move CHUNKSZ definition to image.h
+
+    CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
+    move this definition to a common header.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:11:43 2008 +0100
+
+    [new uImage] Move gunzip() common code to common/gunzip.c
+
+    Move gunzip(), zalloc() and zfree() to a separate file.
+    Share zalloc() and zfree() with cramfs uncompress routine.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit d45d5a18b6b36688f2365623f9d550566c664b5b
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:11:43 2008 +0100
+
+    [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
+
+    Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
+    readable in PPC variant of do_bootm_linux() routine.
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:11:43 2008 +0100
+
+    [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
+
+    PPC implementation of do_bootm_linux() routine is moved to
+    a dedicated file lib_ppc/ppc_linux.c
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Tue Jan 8 18:14:09 2008 +0100
+
+    [new uImage] Define a API for image handling operations
+
+    - Add inline helper macros for basic header processing
+    - Move common non inline code common/image.c
+    - Replace direct header access with the API routines
+    - Rename IH_CPU_* to IH_ARCH_*
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit ed29bc4e8142b46b626f67524207b36e43d9aad6
+Author: Marian Balakowicz <m8@semihalf.com>
+Date:  Thu Jan 31 13:19:58 2008 +0100
+
+    Add missing cmd_ximg.o to common/Makefile
+
+    Signed-off-by: Marian Balakowicz <m8@semihalf.com>
+
+commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
+Author: Grzegorz Bernacki <gjb@semihalf.com>
+Date:  Mon Jan 28 10:15:02 2008 +0100
+
+    ADS5121e: DDR2 init/timing update.
+
+    Signed-off-by: John Rigby <jrigby@freescale.com>
+    Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
+
+commit ac9152830d7fdebace8a260b7737ef2870c21ca0
+Author: John Rigby <jrigby@freescale.com>
+Date:  Wed Jan 30 13:36:57 2008 -0700
+
+    Device tree updates
+
+    Changes to match 5121 device tree going mainline in 2.6.25.
+
+    Change OF_SOC from "soc5121" to plain "soc".
+    Remove unneeded "ref-frequency" fixups.
+    Remove "address" enetaddr fixup.
+
+    Add bus-frequency fixup for old OF_SOC so old
+    kernels with old device trees will work with new
+    u-boot with 66MHz IPS clock
+
+    Signed-off-by: John Rigby <jrigby@freescale.com>
+
+commit de55d18df3ff2ea614624e74793de7c43520e0e7
+Author: John Rigby <jrigby@freescale.com>
+Date:  Wed Jan 30 13:36:56 2008 -0700
+
+    Change IPS freq to 66MHz
+
+    Recommended frequency is 66MHz
+    Change divider from 4 to 3.
+
+    Signed-off-by: John Rigby <jrigby@freescale.com>
+
+commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Mon Jan 14 22:38:55 2008 +0100
+
+    xsengine: rename board_post_init to board_late_init
+
+    missing migration from "Cleanup of some init functions"
+    in c837dcb1a316745092567bfe4fb266d0941884ff
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 8dafa87476b0d7170e219c2f5e3842c833a91807
+Author: Larry Johnson <lrj@acm.org>
+Date:  Sat Jan 12 23:35:33 2008 -0500
+
+    Add attribute POST_PREREL to ECC memory POST
+
+    Signed-off-by: Larry Johnson <lrj@acm.org>
+
+commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Thu Jan 17 08:25:45 2008 -0600
+
+    QE: Move FDT support into a common file
+
+    Move the flat device tree setup for QE related devices into
+    a common file shared between 83xx & 85xx platforms that have QE's.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit d38da537943cd36356b9d3d9d9b60533554b81d8
+Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
+Date:  Wed Jan 23 17:20:14 2008 +0100
 
-    ARM: make the machid configurable via the environment
+    AVR32: Make SDRAM refresh rate configurable
 
-    If the variable "machid" exists, let do_bootm_linux use that instead
-    of bd->bi_arch_number.
+    The existing code assumes the SDRAM row refresh period should always
+    be 15.6 us. This is not always true, and indeed on the ATNGW100, the
+    refresh rate should really be 7.81 us.
 
-    Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
+    Add a refresh_period member to struct sdram_info and initialize it
+    properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
+    panic() until the refresh_period member is updated properly.
 
-commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
-Author: Vlad Lungu <vlad@comsys.ro>
-Date:  Wed Jan 23 16:34:46 2008 +0200
+    Big thanks to Gerhard Berghofer for pointing out this issue.
 
-    Use #ifdef CONFIG_FSLDMAFEC
+    Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
 
-    MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
-    fails
+commit 61151cccb660cdb06a07fb283de6089913d7bde0
+Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
+Date:  Thu Apr 19 10:10:11 2007 +0200
 
-    Signed-off-by: Vlad Lungu <vlad@comsys.ro>
+    ATSTK1000: Fix potential flash programming bug
 
-commit 26c7bab81e08dc7bd696c48f753428a829629bd8
-Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
-Date:  Sat Jan 19 10:25:59 2008 +0900
+    The (now obsolete) atngw100 flash programming code was having problems
+    programming the onboard at49bv642 chip. The atstk1000 flash
+    programming code may have the same bug, so import fix for this problem
+    from the AVR32 Linux BSP.
 
-    common/miiphyutil.c: Cleanup MII_DEBUG and debug()
+    Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
 
-    Current MII_DEBUG is confusing in two ways. One is useless define-then-
-    undef at the top of the file. The other is there is only one debug() in
-    this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
-    While there are many useful printf()/puts() debug codes, but they are for
-    DEBUG, not for MII_DEBUG.
+commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
+Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
+Date:  Thu Nov 22 17:04:13 2007 +0100
 
-    This patch tries to put them all together into MII_DEBUG and debug().
+    ATSTK1004: Fix comment about default load address
 
-    Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
+    The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
+    wouldn't have worked anyway since the board can only access 4MB of
+    SDRAM.
 
-commit 751b9b5189f3274b03c809172631316d6b002c82
-Author: Kyungmin Park <kmpark@infradead.org>
-Date:  Thu Jan 17 16:43:25 2008 +0900
+    Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
 
-    OneNAND Initial Program Loader (IPL) support
+commit 8269ab53608d8db2aa06969c337ab0b0518211e5
+Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
+Date:  Thu Nov 22 17:01:24 2007 +0100
 
-    This patch enables the OneNAND boot within U-Boot.
-    Before this work, we used another OneNAND IPL called X-Loader based
-    on open source. With this work, we can build the oneboot.bin image
-    without other program.
+    ATSTK1002: Use SDRAM + 4MB as default load address
 
-    The build sequence is simple.
-    First, it compiles the u-boot.bin
-    Second, it compiles OneNAND IPL
-    Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
-    The mechanism is similar with NAND boot except it boots from itself.
+    Many people run into problems when they compile a big kernel and load
+    the uImage at the default SDRAM + 2MB address as the kernel will
+    overwrite the uImage as it is being unpacked. Increase the default
+    load address so that we can load a 4MB kernel image without any
+    problems.
 
-    Another thing is that you can only use the OneNAND IPL only to work
-    other bootloader such as RedBoot and so on.
+    Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
 
-    Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
+commit 2bcacc2d841b77f3d2d3910db722003742727e9f
+Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
+Date:  Thu Nov 22 16:51:39 2007 +0100
 
-commit 21f6f9636f0e978397548751347425fbf8d42bb3
-Author: Andy Fleming <afleming@freescale.com>
-Date:  Wed Jan 16 13:06:59 2008 -0600
+    ATNGW100: Fix default mtest range
 
-    Fix CONFIG_MMC usage in fat code
+    Let mtest cover the whole SDRAM except the last megabyte, which is
+    where u-boot lives.
 
-    A #if statement in fat.c depended on CONFIG_MMC, instead of
-    defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
-    as "1" rather than just defined.  Now it's better.
+    Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
 
-    Signed-off-by: Andy Fleming <afleming@freescale.com>
+commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
+Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+Date:  Tue Jan 22 15:31:56 2008 +0900
 
-commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
-Author: Rafal Jaworowski <raj@semihalf.com>
-Date:  Tue Jan 15 12:52:31 2008 +0100
+    sh: Fix register address of SH7722.
 
-    ppc: Refactor cache routines, so there is only one common set.
+    The address of SH7722 is wrong by old document.
+    This patch fixes this problem.
 
-    Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
 
-commit fe891ecf4d187e9d11dde869ed4623af52b54451
-Author: Hiroshi Ito <ito@mlb.co.jp>
-Date:  Thu Jan 31 18:35:04 2008 +0900
+commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:57 2008 -0500
 
-    NFS Timeout with large files.
+    new command for displaying strings at specified memory locations
 
-    Retry to send NFS packet before reaching timeout.
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
+commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:57 2008 -0500
 
-commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
-Author: Johannes Stezenbach <js@sig21.net>
-Date:  Tue Jan 29 00:11:25 2008 +0100
+    rewrite/cleanup Blackfin RTC driver
 
-    Add dependencies to avoid race conditions with parallel make.
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Signed-off-by: Johannes Stezenbach <js@sig21.net>
+commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:57 2008 -0500
 
-commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
+    generate u-boot.ldr for Blackfin targets
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit b779f7a59530436040f157f7841db7ab796542df
 Author: Mike Frysinger <vapier@gentoo.org>
-Date:  Mon Jan 28 05:46:01 2008 -0500
+Date:  Mon Feb 4 19:26:57 2008 -0500
 
-    Mark board_init_[fr] as noreturn
+    scrub unused symbols
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-commit 161b2af4d7b48fd602ce333c355a4df0337892bb
+commit cc2977acc3bbbb7850f16645dd1081f95335868d
 Author: Mike Frysinger <vapier@gentoo.org>
-Date:  Mon Jan 28 05:28:50 2008 -0500
+Date:  Mon Feb 4 19:26:57 2008 -0500
 
-    Only use TEXT_BASE if defined by the board
+    move Blackfin cpu object list to respective cpu directories
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-commit 1b769881750030f10743808b9d6013e11f559350
-Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-Date:  Fri Jan 25 07:54:47 2008 +0100
+commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:57 2008 -0500
 
-    Fix remaining CONFIG_COMMANDS
+    interface to Blackfin on-chip One-Time-Programmable memory
 
-    update comments
-    Fix coding style
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:56 2008 -0500
 
-commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
-Author: Niklaus Giger <niklaus.giger@netstal.com>
-Date:  Mon Jan 21 16:46:00 2008 +0100
+    add support for memory commands with Blackfin L1 instruction memory
 
-    Add *~ to .gitignore
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    One should never add a backup file ending in with ~ to the git repository.
+commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:56 2008 -0500
 
-    Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
+    use C code rather than inline assembly
 
-commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
-Author: Kumar Gala <galak@kernel.crashing.org>
-Date:  Thu Jan 17 00:02:10 2008 -0600
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Remove duplicate defines for ARRAY_SIZE
+commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:56 2008 -0500
 
-    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+    add Blackfin-specific reginfo command
 
-commit c77ce474b1c57b13e9d36d9830f147966c143694
-Author: Stelian Pop <stelian@popies.net>
-Date:  Mon Jan 14 22:08:14 2008 +0100
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Fix incorrect address test in AT91F_DataflashSelect().
+commit 0858b835e7ea501ea084d34cef75932f098342bb
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:55 2008 -0500
 
-    Signed-off-by: Stelian Pop <stelian@popies.net>
+    add support for Blackfin symbol prefixes to examples
 
-commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
-Author: Kumar Gala <galak@kernel.crashing.org>
-Date:  Wed Feb 13 15:09:58 2008 -0600
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Fix building of fdt_support.c if DEBUG set
+commit 8dc48d71a4be753ea9f84956cd33600de35fad04
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:55 2008 -0500
 
-    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+    add Blackfin-specific bdinfo command
 
-commit c62776be8dca4097ca03d4f9415f08d4887b45d0
-Author: Wolfgang Denk <wd@denx.de>
-Date:  Tue Feb 12 00:45:06 2008 +0100
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Get rid of "#undef DEBUG" from board config files.
+commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:55 2008 -0500
 
-    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
 
-commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
-Author: Timur Tabi <timur@freescale.com>
-Date:  Tue Jan 15 17:09:41 2008 -0600
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Remove #undef DEBUG from MPC83xx board header files
+commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:55 2008 -0500
 
-    Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
-    The inclusion of this line makes it impossible to enable debug code in
-    other source files, because "#define DEBUG" typically needs to be defined
-    before any header files are included.
+    unify the Blackfin board targets
 
-    Signed-off-by: Timur Tabi <timur@freescale.com>
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-commit 69018ce2e086e9caf35b914d675b82bc4888f077
-Author: Kumar Gala <galak@kernel.crashing.org>
-Date:  Thu Jan 17 08:25:45 2008 -0600
+commit d4d7730853e5d675f76ec666807da3028c91d592
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:55 2008 -0500
 
-    QE: Move FDT support into a common file
+    punt Blackfin VDSP headers and import sanitized/auto-generated ones
 
-    Move the flat device tree setup for QE related devices into
-    a common file shared between 83xx & 85xx platforms that have QE's.
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:54 2008 -0500
 
-commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
-Author: Grzegorz Bernacki <gjb@semihalf.com>
-Date:  Mon Jan 28 10:15:02 2008 +0100
+    always pull in asm/blackfin.h for Blackfin ports
 
-    ADS5121e: DDR2 init/timing update.
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Signed-off-by: John Rigby <jrigby@freescale.com>
-    Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
+commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:54 2008 -0500
 
-commit ac9152830d7fdebace8a260b7737ef2870c21ca0
-Author: John Rigby <jrigby@freescale.com>
-Date:  Wed Jan 30 13:36:57 2008 -0700
+    add missing __raw versions of Blackfin read/write io functions
 
-    Device tree updates
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Changes to match 5121 device tree going mainline in 2.6.25.
+commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:54 2008 -0500
 
-    Change OF_SOC from "soc5121" to plain "soc".
-    Remove unneeded "ref-frequency" fixups.
-    Remove "address" enetaddr fixup.
+    add the default Blackfin logo used by Blackfin boards with splash screens
 
-    Add bus-frequency fixup for old OF_SOC so old
-    kernels with old device trees will work with new
-    u-boot with 66MHz IPS clock
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Signed-off-by: John Rigby <jrigby@freescale.com>
+commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:54 2008 -0500
 
-commit de55d18df3ff2ea614624e74793de7c43520e0e7
-Author: John Rigby <jrigby@freescale.com>
-Date:  Wed Jan 30 13:36:56 2008 -0700
+    add some more Blackfin docs
 
-    Change IPS freq to 66MHz
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    Recommended frequency is 66MHz
-    Change divider from 4 to 3.
+commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:54 2008 -0500
 
-    Signed-off-by: John Rigby <jrigby@freescale.com>
+    make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
 
-commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
-Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-Date:  Mon Jan 14 22:38:55 2008 +0100
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-    xsengine: rename board_post_init to board_late_init
+commit 4087bc88cebec75c432a7fe9f6afb545b0919831
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:54 2008 -0500
 
-    missing migration from "Cleanup of some init functions"
-    in c837dcb1a316745092567bfe4fb266d0941884ff
+    fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
 
-    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
-commit 8dafa87476b0d7170e219c2f5e3842c833a91807
-Author: Larry Johnson <lrj@acm.org>
-Date:  Sat Jan 12 23:35:33 2008 -0500
+commit b45264ee85cbd92020640a32e02fb434fd557108
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Feb 4 19:26:53 2008 -0500
 
-    Add attribute POST_PREREL to ECC memory POST
+    add gitignores for Blackfin pieces
 
-    Signed-off-by: Larry Johnson <lrj@acm.org>
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
@@ -274,6 +4718,19 @@ Date:     Fri Jan 18 01:14:03 2008 +0100
 
     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
 
+commit e56b4b494cd92def577969f9678395aa22d34c9f
+Author: Timur Tabi <timur@freescale.com>
+Date:  Wed Jan 9 14:35:26 2008 -0600
+
+    85xx,86xx: Determine I2C clock frequencies and store in global_data
+
+    Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
+
+    Update the get_clocks() function in 85xx and 86xx to determine the I2C
+    clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
+
+    Signed-off-by: Timur Tabi <timur@freescale.com>
+
 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
 Author: Wolfgang Denk <wd@denx.de>
 Date:  Thu Dec 27 10:56:54 2007 +0100
@@ -359,6 +4816,41 @@ Date:     Tue Dec 18 16:00:54 2007 -0800
 
     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
 
+commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
+Author: Stefan Roese <sr@denx.de>
+Date:  Fri Feb 1 09:38:29 2008 +0100
+
+    ppc4xx: Fix ndfc HW ECC byte order
+
+    The current ndfc HW ECC implementation swaps the first two ECC bytes.
+    But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
+    so this swapping in the HW ECC driver is bogus. This patch fixes this
+    problem and now really uses the SMC ECC byte order.
+
+    Thanks to Sean MacLennan for pointing this out.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
+Author: Stefan Roese <sr@denx.de>
+Date:  Wed Jan 30 15:35:50 2008 +0100
+
+    ppc4xx: Fix GPIO configuration for pcs440ep
+
+    The SRD0_PFC0 register was not configured correctly to enable the GPIO's
+    49-63 for GPIO. They have been configured as trace signals. This patch
+    fixes this by clearing the corresponding bit.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
+Author: Stefan Roese <sr@denx.de>
+Date:  Wed Jan 30 14:48:28 2008 +0100
+
+    ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
 Author: Ladislav Michl <ladis@linux-mips.org>
 Date:  Fri Dec 7 00:42:32 2007 +0100
@@ -486,6 +4978,79 @@ Date:     Fri Jan 25 09:56:17 2008 +0100
 
     Signed-off-by: Wolfgang Denk <wd@denx.de>
 
+commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
+Author: Becky Bruce <becky.bruce@freescale.com>
+Date:  Wed Jan 23 16:31:06 2008 -0600
+
+    86xx: Add reginfo command
+
+    Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
+
+commit ddcebcb638715a6278da93b553d5016f99823816
+Author: Becky Bruce <becky.bruce@freescale.com>
+Date:  Wed Jan 23 16:31:05 2008 -0600
+
+    86xx: Add print_laws function to fsl_law.c
+
+    This can be used for debug, and will be used by board code
+    to help implement reginfo.
+
+    Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
+
+commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
+Author: Becky Bruce <becky.bruce@freescale.com>
+Date:  Wed Jan 23 16:31:04 2008 -0600
+
+    86xx: Remove old-style law setup code
+
+    This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
+
+    Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
+
+commit 713d8186649dae874613d495b0cecaa039a98b30
+Author: Becky Bruce <becky.bruce@freescale.com>
+Date:  Wed Jan 23 16:31:03 2008 -0600
+
+    86xx: Convert sbc8641d to use new law setup code.
+
+    Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
+
+commit 031976f6364b93833e989f57e9f1e023e0be8c4c
+Author: Becky Bruce <becky.bruce@freescale.com>
+Date:  Wed Jan 23 16:31:02 2008 -0600
+
+    86xx: Convert mpc8610hpcd to new law setup method.
+
+    Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
+
+commit 4933b91f8a49e436681f163df3173beb91cac44a
+Author: Becky Bruce <becky.bruce@freescale.com>
+Date:  Wed Jan 23 16:31:01 2008 -0600
+
+    86xx: Support new law setup method and convert mpc8641
+
+    Adds the support code in cpu/mpc86xx for the new law setup code
+    recently created fsl_law.c, and changes the MPC8641HPCN config
+    to use this code.
+
+    Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
+
+commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
+Author: Becky Bruce <becky.bruce@freescale.com>
+Date:  Wed Jan 23 16:31:00 2008 -0600
+
+    86xx: Rearrange the sequence in start.S
+
+    * split the BAT initialization so that only 2 BATs (for the boot page
+    and stack) are programmed very early on.  The rest are initialized later.
+    * Move other BAT setup,  ccsrbar setup, and law setup later in the code
+    after translation has been enabled.
+
+    These changes will facilitate the moving of law and BAT initialization
+    to C code, and will aid with 36-bit physical addressing support.
+
+    Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
+
 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
 Author: Wolfgang Denk <wd@denx.de>
 Date:  Wed Jan 23 14:41:37 2008 +0100