]> git.sur5r.net Git - u-boot/blobdiff - CHANGELOG
ARM: compiler options cleanup - improve tool chain support
[u-boot] / CHANGELOG
index b9676604e3d5b56fb101659d898c5e465cf8fa0c..4b8d1328ed6e3b0d5c3dc3c27cf4d5ca9cbb1dd4 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
+commit 53cc18c71b2b920cca171874c6663e274fa80556
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Aug 10 10:38:34 2009 +0200
+
+    Minor coding style cleanup.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit d371708a1beda0f529756e614af785b30461379e
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Aug 10 09:59:10 2009 +0200
+
+    net/tftp.c: fix warning: pointer targets differ in signedness
+
+    tftp.c:294: warning: pointer targets in passing argument 1 of 'strlen'
+    differ in signedness
+
+    This was only visible for the utx8245 board which seems to have DEBUG
+    enabled.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 3ed9e943fdfe51174b23989d48563b8c1b7d2ea8
+Author: Dirk Behme <dirk.behme@googlemail.com>
+Date:  Sat Aug 8 16:06:47 2009 +0200
+
+    ARM Cortex A8: Remove bogus config.mk entries
+
+    Remove bogus config.mk entry, fix newline and remove redundant
+    omap3/config.mk
+
+    Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
+
+commit cd3dcba1422d3441503251fbc69cf2437c440781
+Author: Dirk Behme <dirk.behme@googlemail.com>
+Date:  Sat Aug 8 12:46:09 2009 +0200
+
+    OMAP3: Fix missing GPMC_CONFIG_CS0_BASE
+
+    Applying two indepenent OMAP3 patches resulted in missing
+    GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc
+    config struct" removes GPMC_CONFIG_CS0_BASE, independent patch
+    "omap3: bug fix for NOR boot support" introduces it's usage.
+    Re-introduce GPMC_CONFIG_CS0_BASE.
+
+    Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
+
+commit ba3dbaf281130029ecb970a922551902c1d80b50
+Author: Ilya Yanok <yanok@emcraft.com>
+Date:  Mon Jun 8 04:12:49 2009 +0400
+
+    mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
+
+    This is a port of Linux driver for SDHC host controller hardware
+    found on Freescale's MX2 and MX3 processors. Uses new generic MMC
+    framework (CONFIG_GENERIC_MMC) and it looks like there are some
+    problems with a framework (at least on LE cpus). Some of these
+    problems are addressed in the following patches.
+
+    Signed-off-by: Ilya Yanok <yanok@emcraft.com>
+
+commit 642d7b63c343633dcafc4e23a20e32604a05ff13
+Author: Alessandro Rubini <rubini-list@gnudd.com>
+Date:  Fri Aug 7 12:35:47 2009 +0200
+
+    kirkwood/gpio.h: remove duplicate definition
+
+    Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
+
+commit 3ac374c0f0b7d856f1a43317a286f2079106bd6a
+Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
+Date:  Fri Aug 7 12:37:36 2009 +0200
+
+    Add driver for the ST M95xxx SPI EEPROM
+
+    This chip is used in a number of boards manufactured by Calao-Systems
+    which should be supported soon. This driver provides the necessary
+    spi_read and spi_write functions necessary to communicate with the chip.
+
+    Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
+
+commit 30951960bae9a2c33e324a7165962a082e913f9e
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Fri Aug 7 22:27:32 2009 +0530
+
+    arm: Sheevaplug: Fixed NAND specific warning
+
+    It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
+    for NAND specific warning removal, same is done in this patch
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+
+commit 317734966e763fdee183898c0ed940c9bada2541
+Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
+Date:  Fri Aug 7 13:53:20 2009 -0400
+
+    Dual-license IBM code contributions
+
+    It was brought to our attention that U-Boot contains code derived from the
+    IBM OpenBIOS source code originally provided with some of the older PowerPC
+    4xx development boards.  As a result, the original license of this code has
+    been carried in the various files for a number of years in the U-Boot project.
+
+    IBM is dual-licensing the IBM code contributions already present in U-Boot
+    under either the terms of the GNU General Public License version 2, or the
+    original code license already present.
+
+    Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
+
+commit cfd700be9f5ed289fd57a9bd61e266319badcb0d
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Aug 5 09:03:54 2009 -0500
+
+    fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges
+
+    If the size of a region equal to 4G it can't be represnted in a 32-bit
+    BAR so we should have marked that case as MEM64.
+
+    Additionally bump the number of inbound windows up to 4 to handle the
+    fact that Freescale PPCs that have an implicit window for CCSRBAR.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 59b4d7471c42e955bd9846892a0cc7478171778d
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Aug 6 21:29:59 2009 +0200
+
+    ARM EABI: add new helper functions resp. function names
+
+    The ARM EABI defines new names for GCC helper functions,
+    and GCC seems to need some new functions as well.
+
+    This patch is a minimal-invasive approach to fix problems with EABI
+    conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes").
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Tested-by: Dirk Behme <dirk.behme@googlemail.com>
+
+commit 197324d7d998a791e5137b8176981b4af25220ae
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Wed Aug 5 16:18:44 2009 -0500
+
+    hush: Fix bogus free() call
+
+    An off-by-one error in hush.c resulted in an unintentional free() call
+    every time a command was executed
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+
+commit ff27650bb255e2275a212357b78c3b77cbf1d2e9
+Author: Detlev Zundel <dzu@denx.de>
+Date:  Wed Aug 5 18:37:45 2009 +0200
+
+    digsy_mtc: Update default environment
+
+    Signed-off-by: Detlev Zundel <dzu@denx.de>
+
+commit 0b40bd439a33bde9e3cccf1acb5744225d0c6103
+Author: Detlev Zundel <dzu@denx.de>
+Date:  Wed Aug 5 18:37:44 2009 +0200
+
+    digsy_mtc: Add delay in SPI transfers to the companion controller.
+
+    While at it, remove initialization of variables which will be set
+    before usage in all cases.
+
+    Signed-off-by: Detlev Zundel <dzu@denx.de>
+
+commit 0bf00750e082a004e5fb058925622ae72890cc56
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Wed Aug 5 18:37:43 2009 +0200
+
+    digsy_mtc: minor fixes for mtc command help
+
+    Add mtc state subcommand description to the
+    help of mtc command.
+
+    Remove some newlines in description of commands
+    for proper help formating.
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 5cc69084189bf49aa99d13d57515be72d1844bdf
+Author: Grzegorz Bernacki <gjb@semihalf.com>
+Date:  Wed Aug 5 18:37:42 2009 +0200
+
+    digsy_mtc: Add mtc state command.
+
+    Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
+
+commit 716655288a53c95fad203ebf21d0b8ffdc2f7525
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Jul 28 22:35:39 2009 +0200
+
+    Partition support: remove newline from partition name
+
+    Remove bogus newline character that got added to the .name field of
+    the disk_partition_t structure.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 3f1649fb0dfb1e5c8890de154c332c394db5cdb5
+Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
+Date:  Tue Jul 28 09:33:17 2009 +0200
+
+    Fix LZMA string.h header inclusion issue and remove unused variables.
+
+    Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
+
+commit 1c6232f1e2eae87e0e36d489611eb6891dff21e1
+Author: Jens Scharsig <esw@bus-elektronik.de>
+Date:  Mon Jul 27 15:28:42 2009 +0200
+
+    bus_vcxk.c: fix warning: unused variable 'lineptr'
+
+    Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
+
+commit 18304f7675e84252965b4e24cba279071f1da472
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Fri Jul 24 17:51:27 2009 -0400
+
+    env: kill off default_environment_size
+
+    The only environment type that uses this variable is spi flash, and that is
+    only because it is reimplementing the common set_default_env() function.
+    So fix the spi flash code and kill off the default_environment_size in the
+    process.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit bedd8403f77f790e9876578885eab1200ba2f8d8
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Thu Jul 23 16:37:48 2009 -0400
+
+    export SPI functions to standalone apps
+
+    While we're here, fix the broken #ifdef handling in _exports.h.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 3b9043a7c03290c9bdbef03848307263f5f3472c
+Author: Penda Naveen Kumar <pnaveen@ti.com>
+Date:  Fri Jul 31 00:06:36 2009 +0530
+
+    omap3: bug fix for NOR boot support
+
+    This patch provides bug fix, when omap3 uses nor boot.
+
+    Signed-off-by: Penda Naveen Kumar<pnaveen@ti.com>
+    Acked-by: Dirk Behme <dirk.behme@googlemail.com>
+
+commit 61c68ae0b43bb5d6ab32958c45289aa197b1a2d1
+Author: Michael Evans <horse_dung@hotmail.com>
+Date:  Mon Jul 13 20:13:45 2009 +0100
+
+    Fix examples for OMAP3 boards...
+
+    The attached patch corrects an error in the examples/Makefile which
+    causes the applications in the examples directory to hang on OMAP3
+    based boards. The current Makefile sets -Ttext during linking to
+    0x0c100000 which is outside of addressable SDRAM memory. The script
+    corrects the existing ifeq...else...endif logic to look at the VENDOR
+    tag rather than the CPU tag.
+
+    The patch affects the following configs: omap3_beagle_config,
+    omap3_overo_config, omap3_evm_config, omap3_pandora_config,
+    omap3_zoom1_config and omap3_zoom2_config.
+
+    Signed-off-by: Michael Evans <horse_dung@hotmail.com>
+
+    Edited commit message.
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit a3d1421dfd0bb1a729e171f8a093ac837f92cec6
+Author: Dirk Behme <dirk.behme@googlemail.com>
+Date:  Sat Aug 8 09:30:23 2009 +0200
+
+    omap3: use only fixed-size types inside ctrl_structs
+
+    replace variable types in ctrl_structs for omap3 by those with
+    fixed size (u8, u16, u32).
+    Additional ifndef-protection is needed by examples which do not
+    compile when including asm/types.h
+
+    Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
+    Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
+
+commit 894113529e3a04871544dde977d6d7adee05d3bf
+Author: Dirk Behme <dirk.behme@googlemail.com>
+Date:  Sat Aug 8 09:30:22 2009 +0200
+
+    omap3: replace all instances of gpmc config struct by one global
+
+    Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
+    Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
+
+commit 97a099eaa48d5c762c4f73c52c3090c513b8b877
+Author: Dirk Behme <dirk.behme@googlemail.com>
+Date:  Sat Aug 8 09:30:21 2009 +0200
+
+    omap3: remove typedefs for configuration structs
+
+    Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
+    Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
+
+commit aa0707897c49c330b7d6b8d8362e44f60f224732
+Author: Roy Zang <tie-fei.zang@freescale.com>
+Date:  Fri Jul 31 13:34:02 2009 +0800
+
+    Add Intel E1000 PCIE card support
+
+    Based on Intel PRO/1000 Network Driver 7.3.20-k2
+      Add Intel E1000 PCIE card support. The following cards are added:
+      INTEL_82571EB_COPPER
+      INTEL_82571EB_FIBER,
+      INTEL_82571EB_SERDES
+      INTEL_82571EB_QUAD_COPPER
+      INTEL_82571PT_QUAD_COPPER
+      INTEL_82571EB_QUAD_FIBER
+      INTEL_82571EB_QUAD_COPPER_LOWPROFILE
+      INTEL_82571EB_SERDES_DUAL
+      INTEL_82571EB_SERDES_QUAD
+      INTEL_82572EI_COPPER
+      INTEL_82572EI_FIBER
+      INTEL_82572EI_SERDES
+      INTEL_82572EI
+      INTEL_82573E
+      INTEL_82573E_IAMT
+      INTEL_82573L
+      INTEL_82546GB_QUAD_COPPER_KSP3
+      INTEL_80003ES2LAN_COPPER_DPT
+      INTEL_80003ES2LAN_SERDES_DPT
+      INTEL_80003ES2LAN_COPPER_SPT
+      INTEL_80003ES2LAN_SERDES_SPT
+
+     82571EB_COPPER dual ports,
+     82572EI single port,
+     82572EI_COPPER single port PCIE cards
+     and
+     82545EM_COPPER,
+     82541GI_LF
+     pci cards are tested on both  P2020 board
+     and MPC8544DS board.
+
+     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
+
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 86848a74c3c8eb2f8dd179d039ee604dc45288cf
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Wed Jul 15 21:31:28 2009 -0400
+
+    net: sync env ethaddr to device enetaddr in eth_init()
+
+    In the previous enetaddr refactoring, the assumption with commit 56b555a644
+    was that the eth layer would handle the env -> device enetaddr syncing.
+    This was not the case as eth_initialize() is called only once and the sync
+    occurs there.  So make sure the eth_init() function does the env -> device
+    sync with every network init.
+
+    Reported-by: Andrzej Wolski <awolski@poczta.fm>
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 0ebf04c607b54a352629dcf7e76b76f1785dae54
+Author: Robin Getz <rgetz@blackfin.uclinux.org>
+Date:  Thu Jul 23 03:01:03 2009 -0400
+
+    minor debug cleanups in ./net
+
+     Minor ./net cleanups - no functional changes
+      - change #ifdef DEBUG printf(); #endif to just debug()
+      - changed __FUNCTION__ to __func__
+      - got rid of extra whitespace between function and opening brace
+      - removed unnecessary braces on if statements
+
+     gcc dead code elimination should make this functionally/size equivalent
+     when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
+
+     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
+
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e
+Author: Matthias Ludwig <mludwig@ultratronik.de>
+Date:  Tue May 19 09:09:31 2009 +0200
+
+    omap3: embedd gpmc_cs into gpmc config struct
+
+    Embedd chip select configuration into struct for gpmc config
+    instead of having it completely separated as suggested by
+    Wolfgang Denk on
+    http://lists.denx.de/pipermail/u-boot/2009-May/052247.html
+
+    Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
+
+commit 06bffc6ea52d4b390843d295d438b2037d12e5fd
+Author: David Brownell <david-b@pacbell.net>
+Date:  Thu Jul 16 18:40:55 2009 -0700
+
+    rm9200 lowevel_init: don't touch reserved/readonly registers
+
+    For some reason the AT91rm9200 lowlevel init writes to a bunch of
+    reserved or read-only addresses.  All the boards seem to define the
+    value-to-be-written values as zero ... but they shouldn't actually
+    be writing *anything* there.
+
+    No documented erratum justifies these accesses.  It looks like maybe
+    some pre-release BDI-2000 setup code has been carried along by cargo
+    cult programming since at least late 2004 (per GIT history).
+
+    Here's a patch disabling what seems to be bogosity.  Tested on a
+    csb337; there were no behavioral changes.
+
+    Signed-off-by: David Brownell <david-b@pacbell.net>
+
+    on RM9200ek
+    Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 301b7db88fbdf7d118efb79b371b2527a2c31868
+Author: David Hunter <hunterd42@gmail.com>
+Date:  Thu Jul 30 14:32:49 2009 -0700
+
+    pxa: Fix typo in GCDR(x)
+
+    Fix a typo in the GCDR(x) macro. It's a good thing no one was using it.
+
+    Signed-off-by: David Hunter <hunterd42@gmail.com>
+
+commit 3c448e648221879ae0e030e94508b4f9f63b7ab8
+Author: Eric Benard <eric@eukrea.com>
+Date:  Sat Jul 18 23:45:15 2009 +0200
+
+    Add AT91SAM9260 to at91's lowlevel_init.S
+
+    Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260.
+
+    Signed-off-by: Eric Benard <eric@eukrea.com>
+
+commit 56bdfa961242fc6acaeebc800640a12b28db3899
+Author: Dirk Eibach <eibach@gdsys.de>
+Date:  Thu Jul 30 09:36:33 2009 +0200
+
+    ppc4xx: Remove check for PPC460EX from CompactCenter
+
+    Signed-off-by: Dirk Eibach <eibach@gdsys.de>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit c3fa4f0c8684c862ecd3fb622fab1e17e44e82e1
+Author: Stefan Roese <sr@denx.de>
+Date:  Wed Jul 29 08:46:10 2009 +0200
+
+    ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC Canyonlands
+
+    This patch is based on a diff created by Phong Vo from AMCC.
+
+    Signed-off-by: Phong Vo <pvo@amcc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 89bcc4875007ef6608297dc11e7a0d1fbd9900d2
+Author: Stefan Roese <sr@denx.de>
+Date:  Wed Jul 29 08:45:27 2009 +0200
+
+    ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chips
+
+    This patch is based on a diff created by Phong Vo from AMCC.
+
+    Signed-off-by: Phong Vo <pvo@amcc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 82a7edc7ea8f5fe55fed4ff7e127469569e539c4
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Jul 28 15:12:04 2009 +0200
+
+    ppc4xx: Canyonlands-NAND-boot: Support 2 Crucial 512MByte SODIMM's
+
+    Some Canyonlands boards are equipped with different SODIMM's. This is no
+    problem with the "normal" NOR booting Canyonlands U-Boot, since it
+    automatically detects the SODIMM's via SPD data and correctly configures
+    them. But the NAND booting version is different. Here we only have 4k
+    of image size to completely setup the hardware, including DDR2 setup.
+    So we need to use a fixed DDR2 setup here. This doesn't work for different
+    SODIMM's right now.
+
+    Currently only this Crucial SODIMM is support:
+    CT6464AC667.8FB (dual ranked)
+
+    Now some boards are shipped with this SODIMM:
+    CT6464AC667.4FE (single ranked)
+
+    This patch now supports both SODIMM's by configuring first for the dual
+    ranked DIMM. A quick shows, if this module is really installed. If this test
+    fails, the DDR2 controller is re-configured for the single
+    ranked SODIMM.
+
+    Tested with those SODIMM's:
+
+    CT6464AC667.8FB (dual ranked)
+    CT6464AC667.4FE (single ranked)
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 27dd5f8e1062684f1ba685760409d9b2ab6691bf
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Jul 28 10:56:03 2009 +0200
+
+    ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
+
+    This patch moves the load addresses for kernel, fdt and ramdisk to higher
+    addresses (>= 16MB). This enables booting of bigger kernel images (e.g.
+    lockdep enabled).
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 6942efc2be1b90054fa4afa5cda7023469fe08b9
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Jul 28 10:50:32 2009 +0200
+
+    ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB for big kernels
+
+    This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the
+    initial TLB on 40x PPC's in the Linux kernel. With this change even bigger
+    Linux kernels (> 8MB) can be booted.
+
+    This patch also sets CONFIG_SYS_BOOTM_LEN to 16MB (default 8MB) to enable
+    decompression of bigger images.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 4c2e3da82dc2b7f8b39b7f1d57f570e4bc5caa6d
+Author: Kumar Gala <kumar.gala@freescale.com>
+Date:  Tue Jul 28 21:49:52 2009 -0500
+
+    Update Freescale copyrights to remove "All Rights Reserved"
+
+    "All Rights Reserved" conflicts with the GPL.
+
+    Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
+
+commit bb4291e62579dbc611e84eaaf973631e0bf129c7
+Author: Alessandro Rubini <rubini@unipv.it>
+Date:  Fri Jul 24 11:27:14 2009 +0200
+
+    arm nomadik: add i2c
+
+    Signed-off-by: Alessandro Rubini <rubini@unipv.it>
+    Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
+    Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 60cbfbfd0fbebb4682f10ba96f622bfe17317598
+Author: Alessandro Rubini <rubini@unipv.it>
+Date:  Fri Jul 24 11:27:03 2009 +0200
+
+    arm nomadik: add gpio support
+
+    Signed-off-by: Alessandro Rubini <rubini@unipv.it>
+    Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
+    Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 549b98306d897ae5991362d6096a36df50efe686
+Author: Tom Rix <Tom.Rix@windriver.com>
+Date:  Sun Jun 28 12:52:32 2009 -0500
+
+    OMAP3 Remove twl4030 defines
+
+    These defines have been subplanted by the equivelent defines in
+    include/twl4030.h
+
+    Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
+    Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Acked-by: Heiko Schocher <hs@denx.de>
+
+commit fccc0fcaaae5154612f8259365d26d04f204859f
+Author: Tom Rix <Tom.Rix@windriver.com>
+Date:  Sun Jun 28 12:52:31 2009 -0500
+
+    OMAP3 Move twl4030 mmc function
+
+    Because twl4030 now has its own device files, move and rename
+    twl4030_mmc_config.
+
+    twl4030_mmc_config initializes the twl4030 power setting to
+    the mmc device.  Because it is in the twl4030 power domain, move
+    it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
+
+    The function was renamed to twl4030_power_mmc_init because all
+    the functions in this file are to have the format
+
+    twl4030_power_<device>_<action>
+
+    In this case the suffix is mmc_init so
+    device : mmc
+    action : init
+
+    Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
+    Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Acked-by: Heiko Schocher <hs@denx.de>
+
+commit 2c15513010493435c78f83202940ac3be11de2c3
+Author: Tom Rix <Tom.Rix@windriver.com>
+Date:  Sun Jun 28 12:52:30 2009 -0500
+
+    OMAP3 Move twl4030 power and led functions
+
+    Because twl4030 now has its own device files, move exiting
+    omap3 power_init_r to a new location.
+
+    power_init_r is the only function in board/omap3/common.
+    It initializes the twl4030 power for the board and enables
+    the led.
+
+    The power part of the the function is moved to twl4030_power_init in
+    drivers/power/twl4030.c The power compilation is conditional on the
+    existing config variable CONFIG_TWL4030_POWER.
+
+    The led part is moved to twl4030_led_init in the new file
+    drivers/misc/twl4030_led.c The led compilation is conditional on
+    the new config variable CONFIG_TWL4030_LED
+
+    The directory board/omap3/common was removed because power_init_r
+    was the only function in it.
+
+    Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
+    Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Acked-by: Heiko Schocher <hs@denx.de>
+
+commit 3cb7a4805fc8fb4c09e4801e1c7d531186f20190
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Jul 28 22:13:52 2009 +0200
+
+    TQM8xx* boards: set larger SMC Rx buffer len
+
+    Commit 2b3f12c2 added support for configurable SMC Rx buffer length on
+    8xx systems. Enable this feature on TQM8xx* based boards.
+
+    This fixes the problem that pasting text in the middle of a line
+    (i. e. inserting in edit mode) did not work - only the first two
+    characters got inserted, the rest was lost.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 4b7511478b62a539e5b066d19a986b75e5d9a527
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Jul 28 22:07:37 2009 +0200
+
+    Fix ext2load return code
+
+    Make the ext2load command return 0 on success (instead of the file
+    length).
+
+    Also fix output format (get rid of random newlines) and some coding
+    style issues (long lines etc.).
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 56fdaadc124a8ef9ec0fd8ff578233ec3b1137be
+Author: Weirich, Bernhard <Bernhard.Weirich@riedel.net>
+Date:  Wed Jun 10 14:00:37 2009 +0200
+
+    ext2: fix inode size and calculations
+
+    Signed-off-by: unsik Kim <donari75@gmail.com>
+    Signed-off-by: Bernhard Weirich <bernhard.weirich@riedel.net>
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Tested-by: Wolfgang Denk <wd@denx.de>
+
+commit cd7826359ee71e8f6f3d68331930ab9cbe1c990e
+Author: Tom Rix <Tom.Rix@windriver.com>
+Date:  Sun Jun 28 12:52:29 2009 -0500
+
+    TWL4030 Add power reset button
+
+    The Zoom2 power reset button is on the top right side of the
+    main board.  Press and hold for about to 8 seconds to completely
+    reset the board.
+
+    Some of the beta boards have a hardware problem that prevents
+    using this feature.  If is difficult to further characterize the
+    boards that fail.  So disable resetting for all beta boards.
+
+    The Zoom1 reset button is the red circle on the top right,
+    front of the board.  Press and hold the button for 8 seconds to
+    completely reset the board.
+
+    After analyzing beagle, it was determined that other boards
+    that use the twl4030 for power managment can also make use
+    this function.
+
+    The resetting is done by the power management part of the twl4030.
+    Since there is no existing drivers/power, add one.
+
+    The compilation of power/twl4030.h is controlled by the config
+    variable CONFIG_TWL4030_POWER
+
+    Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
+    Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Acked-by: Heiko Schocher <hs@denx.de>
+
+commit 8966eb4c1c2d894b2a76174ba904c26c5af815b8
+Author: Tom Rix <Tom.Rix@windriver.com>
+Date:  Sun Jun 28 12:52:28 2009 -0500
+
+    TWL4030 Add initial support
+
+    The TWL4030 supplies many peripherals for OMAP3 boards. These include
+    power management, usb and, keyboard.
+
+    The product description is found here:
+
+    http://focus.ti.com/docs/prod/folders/print/tps65950.html
+
+    Product reference document, tps65950.pdf, is found here:
+
+    http://www.ti.com/lit/gpn/tps65950
+
+    Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
+    Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Acked-by: Heiko Schocher <hs@denx.de>
+
+commit 7f79dfb48b7419d5caa1cf932fcff4e2fb7040af
+Author: Tom Rix <Tom.Rix@windriver.com>
+Date:  Sun Jun 28 12:52:27 2009 -0500
+
+    OMAP I2C Fix the sampling clock.
+
+    This problem is seen on Zoom1 and Zoom2 in the startup and
+    when i2c probe is used
+
+    Before :
+
+    In:    serial
+    Out:   serial
+    Err:   serial
+    timed out in wait_for_bb: I2C_STAT=1000
+    timed out in wait_for_bb: I2C_STAT=1000
+    timed out in wait_for_bb: I2C_STAT=1000
+    timed out in wait_for_pin: I2C_STAT=1000
+    I2C read: I/O error
+    timed out in wait_for_bb: I2C_STAT=1000
+    timed out in wait_for_bb: I2C_STAT=1000
+    Die ID #327c00020000000004013ddd05026013
+    Hit any key to stop autoboot:  0
+    OMAP3 Zoom1# i2c probe
+    Valid chip addresses:timed out in wait_for_bb: I2C_STAT=1000
+     02 03 04 05 06 07 08 09 0A 0B 0C 0D <snip>
+
+    After :
+
+    In:    serial
+    Out:   serial
+    Err:   serial
+    Die ID #327c00020000000004013ddd05026013
+    Hit any key to stop autoboot:  0
+    OMAP3 Zoom1# i2c probe
+    Valid chip addresses: 48 49 4A 4B
+
+    The addresses are for the twl4030.
+
+    The prescalar that converts the function clock to the sampling
+    clock is hardcoded to 0.  The reference manual recommends 7
+    if the function clock is 96MHz.
+
+    Instead of just changing the hardcoded values, the prescalar
+    is calculated from the value I2C_IP_CLK.
+
+    The i2c #defines are in kHz.  The speed passed into the
+    i2c init routine is in Hz. To be consistent, change the
+    defines to be in Hz.
+
+    The timing calculations are based on what is done in the
+    linux 2.6.30 kernel in drivers/i2c/buses/i2c_omap.c as
+    apposed to what is done in TRM.
+
+    The major variables in the timing caculations are
+    specified as #defines that can be overriden as required.
+
+    The variables and their defaults are
+
+    I2C_IP_CLK                         SYSTEM_CLOCK_96
+    I2C_INTERNAL_SAMPLING_CLK          19200000
+    I2C_FASTSPEED_SCLL_TRIM                    6
+    I2C_FASTSPEED_SCLH_TRIM                    6
+    I2C_HIGHSPEED_PHASE_ONE_SCLL_TRIM  I2C_FASTSPEED_SCLL_TRIM
+    I2C_HIGHSPEED_PHASE_ONE_SCLH_TRIM  I2C_FASTSPEED_SCLH_TRIM
+    I2C_HIGHSPEED_PHASE_TWO_SCLL_TRIM  I2C_FASTSPEED_SCLL_TRIM
+    I2C_HIGHSPEED_PHASE_TWO_SCLH               I2C_FASTSPEED_SCLH_TRIM
+
+    This was runtime verified on Zoom1, Zoom2, Beagle and Overo.
+    The 400kHz and 3.4M cases were verifed on test Zoom1,
+    Zoom2, Beagle and Overo configurations.
+
+    Testing for omap2 will be done in a second step as Nishanth
+    and Jean-Christophe commented.
+
+    Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
+    Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Acked-by: Heiko Schocher <hs@denx.de>
+
+commit 4ce5a72851ff2960543b125866c6132e0094e1ee
+Author: Heiko Schocher <hs@denx.de>
+Date:  Mon Jul 20 09:59:37 2009 +0200
+
+    arm, i2c: added support for the TWSI I2C Interface
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit 042d01c72e0ea95731708dd24bb8b6cf42e75c80
+Author: Stefan Roese <sr@denx.de>
+Date:  Mon Jul 27 09:13:38 2009 +0200
+
+    ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup
+
+    This patch fixes the problem, that the current fdt board fixup code only
+    set's one range, the one for NOR. By this it's overwriting the already
+    correctly configured values done in __ft_board_setup(). Just remove this
+    now unneeded NOR fixup and all the ranges are correctly defined.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+    Cc: Dirk Eibach <eibach@gdsys.de>
+    Cc: Felix Radensky <felix@embedded-sol.com>
+
+commit 11a1604f8d0a8d936b42f6435d004b4aa33a5d87
+Author: Stefan Roese <sr@denx.de>
+Date:  Mon Jul 27 07:42:48 2009 +0200
+
+    ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd
+
+    This patch adds some I2C bootstrap setting for NAND booting to the Kilauea
+    chip_config command ("533-nand" and "600-nand").
+
+    Additionally some incorrectly indented lines are fixed.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 5b34691ff87821891375b28ec5bcf5154575a735
+Author: Stefan Roese <sr@denx.de>
+Date:  Mon Jul 27 07:42:37 2009 +0200
+
+    ppc4xx: Kilauea: Fix SDRAM init in NAND booting version
+
+    DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx
+    targets. Otherwise the configured fixed init values for some DDR2
+    controller registers (e.g. RQDC) are not initialized at all resulting
+    in a non working SDRAM.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit f3ed3c9b7441cde936d06a1ff7b1490ff0d600e6
+Author: Stefan Roese <sr@denx.de>
+Date:  Mon Jul 27 10:53:43 2009 +0200
+
+    ppc4xx: Fix Arches DDR2 initialization
+
+    Testing on AMCC Arches with the latest U-Boot version yielded that DDR2
+    initialization is currently broken. U-Boot hangs upon relocation to SDRAM
+    or crashes with random traps. This patch fixes this problem. Arches now
+    uses a different WRDTR and CLKTR default setting than Canyonlands/Glacier.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit ab4c62c1ba788bf7f673a985d99a76d9c2fd7eca
+Author: Dirk Eibach <eibach@gdsys.de>
+Date:  Mon Jul 27 08:49:48 2009 +0200
+
+    ppc4xx: Add GDsys CompactCenter board support.
+
+    Board support for the Guntermann & Drunck CompactCenter and
+    DevCon-Center.
+    Based on the AMCC Canyonlands board support by Stefan Roese.
+
+    Signed-off-by: Dirk Eibach <eibach@gdsys.de>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit c2e49f706ba13213f3c8da3a33e88010214e1997
+Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+Date:  Sat Jul 25 06:19:12 2009 +0200
+
+    mpc83xx: Add esd VME8349 board support
+
+    This patch adds support for the esd VME8349 board equipped with the
+    MPC8349. It's a VME PMC carrier board equipped with the Tundra
+    TSI148 VME-bridge.
+
+    Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit fe613cdd4eb2c5b257a60d8dfb7759742318c28a
+Author: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date:  Thu Jul 23 17:10:55 2009 -0400
+
+    sbc8349: combine HRCW flash and u-boot image flash
+
+    Up to this point in time, the sbc8349 board was storing the u-boot
+    image in flash 2x. One for the HRCW value at the beginning of
+    flash (0xff80_0000), and once close to the end of flash (0xfff8_0000)
+    for the actual image that got executed.
+
+    This moves the TEXT_BASE to be the beginning of flash, which makes
+    the second copy of the image redundant, and frees up the flash
+    from the end of the environment storage to the end of the flash
+    device itself.
+
+    Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit be9b56df02168ca97562d6b9ec791136e4cd925a
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Thu Jul 23 14:09:38 2009 -0500
+
+    mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Jul 27 10:37:37 2009 +0200
+
+    Prepare 2009.08-rc1 (again, after fixing last minute issues).
+
+    Update CHANGELOG
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Jul 27 10:06:39 2009 +0200
+
+    cpu/arm920t/start.S: include <common.h> to have ROUND() defined
+
+    Commit fcd3c87e made include/common.h usable by assembler code but
+    failed to update cpu/arm920t/start.S
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit c9ed38cb6de50fdb4aaa60b668c555002903b211
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Jul 27 10:01:11 2009 +0200
+
+    at91cap9adk: fix #ifdef/#endif pairing (2nd try)
+
+    Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in
+    include/configs/at91cap9adk.h, but did not cate all problems.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit fb364bec5f29164d3ee681fcd9d187be8435db12
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Jul 27 09:58:14 2009 +0200
+
+    Fix include/common.h for boards with CONFIG_STATUS_LED
+
+    The reordering of include/common.h by commit fcd3c87e495f3c48 broke
+    boards with status LED support, resulting in
+       error: #error Status LED configuration missing
+    errors. Undo this reordering to avoid this issue.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 942828a0980b3cea7db698784cc7f6a3e7740b2b
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Jul 27 09:19:15 2009 +0200
+
+    ABI: fix build problems due to now needed div64 routine.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Jul 27 08:50:59 2009 +0200
+
+    PMC405DE: fix out of tree building
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Jul 27 00:24:55 2009 +0200
+
+    Prepare 2009.08-rc1
+
+    Update CHANGELOG, minor coding style fix.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit fafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22
+Author: rhabarber1848@web.de <rhabarber1848@web.de>
+Date:  Fri Jul 24 08:16:30 2009 +0200
+
+    add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines
+
+    Signed-off-by: rhabarber1848@web.de
+
+commit 3c972849f2becbf19c13a24f090d293f37ecf616
+Author: Niklaus Giger <niklaus.giger@member.fsf.org>
+Date:  Thu Jul 23 23:31:58 2009 +0200
+
+    Less verbose output when loading vxworks 6.x images
+
+    Loading vxWorks 5.x images resulted just into 3 or 4 lines of output.
+    With vxWorks 6.x and the new GCC it emits about 30 lines, which is
+    far too noisy in my opinion.
+
+    Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
+
+commit fcd3c87e495f3c48b70c919869fb1e0b93d4880b
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Fri Jul 24 00:17:48 2009 +0200
+
+    Make include/common.h usable by assembler code
+
+    Commit 70ebf316 factored out the ROUND() macro into include/common.h,
+    not realizing that the primary use of this macro on AT91 systems was
+    in start.S where common.h was not included, and could not be included
+    because it contains a lot of C code which the assembler doesn't
+    understand.
+
+    This patch wraps such code in common.h in a "#ifndef __ASSEMBLY__"
+    construct, and then adds an include to cpu/arm926ejs/start.S thus
+    solving the problem.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit deec15b3064d3bb0189aede3c2921fd7ee401a0f
+Author: Heiko Schocher <heiko.schocher@invitel.hu>
+Date:  Thu Jul 23 13:27:04 2009 +0200
+
+    arm: add _lshrdi3.S
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit 52b1bf2c5cd2f8af880dab503d0039b35570665b
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Jul 23 13:15:59 2009 +0200
+
+    Make linking against libgcc configurable
+
+    Many (especially ARM) tool chains seem to come with broken or
+    otherwise unusable (for the purposes of builing U-Boot) run-time
+    support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC"
+    setting we allow to use alternative libraries instead.
+
+    "USE_PRIVATE_LIBGCC" can either be set as an environment variable in
+    the shell, or as a command line argument when running "make", i. e.
+       $ make USE_PRIVATE_LIBGCC=yes
+    or
+       $ USE_PRIVATE_LIBGCC=yes
+       $ export USE_PRIVATE_LIBGCC
+       $ make
+
+    The value of "USE_PRIVATE_LIBGCC" is the name of the directory which
+    contains the alternative run-time support library `libgcc.a'. The
+    special value "yes" selects the directory $(OBJTREE)/lib_$(ARCH) .
+
+    Note that not all architectures provide an alternative `libgcc.a' in
+    their lib_$(ARCH) directories - so far, only ARM does.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Cc: Prafulla Wadaskar <prafulla@marvell.com>
+    cc: Stefan Roese <sr@denx.de>
+
+commit 479105065d965121f57b55dcfe83a940cba46ac1
+Author: Dirk Behme <dirk.behme@googlemail.com>
+Date:  Wed Jul 22 17:51:56 2009 +0200
+
+    Use do_div from div64.h for vsprintf
+
+    Use do_div from div64.h for vsprintf in case of 64bit division.
+    For 32bit division, do_div from div64.h can't be used as it
+    needs a 64bit parameter.
+
+    Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
+    Acked-by: Stefan Roese <sr@denx.de>
+    CC: Simon Kagstrom <simon.kagstrom@netinsight.net>
+
+commit 48287792384a93d77d43aaaa1c06cac275bbe1bb
+Author: Kyungmin Park <kmpark@infradead.org>
+Date:  Mon Jul 20 09:47:47 2009 +0900
+
+    Fix compiler warnings after loff_t change
+
+    Now 'env_addr' type is loff_t so use correct field type.
+
+    Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
+
+commit 9c67352f727a5b5eff531c852f9cff59fcb17f7f
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jul 26 23:28:02 2009 +0200
+
+    Revert "ppc: Unlock cache-as-ram in a consistent manner"
+
+    This reverts commit 982adfc610669482a32127282fe489857a92cfe3.
+
+    This patch causes problems on MPC83xx boards - flash recognition stops
+    working.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 35cf3b57eafe3ee1f693e24267e0ecfefab60251
+Author: Jens Scharsig <esw@bus-elektronik.de>
+Date:  Fri Jul 24 10:31:48 2009 +0200
+
+    update the EB+MCF-EV123 board support
+
+    This patch updates the support for EB+MCF-EV123 board and needs
+    the [PATCH 1/2 V3] new video driver for bus vcxk framebuffers
+
+    * remove the board framebuffer driver
+    * use the common bus_vcxk framebuffer driver
+    * adds bmp support
+    * adds splashimage support
+    * fix serveral cosmetical errors
+
+    Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
+    [agust@denx.de: fixed some style issues before applying]
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 04538cdb752eeea8fd23cf7ac3394439f189fb77
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Sun Jul 26 12:05:25 2009 +0200
+
+    video: bus_vcxk.c: fix style issues added by 50217dee
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 50217deeb07911d686790d34d468eb9a5245f68d
+Author: Jens Scharsig <esw@bus-elektronik.de>
+Date:  Fri Jul 24 10:09:02 2009 +0200
+
+    new video driver for bus vcxk framebuffers
+
+    This patch adds a new video driver
+
+    * adds common bus_vcxk framebuffer driver
+
+    Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
+    [agust@denx.de: fixed lots of style issues before applying]
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 60e97419246d0a3615758ad6af40680aefb5f7f1
+Author: Alessandro Rubini <rubini@gnudd.com>
+Date:  Tue Jul 21 14:09:45 2009 +0200
+
+    lcd.h: define extern vidinfo_t for all cases
+
+    include/lcd.h has different vidinfo for different platforms,
+    and several extern declaration, but one for the default case was
+    missing. This makes them a single extern declaration for everyone.
+
+    Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
+
+commit bcf0b5248952c6b03081dc5cc4ff9e0b2299c5fa
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Sun Jul 26 11:04:59 2009 +0200
+
+    mimc200.c: fix too long lines added by f68378d6
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit f68378d60a905d43155f2e89bf81999d3c93a90a
+Author: Mark Jackson <mpfj-list@mimc.co.uk>
+Date:  Tue Jul 21 11:35:22 2009 +0100
+
+    Add LCD support to MIMC200 board
+
+    This patch updates the MIMC200 files to enable the LCD.
+
+    Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
+
+commit 69f32e6c24d41fcdf347ff64e9c13b25059ace58
+Author: Mark Jackson <mpfj-list@mimc.co.uk>
+Date:  Tue Jul 21 11:18:44 2009 +0100
+
+    Add 16bit colour support in lcd.h
+
+    This patch adds support for LCD_COLOR16 in include/lcd.h.
+
+    Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
+
+commit bdc873ea063b8cc6d44c6ab748b7723a97d8d7b3
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Sun Jul 26 10:34:58 2009 +0200
+
+    lib_avr32/board.c: fix too long line added by 716ece1d
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 716ece1de9a7d43a61d8698ac41b71b64f66f9e9
+Author: Mark Jackson <mpfj-list@mimc.co.uk>
+Date:  Tue Jul 21 11:11:37 2009 +0100
+
+    Add AVR32 LCD support
+
+    This patch adds support for the AVR32 LCD controller.  This patch is
+    based off the latest u-boot-video.
+
+    A quick summary of what's going on:-
+
+    Enable LCDC pixel clock
+    Enable LCDC port pins
+    Add framebuffer pointer to global_data struct
+    Allocate framebuffer
+
+    To use the new code, update your board config to include something like
+    this:-
+
+    #define CONFIG_LCD                 1
+
+    #if defined(CONFIG_LCD)
+    #define CONFIG_CMD_BMP
+    #define CONFIG_ATMEL_LCD           1
+    #define LCD_BPP                            LCD_COLOR16
+    #define CONFIG_BMP_16BPP           1
+    #define CONFIG_FB_ADDR                     0x10600000
+    #define CONFIG_WHITE_ON_BLACK              1
+    #define CONFIG_VIDEO_BMP_GZIP              1
+    #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE             262144
+    #define CONFIG_ATMEL_LCD_BGR555            1
+    #define CONFIG_SYS_CONSOLE_IS_IN_ENV       1
+    #define CONFIG_SPLASH_SCREEN               1
+    #endif
+
+    The standard U-Boot BMP and Splash-screen features should just work.
+
+    Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
+    [agust@denx.de: fixed some style issues]
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 6111722a9281c6e04a7304d502556afff6a5a1f8
+Author: Alessandro Rubini <rubini@gnudd.com>
+Date:  Sun Jul 19 17:52:27 2009 +0200
+
+    video: move extern declarations from C to headers
+
+    This moves some extern declaration from lcd.c to lcd.h, removing
+    unneeded ifdef around a pair of them.  Additionally, since
+    gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I
+    removed the static.  The extra "#include <lcd.h>" in cmd_bmp.c is
+    added to ensure the header is consistent with the source.
+
+    This has been compile-tested on both ARM (at91 boards) and PowerPC
+    (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use
+    combinations.
+
+    Signed-off-by: Alessandro Rubini <rubini@gnudd.it>
+    [agust@denx.de: removed gunzip_bmp() fixes as commit c01171ea did it]
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit f51e001143c58447eb50e7aefa2b09eb4cc1410c
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Thu Jul 23 16:26:58 2009 -0400
+
+    Blackfin: restore EVT1 handling in linker script
+
+    Sadly, the Blackfin linker script unification lost a small #ifdef logic
+    needed on older parts.  Restore that CONFIG_BFIN_BOOTROM_USES_EVT1 logic.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit f33b325af666b12eafa9ab235b2cd59832d6e51c
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Fri Jul 24 14:24:07 2009 +0200
+
+    Revert "zlib: updated to v.1.2.3"
+
+    This reverts commit b201171f2b4d509f3ad510b214bee70ff902e3d6.
+
+    The commit caused problems for example when unpacking kernel images:
+
+          Uncompressing Kernel Image ... Error: inflate() returned -2
+          GUNZIP: uncompress, out-of-mem or overwrite error - must
+          RESET board to recover
+
+    Conflicts:
+
+       include/u-boot/zlib.h
+       lib_generic/zlib.c
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 4b1389e0ceb19e9b50b96fd3908483a6c2274fb0
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Jul 21 14:06:29 2009 +0200
+
+    ppc4xx: Add chip_config command to AMCC Kilauea eval board
+
+    This patch removes the "alterpll" command and replaces it with the now
+    ppc4xx standard "chip_config" command to configure the I2C bootstrap
+    EEPROM.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit f6af8ce0c80327cb6aaa347642026ad838335c23
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Jul 21 14:33:52 2009 +0200
+
+    ppc4xx: Fix EEPROM configuration on Kilauea
+
+    Kilauea has an AT24C02 EEPROM which has an 8 byte page. Without defining
+    CONFIG_SYS_EEPROM_PAGE_WRITE_BITS to 3 the "eeprom" command doesn't
+    work correctly.
+
+    Additionally the page write delay (CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS)
+    is set to a more defensive value of 10ms.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 99d8b23bc7e2be04fcbf49c5cec9f5ae76df290c
+Author: Matthias Fuchs <matthias.fuchs@esd.eu>
+Date:  Wed Jul 22 13:56:21 2009 +0200
+
+    ppc4xx: Add 405EP based PMC405DE board
+
+    Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit da799f66ad1d4fc36dd20cc2d7e584493fda8546
+Author: Matthias Fuchs <matthias.fuchs@esd.eu>
+Date:  Mon Jul 20 12:15:38 2009 +0200
+
+    ppc4xx: Add struct for 4xx GPIO controller registers
+
+    Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 58ea142fb2e969f32306c8da1dabfaebd6fa141a
+Author: Matthias Fuchs <matthias.fuchs@esd.eu>
+Date:  Wed Jul 22 17:27:56 2009 +0200
+
+    ppc4xx: Replace 4xx lowercase SPR references
+
+    Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 87c0b72908e05662b8b415e26e1042f4779629da
+Author: Stefan Roese <sr@denx.de>
+Date:  Mon Jul 20 06:57:27 2009 +0200
+
+    Add "chip_config" command for PPC4xx bootstrap configuration
+
+    This patch adds a generic command for programming I2C bootstrap
+    eeproms on PPC4xx. An implementation for Canyonlands board is
+    included.
+
+    The command name is intentionally chosen not to be PPC4xx specific.
+    This way other CPU's/SoC's can implement a similar command under
+    the same name, perhaps with a different syntax.
+
+    Usage on Canyonlands:
+
+    => chip_config
+    Available configurations (I2C address 0x52):
+    600-nor         - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
+    600-nand        - NAND CPU: 600 PLB: 200 OPB: 100 EBC: 100
+    800-nor         - NOR  CPU: 800 PLB: 200 OPB: 100 EBC: 100
+    800-nand        - NAND CPU: 800 PLB: 200 OPB: 100 EBC: 100
+    1000-nor        - NOR  CPU:1000 PLB: 200 OPB: 100 EBC: 100
+    1000-nand       - NAND CPU:1000 PLB: 200 OPB: 100 EBC: 100
+    1066-nor        - NOR  CPU:1066 PLB: 266 OPB:  88 EBC:  88 ***
+    1066-nand       - NAND CPU:1066 PLB: 266 OPB:  88 EBC:  88
+    => chip_config 600-nor
+    Using configuration:
+    600-nor         - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
+    done (dump via 'i2c md 52 0.1 10')
+    Reset the board for the changes to take effect
+
+    Other 4xx boards will be migrated to use this command soon
+    as well.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+    Signed-off-by: Dirk Eibach <eibach@gdsys.de>
+    Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+
+commit 10c1b218556ed9871f36bc0c407f4f2f6196353b
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:16 2009 -0500
+
+    xpedite1k: Move to X-ES vendor directory
+
+    The XPedite1000 is an X-ES product thus it can be put in board/xes along
+    with other X-ES boards.  Along with the move, the board was renamed to
+    XPedite1000 from XPedite1K to fit X-ES's standard naming convention.
+    Maintainership was also transfered to Peter Tyser.
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 54381b79d268e1bead5d78ed8423df31a3cb0e2c
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:15 2009 -0500
+
+    xpedite1k: Sync checkboard() with other X-ES boards
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 9b4ef1f5dc0daab64f46249a32e67279c4d44fd2
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:14 2009 -0500
+
+    xpedite1k: Sync up board config options with other X-ES boards
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 4cdad5f43ae67e4ceeac69ef4af4392bd2f7381f
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:13 2009 -0500
+
+    xpedite1k: Sync organization of board config with other X-ES boards
+
+    This change should have no functional effect
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit c4ae1a0257a0f5008ee2686e8aa92fba3992f279
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:12 2009 -0500
+
+    xpedite1k: Sync up commands and environment with other X-ES boards
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit fbc7951ea84c2fe6da0f6007b672ed35bae91acb
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:11 2009 -0500
+
+    xpedite1k: Disable unused ethernet port 1
+
+    The XPedite1000 only has 2 available ethernet ports:
+    ppc_4xx_eth2 (EMAC2) and ppc_4xx_eth3 (EMAC3)
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 767e32ad369d83f55f950e6938e68b6dba7fa65f
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:10 2009 -0500
+
+    xpedite1k: Store environment in flash
+
+    Previously an I2C EEPROM was used. The EEPROM had size, reliability,
+    and access issues which are resolved by storing the environment in
+    flash.
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit b88da157f9990cd2cb081e4faea4b9581b5d0e2f
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:09 2009 -0500
+
+    xpedite1k: Add support for additional GPIO pins
+
+    Enable GPIO pins for an I2C EEPROM write protect, a system reset pin,
+    and a PMC #MONARCH pin.  These pins are not currently used in U-Boot,
+    but are used in OSes and may be used in U-Boot in the future.
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 42735815dd9ba39efe51203868aebce04053c8de
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:08 2009 -0500
+
+    xpedite1k: Add support for optional flashes
+
+    The XPedite1000 can be built with 4 total flashes:
+    - 512KB AMD socketed
+    - 16MB Intel soldered
+    - 2 x 32MB AMD MirrorBit flashes
+
+    Add support for the optional 2 32MB CFI-compliant AMD flashes
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit e02990764c7415c84668823a0fc8c5b4dd8d8cf0
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:07 2009 -0500
+
+    xpedite1k: Cleanup coding style
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 086ff34a3a7e5e595630d658c1c13778399452d1
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:06 2009 -0500
+
+    xpedite1k: Remove support for reading MACs from EEPROM
+
+    By default, the XPedite1000 comes installed with xMon, a proprietary
+    bootloader.  xMon stores its MAC address in an onboard EEPROM.  Rather
+    than requiring a non-standard location in the EEPROM to be reserved for
+    MAC addresses, store the MAC addresses in U-Boot's standard environment.
+    A U-Boot application or OS application can be used to migrate xMon MAC
+    addresses to U-Boot's environment if necessary.
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 108d6d0099372f9f6532c3198fbaacabc121c9b3
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:05 2009 -0500
+
+    xpedite1k: Remove support for fixed SDRAM configuration
+
+    All XPedite1000's have SPD EEPROMs present and no fixed configuration
+    parameters are currently defined or used
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit c86d00a2ed923002f1ab0bfb0a925522628302e9
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:04 2009 -0500
+
+    xpedite1k: Remove CONFIG_SYS_DRAM_TEST support
+
+    POST or command line tests provide similar functionality
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 11ad309c183b176d8866944026a63c0f1c626f56
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 19:01:03 2009 -0500
+
+    xpedite1k: Use standard CFI flash driver
+
+    Using the CFI flash driver will allow write access to the 16MB Intel
+    StrataFlash present on the XPedite1000.  The 512KB socketed (non
+    CFI-compliant flash) will no longer be writable.
+
+    The mapping of the 16MB Strata flash was moved to 0xff000000 and the
+    512KB AMD socketed flash was moved to 0xfe000000.
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit d4d2e79bb433fc7ec18c68cc49cc6b7433d1320c
+Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
+Date:  Thu Jul 16 22:13:57 2009 +0200
+
+    ppc4xx: Cleanup PLU405 board code
+
+    Some Coding style cleanup (braces, whitespaces, long lines)
+
+    Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit b209a114829dc8a7a0e39a9335b6e4aebf9742cb
+Author: Dirk Eibach <eibach@gdsys.de>
+Date:  Fri Jul 17 14:16:40 2009 +0200
+
+    ppc4xx: Add DL-Vision 405EP board support
+
+    Board support for the Guntermann & Drunck DL-Vision.
+
+    Signed-off-by: Dirk Eibach <eibach@gdsys.de>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 9b1b8c8a1bf52e9b65e1958e5205838576066cbc
+Author: Dirk Eibach <eibach@gdsys.de>
+Date:  Fri Jul 10 14:47:32 2009 +0200
+
+    ppc4xx: Fix missing freqOPB for 405EP
+
+    In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was
+    left out for no obvious reason.
+
+    Signed-off-by: Dirk Eibach <eibach@gdsys.de>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 0a371ca08908c9b2a58171223a79bffea1f7c6f5
+Author: Stefan Roese <sr@denx.de>
+Date:  Tue Jul 14 15:53:08 2009 +0200
+
+    ppc4xx: Fix TLB reset problem with recent 44x images
+
+    Patch d873133f [ppc4xx: Add Sequoia RAM-booting target] broke "normal"
+    booting on some 44x platforms. This breakage is only noticed in some
+    cases while powercycling. As it seems, the code in question in start.S
+    didn't invalidate TLB #0. This makes sense since this TLB is used for
+    the bootrom mapping. With the patch mentioned above even TLB #0 got
+    invalidated resulting in an error later on.
+
+    This patch now fixes this issue by only invalidating TLB #0 in the RAM-
+    booting case.
+
+    Tested succesfully on Sequoia and Canyonlands.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+    Cc: Dirk Eibach <Eibach@gdsys.de>
+
+commit 44259bb9e696d22bf1773181111855a29f00cf33
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Fri Jul 17 19:56:30 2009 +0530
+
+    usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
+
+    This change is cheked in Linux source and fix found to be in sync.
+    This patch is tested for USB host interface on Kirkwood based
+    Sheevaplug platform (ARM little endian board)
+
+    Risk: the impact of this patch is not validated on big endian board.
+    This need to be checked...
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+    Signed-off-by: Remy Bohmer <linux@bohmer.net>
+
+commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Jul 23 22:23:23 2009 +0200
+
+    Coding Style cleanup; update CHANGELOG.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
 commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6
 Author: Mike Frysinger <vapier@gentoo.org>
 Date:  Tue Jul 21 22:59:36 2009 -0400
@@ -1869,6 +3492,102 @@ Date:   Mon Jun 15 11:51:47 2009 -0500
     Cc: Ron Madrid <ron_madrid@sbcglobal.net>
     Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
 
+commit 052c08916532d1d9c2f69eb9229709c7b2fc1f02
+Author: TsiChung Liew <tsicliew@gmail.com>
+Date:  Wed Jul 8 07:41:24 2009 +0000
+
+    ColdFire: Update bootargs
+
+    Add a bootargs for M53017EVB and update bootargs
+    for M54451EVB
+
+    Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
+
+commit 6e8d58d36691520f8da74cd948661d28d5a5dc66
+Author: TsiChung Liew <tsicliew@gmail.com>
+Date:  Tue Jun 30 14:30:19 2009 +0000
+
+    Command for accessing serial flash update
+
+    Change strtoul number base of argv 3 from 0 to 16
+
+    Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
+
+commit ee0a8462466dd284968536eb57c6eef4be0d6aad
+Author: TsiChung Liew <tsicliew@gmail.com>
+Date:  Tue Jun 30 14:18:29 2009 +0000
+
+    ColdFire: Add DSPI support for MCF5227x and MCF5445x
+
+    Remove individual CPU specific DSPI driver.
+    Add required feature for the common DSPI driver in cpu_init and
+    in platform configuration file.
+
+    Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
+
+commit dec61c7851baa72151ef1d3657e7bb3b68907d48
+Author: TsiChung Liew <tsicliew@gmail.com>
+Date:  Tue Jun 30 14:09:47 2009 +0000
+
+    Coldfire: Consolidate DSPI driver
+
+    Unify both MCF5227x and MCF5445x DSPI driver in CPU to
+    driver/spi folder for common use.
+
+    Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
+
+commit 11d88b26a68bd4bf98b1c962fde6257a50978231
+Author: TsiChung Liew <tsicliew@gmail.com>
+Date:  Fri Jun 12 13:03:34 2009 +0000
+
+    ColdFire: Remove compiler warning messages
+
+    Remove unused variables and printf type mismatch in
+    lib_m68k/board.c
+
+    Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
+
+commit 4567c7bff2503fb1a7c738ff9b9f0bd00d274d9a
+Author: TsiChung Liew <tsicliew@gmail.com>
+Date:  Fri Jun 12 11:31:31 2009 +0000
+
+    ColdFire: Fix M53017EVB flash size
+
+    Increase the flash size from 8MB to 16MB
+
+    Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
+
+commit bf9a521529e484b15e8fdb583a607cf7945d2f6b
+Author: TsiChung Liew <tsicliew@gmail.com>
+Date:  Fri Jun 12 11:29:00 2009 +0000
+
+    ColdFire: Add M5208EVB and MCF520x CPU support
+
+    Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
+
+commit 709b384b6493d9726dce20663ebe31bf7cab2925
+Author: TsiChung Liew <tsicliew@gmail.com>
+Date:  Thu Jun 11 15:39:57 2009 +0000
+
+    ColdFire: Update for M54451EVB
+
+    Update serial boot DRAM's Internal RAM, vector table and DRAM in
+    start.S, serial flash's read status command over SPI and NOR
+    flash.
+
+    Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
+
+commit bbf6bbffcaf694c03504c661e58fbd1aefe5bf64
+Author: TsiChung Liew <tsicliew@gmail.com>
+Date:  Thu Jun 11 12:50:05 2009 +0000
+
+    ColdFire: Update configuration file to use flash buffer write
+
+    Update M52277EVB, M53017EVB and M54455EVB platform configuration
+    file to use flash buffer write
+
+    Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
+
 commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1
 Author: Wolfgang Denk <wd@denx.de>
 Date:  Sun Jun 14 20:58:53 2009 +0200