]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - CHANGELOG
s5pc1xx: support serial driver
[karo-tx-uboot.git] / CHANGELOG
index 52940a0b94daf9c9eb0d9c1982e9c875216e3844..e2f2b3e61ed54b0a8973cdf9436c443562a0377b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
+commit 632a6dd0b612eb7b143f789f2a0273917468c041
+Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
+Date:  Mon Aug 31 16:18:24 2009 +0200
+
+    Add common code dir for Matrix Vision boards.
+
+    This fixes current build failure.
+
+    Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
+
+    mvblm7.c: fix warning: implicit declaration of function
+    'mv_reset_environment'
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 52f6c34c85d6c16f2a41433b5000490ecf374992
+Author: David Brownell <dbrownell@users.sourceforge.net>
+Date:  Sun Aug 30 11:05:29 2009 -0700
+
+    bugfix CONFIG_SYS_CONSOLE_INFO_QUIET
+
+    The "console: unify printing current devices" patch goofed:
+    CONFIG_SYS_CONSOLE_INFO_QUIET is supposed to *REMOVE* boot
+    time noise, not add it.  Said patch changed the #ifndefs
+    to #ifdef; this one restores them to the proper sense.
+
+    Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
+
+commit 28887d831b02c66ccc10d7f1379204b5a62f4543
+Author: AndrĂ© Schwarz <andre.schwarz@matrix-vision.de>
+Date:  Thu Aug 27 14:48:35 2009 +0200
+
+    Use common code for Matrix Vision boards
+
+    Clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by
+    using common code.
+
+    Signed-off-by: AndrĂ© Schwarz <andre.schwarz@matrix-vision.de>
+
+commit 05f91a65abc3180e2896cd8ddee7a34b1d1ce6e0
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Wed Aug 26 21:27:37 2009 -0500
+
+    mpc83xx: mpc8349itx - accommodate larger kernel sizes & unzero the bootdelay
+
+    apparently the ITX was missed last round.
+
+    Also make bootdelay consistent with other boards, so as to give on the
+    opportunity to fix mistakenly set bootcmd without having checked for an
+    bootdelay zero setting first.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit cc861f7127f200e704baaf061a7f508e3c93f2a3
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Wed Aug 26 21:25:46 2009 -0500
+
+    mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 68e74567cf317318df52dbcb2ac170ffc5e7758a
+Author: Feng Kan <fkan@amcc.com>
+Date:  Fri Aug 21 10:59:42 2009 -0700
+
+    ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver
+
+    Fix ECC Correction bug where the byte offset location were double
+    flipped causing correction routine to toggle the wrong byte location
+    in the ECC segment. The ndfc_calculate_ecc routine change the order
+    of getting the ECC code.
+           /* The NDFC uses Smart Media (SMC) bytes order */
+           ecc_code[0] = p[2];
+           ecc_code[1] = p[1];
+           ecc_code[2] = p[3];
+    But in the Correction algorithm when calculating the byte offset
+    location, the s1 is used as the upper part of the address. Which
+    again reverse the order making the final byte offset address
+    location incorrect.
+       byteoffs = (s1 << 0) & 0x80;
+       .
+       .
+       byteoffs |= (s0 >> 4) & 0x08;
+    The order is change to read it in straight and let the correction
+    function to revert it to SMC order.
+
+    Signed-off-by: Feng Kan <fkan@amcc.com>
+    Acked-by: Victor Gallardo <vgallardo@amcc.com>
+    Acked-by: Prodyut Hazarika <phazarika@amcc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 30fc5cd3116cb112d0aab7e6d7c8eef1b67ed075
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Aug 25 12:22:38 2009 +0200
+
+    include/s3c24x0.h: fix S3C24X0_SPI_CHANNEL declaration
+
+    The SPI controller on the S3C24X0 has 8 bit registers, not 32 bit.
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit e637385e69f63bc73b9dfd2ddd8d0f383790ca28
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Thu Aug 20 19:17:59 2009 -0400
+
+    Blackfin: fix typos in gpio comments
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit c2fbcb6ae86c10621a386c13be57eaa766221ed5
+Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
+Date:  Tue Aug 18 04:49:57 2009 -0400
+
+    Blackfin: cm-bf527/cm-bf537: increase flash sectors
+
+    Newer revisions of these boards have slightly larger flashes, so increase
+    the configured number of sectors so that U-Boot works on all revisions.
+
+    Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit a794f59a75bf9fd4a44f1ad2349cae903c42b89c
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sun Aug 23 14:14:52 2009 +0200
+
+    sh/rsk7203: add missing include net.h
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 6ac9f47977a9fc1876979871eeb14f26ba1bdbe6
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sun Aug 23 02:47:59 2009 -0400
+
+    start a linker script helper file
+
+    Start a common header file for common linker script code (such as
+    workarounds for older linkers) rather than doing this in the build system.
+
+    As fallout, we no longer execute the linker every time config.mk is
+    included by a build file (which can easily be 70+ times), but rather only
+    execute it once.
+
+    This also fixes a bug in the major version checking by creating a macro to
+    easily compare versions and keep people from making the same common
+    mistake (forgetting to check major and minor together).
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 2ed0869d30602eb660569eababb8fedff36bd23a
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sat Aug 22 19:50:22 2009 -0400
+
+    Blackfin: use common code to preprocess linker script
+
+    Now that the common code preprocesses the linker script, the Blackfin code
+    no longer needs to do it.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 4d3758c835c7e96da2a291e7fb5acfc19bc06e8e
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sat Aug 22 19:48:56 2009 -0400
+
+    .gitignore: ignore generated u-boot.lds
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 79b91de958511840d2a7491be92d435b7ef43f17
+Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
+Date:  Sat Aug 22 14:21:53 2009 +0200
+
+    include/mmc.h: Fix typo in IS_SD() macro
+
+    Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
+
+commit 963f2f611741f8d9c38bd7caf20ae8c95cab7b3f
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Aug 22 23:27:26 2009 +0200
+
+    Prepare 2009.08-rc3
+
+    Update CHANGELOG, minor Coding Style cleanup.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 5b2da6a309266f21cbb68f06fcfdf9ba141022e7
+Author: Michal Simek <monstr@monstr.eu>
+Date:  Fri Aug 21 06:52:25 2009 +1000
+
+    qemu-mips: Fix Qemu website
+
+    Signed-off-by: Michal Simek <monstr@monstr.eu>
+    Signed-off-by: Michal Simek <michal.simek@petalogix.com>
+    Acked-by: Shinya Kuribayashi <skuribay@pobox.com>
+
+commit 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Fri Aug 21 16:34:38 2009 -0500
+
+    mpc83xx: accommodate larger kernel sizes by default
+
+    linux mpc83xx_defconfig kernels are getting bigger, accommodate for
+    their growth by adjusting default load and fdt addresses.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 8eceeb7fd656d6d071c0a8b615e178aca5775fff
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Fri Aug 21 16:33:15 2009 -0500
+
+    mpc83xx: mpc8377erdb - change DDR settings to those from latest bsp
+
+    when using Linus' 83xx_defconfig, the mpc8377rdb would hang at boot
+    at either:
+
+    NET: Registered protocol family 16
+
+    or the
+
+    io scheduler cfq registered
+
+    message.  Fixing up these DDR settings appears to fix the problem.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 27c5248dd4c9ba4a36899689595956c5e59e349a
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Fri Aug 21 16:31:20 2009 -0500
+
+    mpc83xx: tqm8349 - remove pci & flash window conflict
+
+    commit 9993e196da707a0a1cd4584f1fcef12382c1c144 "mpc83xx: convert all
+    remaining boards over to 83XX_GENERIC_PCI" remapped pci windows on
+    tqm834x to make it more consistent with the other 83xx boards.  During
+    that time however, the author failed to realize that FLASH_BASE was
+    occupying the same range as what PCI1_MEM_BASE was being assigned.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+    Tested-by: Wolfgang Denk <wd@denx.de>
+
+commit 6d2c26ac831f033b0025cfb256365a047f8dd115
+Author: Heiko Schocher <hs@denx.de>
+Date:  Fri Aug 21 16:30:30 2009 -0500
+
+    mpc83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb
+Author: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date:  Fri Aug 21 16:27:05 2009 -0500
+
+    mpc83xx: mpc8349 - delete unused SYS_MID_FLASH_JUMP
+
+    This was introduced with the MPC8349EMDS board, and then copied to
+    a couple other boards by nature of being the reference implementation.
+
+      u-boot$git grep CONFIG_SYS_MID_FLASH_JUMP
+      include/configs/MPC8349EMDS.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000
+      include/configs/sbc8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
+      include/configs/vme8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
+      u-boot$
+
+    It currently isn't used, so delete it before it spreads further.
+
+    Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit c0d660fbbede322648ec79d3e39389e48f5fab24
+Author: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date:  Fri Aug 21 16:21:58 2009 -0500
+
+    mpc83xx: sbc8349 - make enabling PCI more user friendly
+
+    Prior to this commit, to enable PCI, you had to go manually
+    edit the board config header, which isn't really user friendly.
+    This adds the typical PCI make targets to the toplevel Makefile
+    in accordance with what is being done with other boards.
+
+    Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit a3c5057a6c05b4c7235a270486220e4511366133
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Fri Aug 7 23:37:54 2009 +0200
+
+    eeprom_m95xxx: remove unused variable i
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 8cf19b9fec92d8aa22b2fe4b4e6976743b1daa51
+Author: Ilya Yanok <yanok@emcraft.com>
+Date:  Fri Jul 17 15:02:42 2009 +0400
+
+    jffs2: some fixes to summary support
+
+    This patch fixes some issues with JFFS2 summary support in U-Boot.
+    1/ Summary support made compilation configurable (as summary support
+    considered expiremental even in Linux).
+    2/ Summary code can do unaligned 16-bit and 32-bit memory accesses.
+    We need to get data byte by byte to exclude data aborts.
+    3/ Make summary scan in two passes so we can safely fall back to full
+    scan if we found unsupported entry in the summary.
+
+    Signed-off-by: Ilya Yanok <yanok@emcraft.com>
+
+commit 11906936e168d12d684bb3d2930a62693ba3d84e
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Mon Aug 10 18:55:54 2009 +0530
+
+    arm: rd6281a: 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 b5ffb193330113d2e00489d96bf8ec1f541ed4e1
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Aug 13 00:37:16 2009 +0200
+
+    TRAB: make independent of specific libgcc helper routines
+
+    The TRAB board references local libgcc helper routines
+    (lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems
+    when we try to use the normal, compiler provided libgcc instead.
+    Removing these references allows to build both with and without the
+    local libgcc helper routines.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 1aada9cd643567d351667138851e9231ccfa245a
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Aug 17 14:00:53 2009 +0200
+
+    Fix all linker scripts for older binutils versions (pre-2.16)
+
+    Commit f62fb99941c6 fixed handling of all rodata sections by using a
+    wildcard combined with calls to ld's builtin functions SORT_BY_ALIGNMENT()
+    and SORT_BY_NAME().  Unfortunately these functions were only
+    introduced with biunutils version 2.16, so the modification broke
+    building with all tool chains using older binutils.
+
+    This patch makes it work again.  This is done by omitting the use of
+    these functions for such old tool chains.  This will result in
+    slightly larger target binaries, as the rodata sections are no longer
+    in optimal order alignment-wise which reauls in unused gaps, but the
+    effect was found to be insignificant - especially compared to the fact
+    that you cannot build U-Boot at all in the current state.
+
+    As ld seems to have no support for conditionals we run the linker
+    script through the C preprocessor which can be easily used to remove
+    the unwanted function calls.
+
+    Note that the C preprocessor must be run with the "-ansi" (or a
+    "-std=") option to make sure all the system-specific predefined
+    macros outside the reserved namespace are suppressed. Otherise, cpp
+    might for example substitute "powerpc" to "1", thus corrupting for
+    example "OUTPUT_ARCH(powerpc)" etc.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Cc: Mike Frysinger <vapier@gentoo.org>
+
+commit f772acf8a584067033eff1e231fcd1fb3a00d3d9
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Aug 17 13:17:29 2009 +0200
+
+    ARM: compiler options cleanup - improve tool chain support
+
+    For some time there have been repeated reports about build problems
+    with some ARM (cross) tool chains. Especially issues about
+    (in)compatibility with the tool chain provided runtime support
+    library libgcc.a caused to add and support a private implementation
+    of such runtime support code in U-Boot.  A closer look at the code
+    indicated that some of these issues are actually home-made.  This
+    patch attempts to clean up some of the most obvious problems and make
+    building of U-Boot with different tool chains easier:
+
+    - Even though all ARM systems basicy used the same compiler options
+      to select a specific ABI from the tool chain, the code for this was
+      distributed over all cpu/*/config.mk files.  We move this one level
+      up into lib_arm/config.mk instead.
+
+    - So far, we only checked if "-mapcs-32" was supported by the tool
+      chain; if yes, this was used, if not, "-mabi=apcs-gnu" was
+      selected, no matter if the tool chain actually understood this
+      option.  There was no support for EABI conformant tool chains.
+      This patch implements the following logic:
+
+      1) If the tool chain supports
+       "-mabi=aapcs-linux -mno-thumb-interwork"
+        we use these options (EABI conformant tool chain).
+      2) Otherwise, we check first if
+       "-mapcs-32"
+        is supported, and then check for
+       "-mabi=apcs-gnu"
+        If one test succeeds, we use the first found option.
+      3) In case 2), we also test if "-mno-thumb-interwork", and use
+        this if the test succeeds. [For "-mabi=aapcs-linux" we set
+        "-mno-thumb-interwork" mandatorily.]
+
+      This way we use a similar logic for the compile options as the
+      Linux kernel does.
+
+    - Some EABI conformant tool chains cause external references to
+      utility functions like raise(); such functions are provided in the
+      new file lib_arm/eabi_compat.c
+
+      Note that lib_arm/config.mk gets parsed several times, so we must
+      make sure to add eabi_compat.o only once to the linker list.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Cc: Dirk Behme <dirk.behme@googlemail.com>
+    Cc: Magnus Lilja <lilja.magnus@gmail.com>
+    Cc: Tom Rix <Tom.Rix@windriver.com>
+    Cc: Prafulla Wadaskar <prafulla@marvell.com>
+    Acked-by: Sergey Kubushyn <ksi@koi8.net>
+    Tested-by: Magnus Lilja <lilja.magnus@gmail.com>
+    Tested-by: Andrzej Wolski <awolski@poczta.fm>
+    Tested-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
+    Tested-by: Tom Rix <Tom.Rix@windriver.com>
+    Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 269610f6ba2e4a7bc27d2e53d43160614016964f
+Author: Mingkai Hu <Mingkai.hu@freescale.com>
+Date:  Thu Jul 30 17:56:51 2009 +0800
+
+    NAND boot: fix nand_load overlap issue
+
+    The code copy data from NAND flash block by block, so when
+    the data length isn't a whole-number multiple of the block
+    size, it will overlap the rest space.
+
+    Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 1fc1d9aed08f2b3366d634fda6712a710b2cff9a
+Author: Giulio Benetti <giulio.benetti@micronovasrl.com>
+Date:  Fri Jul 31 17:30:34 2009 -0500
+
+    add WATCHDOG_RESET() on nand write and read
+
+    Signed-off-by: giulio.benetti@micronovasrl.com
+    Acked-by: Wolfgang Denk <wd@denx.de>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit b1e849f2201bbbf3ca81fde164f154f9caf7f0e9
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Wed Feb 4 15:14:05 2009 -0600
+
+    tsec: Wait for auto-negotiation to complete without link
+
+    Previously, waiting for auto-negotiation would only occur if a valid
+    link had been detected.  Problems arose when attempting to use a
+    tsec immediately after bootup but before link was achieved, eg:
+    => dhcp
+    Auto-neg error, defaulting to 10BT/HD
+    eTSEC1: No link.
+    Auto-neg error, defaulting to 10BT/HD
+    eTSEC2: No link.
+    =>
+
+    With this patch applied the same operation as above resulted in:
+    => dhcp
+    Waiting for PHY auto negotiation to complete. done
+    Enet starting in 1000BT/FD
+    Speed: 1000, full duplex
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 477fa6378fbd3e47a5e2e83d0dd3970d5b1c8371
+Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
+Date:  Thu Aug 20 10:14:11 2009 +0200
+
+    arm: kirkwood: See to it that sent data is 8-byte aligned
+
+    U-boot might use non-8-byte-aligned addresses for sending data, which
+    the kwgbe_send doesn't accept (bootp does this for me). This patch
+    copies the data to be sent to a malloced temporary buffer if it is
+    non-aligned.
+
+    Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit cad713bf7548b9e90433dac8270165402a6c9cc3
+Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
+Date:  Thu Aug 20 10:13:06 2009 +0200
+
+    Wait for the link to come up on kirkwood network init
+
+    This patch makes the device wait for up to 5 seconds for the link to
+    come up, similar to what many of the other network drivers do. This
+    avoids confusing situations where, e.g., a tftp fails when initiated
+    early after U-boot has started (before the link has come up).
+
+    Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit bb1ca3b27f7fba8c73cb10279a6a8b8b69a308ff
+Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
+Date:  Thu Aug 20 10:12:28 2009 +0200
+
+    arm:kirkwood Define kirkwood phy address magic number
+
+    Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit f81ecb5d3300bf92d17302d3712f30585c182da9
+Author: Timur Tabi <timur@freescale.com>
+Date:  Mon Aug 17 15:55:38 2009 -0500
+
+    e1000: fix PCI memory addressing
+
+    The Intel E1000 driver was making assumptions about the relationship between
+    some virtual, physical, and PCI addresses.
+
+    Also fix some bad usage of the DEBUGOUT macro
+
+    Signed-off-by: Timur Tabi <timur@freescale.com>
+    Acked-by: Kumar Gala <galak@kernel.crashing.org>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit b644006e1a7baa227aedc606ecdf0bb5eeb24cab
+Author: Ilya Yanok <yanok@emcraft.com>
+Date:  Wed Aug 12 16:42:48 2009 +0400
+
+    jffs2: clean the cache in case of malloc fails in build_lists
+
+    We should call jffs2_clean_cache() if we return from jffs2_build_lists()
+    with an error to prevent usage of incomplete lists. Also we should
+    free() a local buffer to prevent memory leaks.
+
+    Signed-off-by: Ilya Yanok <yanok@emcraft.com>
+
+commit 7ff66bb0be80cadd681be22a72e5eb02ee14c878
+Author: Heiko Schocher <hs@denx.de>
+Date:  Wed Aug 12 10:17:03 2009 +0200
+
+    ppc: trigger WDT before starting Linux
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit 918319c705d8a3d6251919a660baef32ff3a829a
+Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
+Date:  Wed Jul 22 18:30:03 2009 +0200
+
+    Update the mtd driver name in bootargs for at91-based boards
+
+    The name of the atmel nand driver in the kernel changed from at91_nand
+    to atmel_nand back in June 2008, but the at91-based boards config files
+    still refer to at91_nand. This patch updates them with the new name
+
+    Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
+
+commit 8fa656aa5289815d942ebdc26182ccb9f2b9c86f
+Author: Ben Goska <goskab@onid.oregonstate.edu>
+Date:  Fri Aug 14 10:03:36 2009 -0700
+
+    omap3: Fixed a problem with hwecc
+
+    In commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e there
+    was a typo that offset all the ecc registers by 4 bytes, fixed that.
+
+    Signed-off-by: Ben Goska <goskab@onid.oregonstate.edu>
+    Acked-by: Dirk Behme <dirk.behme@googlemail.com>
+
+commit 514bab6609acd1a2a19fdd75c2f6255178db7c96
+Author: Stefan Roese <sr@denx.de>
+Date:  Mon Aug 17 16:57:53 2009 +0200
+
+    ppc4xx: Fix "chip_config" command for AMCC Arches
+
+    This patch fixes the "chip_config" command for I2C bootstrap EEPROM
+    configuration. First it changes the I2C bootstrap EEPROM address to
+    0x54 as this is used on Arches (instead of 0x52 on Canyonlands/
+    Glacier). Additionally, the NAND bootstrap settings are removed
+    for Arches since Arches doesn't support NAND-booting.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 4af34177b657e91263919a307fd0b0865a299e52
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Aug 16 23:40:13 2009 +0200
+
+    Monahans: avoid floating point calculations
+
+    Current code for the Monahans CPU defined OSCR_CLK_FREQ as 3.250 (MHz)
+    which caused floating point operations to be used. This resulted in
+    unresolved references to some FP related libgcc functions when using
+    U-Boot's private libgcc functions.
+
+    Change the code to use fixed point math only.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit e393e2e9bc5cd3d5484e193d1380e7cd7587ab5c
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Fri Aug 14 16:43:22 2009 -0500
+
+    85xx: Fix addrmap to include memory
+
+    When we init the addrmap based on the TLB we will not end up getting
+    the TLB that covers memory if we are using SPD.  The reason is we
+    haven't relocated at the point that we setup the memory TLB and thus it
+    will not get setup in the addrmap.
+
+    Instead we can just walk over the TLB array after we've relocated and
+    see all the TLBs that have been set and use that information to populate
+    the initial addrmap.  By doing this we insure that we get the TLB
+    entries that cover memory.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030
+Author: John Schmoller <jschmoller@xes-inc.com>
+Date:  Wed Aug 12 10:55:47 2009 -0500
+
+    flash: Fix CFI buffer size bug
+
+    Fix bug introduced by 9c048b523413ae5f3ff34e00cf57569c3368ab51.
+
+    The cfi_flash.c driver cast the flash buffer size to a uchar in
+    flash_write_cfibuffer(). On some flash parts, (tested on Numonyx
+    part PC32F512M29EWH), the buffer size is 1KB. Remove the cast to
+    uchar to enable buffer sizes to be larger.
+
+    Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit f6e3a1fa92f61083885178101e973c86b419a6f7
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Thu Aug 13 00:32:14 2009 -0400
+
+    trab: rename spi_init()
+
+    The local board-specific spi_init() function conflicts with the common SPI
+    layer, so rename it to something board-specific.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 253cb831f5861358a7fa673305cdf7ded1096f44
+Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
+Date:  Wed Jul 29 06:05:20 2009 -0400
+
+    zlib: add watchdog reset call
+
+    This patch adds watchdog reset call to allow its invokation during decompression
+    phase. This control was present on old zlib version and here it is
+    backported for those relevant routines. This patch is sent as a zlib separate
+    one beacuse it was not tested due to specific board lack.
+    zlib patches will be unified just in one when this will be validated through
+    tests.
+
+    Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
+
+commit dce3d797102b6618e8bdd4a09cfd35969f165d86
+Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
+Date:  Wed Jul 29 08:05:08 2009 -0400
+
+    zlib: updated to v.1.2.3
+
+    This patch updates zlib to the latest stable version.
+    Only relevant zlib parts were ported to u-boot tree, as already did for the
+    current zlib (0.95). New zlib guarantees a faster inflate performances
+    other then others improvements as explained at www.zlib.net.
+    It also includes Alessandro Rubini's patches to allow 0 as destination pointer
+    and to call watchdog reset if required by architecture.
+
+    Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
+    Reviewed-by: Angelo Castello <angelo.castello@st.com>
+    Reviewed-by: Alessandro Rubini <rubini-list@gnudd.com>
+
+commit 3426d65daab6af483b177ed502038f52ed2e5aef
+Author: Heiko Schocher <hs@denx.de>
+Date:  Tue Aug 11 10:37:58 2009 +0200
+
+    dtt, lm81: move unneccessary printf into a debug printf
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit 54e399f110bbaa24e662e6dd9e88ddb86989d668
+Author: Mark Jackson <mpfj-list@mimc.co.uk>
+Date:  Tue Aug 11 11:33:47 2009 +0100
+
+    MIMC200: reduce LCD pixclock
+
+    The initial pixclock for the MIMC200 board is wrong (and causes
+    screen corruption due to DMA underruns).
+
+    This patch simply reduces the pixel clock to fix the problem.
+
+    Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
+
+commit 1443cd7e54d6893ab7cc51d93fe7759cdaa8b31f
+Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
+Date:  Wed Jul 1 14:04:05 2009 -0400
+
+    UEC FIXED PHY: Determine fixed-phy port using UEC interface name.
+
+    Fixed a misunderstanding in the original implementation, 'devnum' that
+    was used in the cpu/ppc4xx/4xx_enet.c implementation was NOT the
+    PHY's SMI address, rather it was the number of the MAC interface on
+    the CPU. The equivalent of this for uec_phy will be the UEC number
+    stored in mii_info->dev->name. Usage example is updated for uec.
+
+    Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 1a9519373b977ef3f7c9563ad3acb6c6f2424657
+Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
+Date:  Wed Jul 1 14:03:15 2009 -0400
+
+    Assigned a static SMI address to all UECs TBIPA address.
+
+    It is set to 0x1F by default and can be overwritten on the board
+    header file by defining CONFIG_UTBIPAR_INIT_TBIPA. This allows
+    the CPU to simply "reserve" one SMI address instead of using
+    a different one for each UEC.
+
+    Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 9fd38a01cbc0ce4a8db41f72677103ed04b23db5
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Mon Aug 10 19:43:06 2009 +0530
+
+    net: kirkwood: updates: used eth_setenv_enetaddr api
+
+    eth_setenv_enetaddr is avaible by upper layer
+    using this saves 204 bytes on total image size
+
+    used Local OUI instead of Marvell OUI for
+    random MAC address generation logic
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit ecbd2078a1f56c85b6c56afaaed862bf92ccd3f3
+Author: Roy Zang <tie-fei.zang@freescale.com>
+Date:  Tue Aug 11 03:48:05 2009 +0800
+
+    Fix E1000 build warning on AP1000 board
+
+     Fix E1000 build warning on AP1000 board
+     Fix the build warning on AP1000 board:
+     e1000.c:131: warning: 'e1000_read_eeprom' used but never defined
+     e1000.c:2012: warning: 'e1000_set_phy_mode' defined but not used
+
+    Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit b3af1d698b031e721bacaee8715d79daaf823de6
+Author: Sandeep Paulraj <s-paulraj@ti.com>
+Date:  Mon Aug 10 12:24:40 2009 -0400
+
+    ARM: Davinci DM355: Enabling DM9000 on DM355 EVM
+
+    Due to recent changes to the NET support on U-boot, DM9000
+    is no longer detected on the DM355 EVM.
+    This minor update enables DM9000 on the DM355 EVM.
+    Tested on the DM355 EVM
+
+    Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 08c2df33f1cd5935938486e968696f94ad406313
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Mon Aug 10 19:23:19 2009 +0530
+
+    net: phy: bugfixes: mv88E61xx compiler warnings fixed
+
+    1. mv88E61xx driver compiler warnings fixed
+    2. idstr if-else statements changed to switch() construct
+       and added default case too.
+       This fixed idstr may be uninitialized warning
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 750326e5d540885e3ec36bda9464b8269249f6ce
+Author: Po-Yu Chuang <ratbert@faraday-tech.com>
+Date:  Mon Aug 10 11:00:00 2009 +0800
+
+    arm: A320: driver for FTMAC100 ethernet controller
+
+    This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board.
+
+    Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit f90dc43fd67eea71124b999a7d5e617d0d86795b
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Mon Aug 10 16:40:55 2009 -0500
+
+    85xx: Removed BEDBUG support from FSL 85xx boards
+
+    For some reason the MPC8544 enabled BEDBUG if PCI was enabled and that
+    got copied int the MPC8536, MPC8572 and P2020 DS boards.  The BEDBUG
+    support has never been made to work completely on e500/85xx so we
+    just disable it to save space and match the other FSL 85xx boards.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit eb1a4d0a471505c169bef19a73a60f8641f0b875
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Mon Aug 10 10:39:12 2009 +0200
+
+    Prepare 2009.08-rc2
+
+    Update CHANGELOG
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+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 901be89a27e11b2627c132ee87c7761bd6886091
+Author: Heiko Schocher <hs@denx.de>
+Date:  Tue Jul 28 14:53:44 2009 +0200
+
+    83xx, kmeter1, fix: update in the DTS the correct size for the first flash
+
+    When updating the "reg" in the "/localbus/flash@f0000000,0" node
+    size was wrong updated for the first flash, because the total
+    size was filled in, instead of the right size for it.
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+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
+
+    autoconf.mk: include before config.mk for top level files
+
+    By including autoconf.mk before config.mk, all top level files can use any
+    config options it sets up (like <arch>_config.mk) or the Makefile itself
+    without being forced to use lazy evaluation.
+
+commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c
+Author: Mark Jackson <mpfj-list@mimc.co.uk>
+Date:  Tue Jul 21 11:30:53 2009 +0100
+
+    Remove static declaration from gunzip_bmp()
+
+    This patch removes the static declaration from gunzip_bmp()
+
+    Without it, the gunzip_bmp() function is not visible to
+    common/lcd.c and fails to compile with an error.
+
+    Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
+
+commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b
+Author: Peter Tyser <ptyser@gmail.com>
+Date:  Mon Jul 20 21:51:38 2009 -0500
+
+    cmd_tsi148: General cleanup
+
+    - Fix command help message
+    - Disable DEBUG by default
+    - Fix whitespace issues
+    - Fix lines > 80 characters
+
+    Signed-off-by: Peter Tyser <ptyser@gmail.com>
+    Acked-by: Stefan Roese <sr@denx.de>
+
+commit 9aef73888509d10193615ee5cd9cf439ca44e937
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sun Jul 19 15:17:03 2009 -0400
+
+    unify HOST_CFLAGS and HOSTCFLAGS
+
+    The top build system sets up HOSTCFLAGS a bit and exports it, but other
+    places use HOST_CFLAGS instead.  Unify the two as HOSTCFLAGS so that the
+    values stay in sync.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Jul 23 21:16:59 2009 +0200
+
+    Update CHANGELOG
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit e3b39f84e974df70065fa248f0f63993b1708c9d
+Author: AndrĂ© Schwarz <andre.schwarz@matrix-vision.de>
+Date:  Fri Jul 17 14:50:24 2009 +0200
+
+    update config for mvBC-P (MPC5200)
+
+    This patch adds I2C support for mvBC-P and defines flash layout
+    matching the shipped product.
+
+    Signed-off-by: AndrĂ© Schwarz <andre.schwarz@matrix-vision.de>
+
+commit cb6d0b72c2c4f13c0075a7ae92e11682ec94a311
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Mon Jul 13 09:24:00 2009 -0500
+
+    ahci: Fix gcc 4.4 compiler warning
+
+    ahci.c: In function 'ata_scsiop_read_capacity10':
+    ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 51d91e1a253c97713c7f3e5c0b910a4db4979283
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Mon Jul 13 09:23:59 2009 -0500
+
+    drivers/bios_emulator: Fix gcc 4.4 compiler warning
+
+    biosemu.c: In function 'BE_setVGA':
+    biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit f97ec30bb3c5a4a456159eb2b75b3bc68772bf2a
+Author: Detlev Zundel <dzu@denx.de>
+Date:  Mon Jul 13 16:01:19 2009 +0200
+
+    Re-add support for image type 'Standalone Program'
+
+    Support for this type was lost during the bootm refactoring.
+
+    Signed-off-by: Detlev Zundel <dzu@denx.de>
+
+commit ca95c9df0280f40e8e4befadbaae21fa67d92331
+Author: Detlev Zundel <dzu@denx.de>
+Date:  Mon Jul 13 16:01:18 2009 +0200
+
+    Add error checking for unsupported OS types.
+
+    Signed-off-by: Detlev Zundel <dzu@denx.de>
+
+commit 982adfc610669482a32127282fe489857a92cfe3
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 10 18:46:10 2009 -0500
+
+    ppc: Unlock cache-as-ram in a consistent manner
+
+    Previously, non-e500 architectures only unlocked their data cache which
+    was used as early RAM when booting to Linux using the "bootm" command.
+    This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined
+    to unlock their data cache during U-Boot's initialization. This
+    improves U-Boot performance and provides a common cache state when
+    booting to different OSes.
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+
+commit b201171f2b4d509f3ad510b214bee70ff902e3d6
+Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
+Date:  Thu Jul 23 04:54:45 2009 -0400
+
+    zlib: updated to v.1.2.3
+
+    This patch updates zlib to the latest stable version.
+
+    Only relevant zlib parts were ported to u-boot tree, as was done for
+    the previously used version of zlib (0.95). New zlib gives faster
+    inflate performance and other improvements, see www.zlib.net
+
+    Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
+    Reviewed-by: Angelo Castello <angelo.castello@st.com>
+
+    Edited commit message
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 97cfe86163505ea18e7ff7b71e78df5bb03dad57
+Author: Robin Getz <rgetz@blackfin.uclinux.org>
+Date:  Tue Jul 21 12:15:28 2009 -0400
+
+    Save server's MAC address in environment
+
+    Linux's netconsole works much better when you can pass it the MAC address of
+    the server. (otherwise it just uses broadcast, which everyone else on my
+    network complains about :)
+
+    This sets the env var "serveraddr" (to match ethaddr), so that you can pass
+    it to linux with whatever bootargs you want to....
+
+    addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr)
+
+    Signed-of-by: Robin Getz <rgetz@blackfin.uclinux.org>
+
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 0b23fb368d08c9669fac647971ff249c3f9fee8f
+Author: Ilya Yanok <yanok@emcraft.com>
+Date:  Tue Jul 21 19:32:21 2009 +0400
+
+    fec_mxc: driver for FEC ethernet controller on i.MX27
+
+    Signed-off-by: Ilya Yanok <yanok@emcraft.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 0544c63681d2ea3607faf374e9c56f101e365b42
+Author: Alessio Centazzo <centazzo@gmail.com>
+Date:  Sat Jul 11 11:56:06 2009 -0700
+
+    ppc4xx: Fixed compilation warning in 4xx_enet.c
+
+    This patch fixes a compilation warning for some Ethernet PHY-less
+    PPC4xx platforms (440SPE based ones) and a potential compilation
+    error for 440SP platforms (use of undefined 'ethgroup' variable).
+    In the original code and in case of 440SPE platforms, 'ethgroup'
+    is initialized to -1 and never modified.  Later in the function,
+    within an #ifdef statement, an 'if statement' executes code only
+    if 'ethgroup' is set to 4, therefore it is harmless to avoid
+    executing the 'if statement' by removing the CONFIG_440SPE from
+    the affected #ifdefs.  In case of 440SP platforms  with on-board
+    Ethernet PHY, 'ethgroup' is undefined but used (there are not such
+    platforms in the repository yet). All other architectures are not
+    affected by this change.
+
+    Signed-off-by: Alessio Centazzo acpatin@yahoo.com
+    Acked-by: Stefan Roese <sr@denx.de>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 09133f8580f0106429ba3600f1855bd3577ae58b
+Author: Michael Zaidman <michael.zaidman@gmail.com>
+Date:  Tue Jul 14 23:37:12 2009 +0300
+
+    DHCP regression on 2009-06
+
+    Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
+    by initializing our IP addr to 0 in order to accept any IP addr
+    assigned to us by the DHCP/BOOTP/RARP server.
+
+    Ack-by: Robin Getz <rgetz@blackfin.uclinux.org>
+    Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 443ce4ac9d1138ae5ae6863b2d40a96fd6edf523
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Thu Jul 16 20:58:02 2009 +0530
+
+    net: phy: bugfixes: mv88E61xx multichip addressing support
+
+    With these fixes, this driver works properly for multi chip
+    addressging mode
+
+    Bugfixes:
+    1. Build error fixed for function mv88e61xx_busychk_multic-fixed
+    2. PHY dev address error detection- fixed
+    3. wrong busy bit was refered in function mv88e61xx_busychk -fixed
+    4. invalid data read ptr was refered for RD_PHY in case of
+       multichip addressing mode -fixed
+
+    The Multichip Address mode is tested with RD6281A board having
+    MV88E6165 switch on it
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 16025ea45539219f2a7c750c6f0ae983ea5c2737
+Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
+Date:  Wed Jul 8 13:05:11 2009 +0200
+
+    arm: Kirkwood: Check the error summary bit for error detection
+
+    The Marvell documentation for the 88f6281 states that the error coding
+    is only valid if the error summary and last frame bits in the transmit
+    descriptor status field are set. This patch adds checks for these for
+    transmit (I would get transmit errors on bootp with the current check,
+    which I believe are spurious).
+
+    Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 7b05f5e027b81cd3a9a41c6c6d3fe09c72fa93f6
+Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
+Date:  Wed Jul 8 13:03:18 2009 +0200
+
+    arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
+
+    kwgbe_send/recv both have loops waiting for the hardware to set  a bit.
+    GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This
+    patch uses readl to force a read from device memory. Other volatile
+    accesses have also been replaced with readl/writel where appropriate
+    (as per suggestions on the U-boot mailing list).
+
+    Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 3f6b18ffd94621625de961bc566022b0266790f5
+Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
+Date:  Thu Jul 2 13:21:22 2009 -0400
+
+    MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
+
+    This patch sets the returned value to 0xFFFF if the PHY does not exist
+    and does not assert Transfer Acknowledge. A NULL check for the value
+    pointer is also added for buffer overflow protection.
+
+    Without this patch 'mii info' will show 'phantom' devices because the
+    value will be not be initialized and return with some random value.
+
+    Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 736fead8fdbf8a8407048bebc373cd551d01ec98
+Author: Ben Warren <biggerbadderben@gmail.com>
+Date:  Mon Jul 20 22:01:11 2009 -0700
+
+    Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
+
+    All in-tree boards that use this controller have CONFIG_NET_MULTI added
+    Also:
+     - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X*
+     - cleaned up line lengths
+     - modified all boards that override weak function in this driver
+     - added
+
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+    Tested-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 3bd0a877b74b9c005ae7cb892480ccedfa308c20
+Author: Ben Warren <biggerbadderben@gmail.com>
+Date:  Fri Jul 17 00:50:15 2009 -0700
+
+    Add warning about upcoming removal of old Ethernet API
+
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit b7fe25d2a8d1cede401d09e1f9c84f8fe47bdbb1
+Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
+Date:  Thu Jul 2 16:15:13 2009 +0530
+
+    P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
+
+    These PHYs are on P2020RDB platform.
+
+    Also revamped Freescale copyright message in drivers/net/tsec.c.
+
+    Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 1a32bf41881b5dbe3119cb77a33572b4d462cabf
+Author: Robin Getz <rgetz@blackfin.uclinux.org>
+Date:  Mon Jul 20 14:53:54 2009 -0400
+
+    Add DNS support
+
+    On 04 Oct 2008 Pieter posted a dns implementation for U-Boot.
+
+    http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg10216.html
+    >
+    > DNS can be enabled by setting CFG_CMD_DNS. After performing a query,
+    > the serverip environment var is updated.
+    >
+    > Probably there are some cosmetic issues with the patch. Unfortunatly I
+    > do not have the time to correct these. So if anybody else likes DNS
+    > support in U-Boot and has the time, feel free to patch it in the main tree.
+
+    Here it is again - slightly modified & smaller:
+      - update to 2009-06 (Pieter's patch was for U-Boot 1.2.0)
+      - README.dns is added
+      - syntax is changed (now takes a third option, the env var to store
+       the result in)
+      - add a random port() function in net.c
+      - sort Makefile in ./net/Makefile
+      - dns just returns unless a env var is given
+      - run through checkpatch, and clean up style issues
+      - remove packet from stack
+      - cleaned up some comments
+      - failure returns much faster (if server responds, don't wait for
+       timeout)
+      - use built in functions (memcpy) rather than byte copy.
+
+    Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
+    Signed-off-by: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 88ad3fd91c83a4343b25385fd78fd8e29ebb723f
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Fri Jul 17 12:17:00 2009 -0500
+
+    net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
+
+    fix this gcc 4.4 warning:
+
+    tsec.c: In function 'tsec_init':
+    tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit d9bec9f42ab34383737c8a94429aa02fe76d7946
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sat Jul 18 21:04:08 2009 -0400
+
+    net: rename NetRxPkt to NetRxPacket
+
+    The net code is mostly consistent in using 'Packet' rather than 'Pkt', so
+    rename the minor detractor to follow suite.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 88a4c2e77cd5674db745d0c2ebbad68c9baf760c
+Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+Date:  Thu Jun 25 16:33:04 2009 +0900
+
+    sh: sh_eth: Remove garbage from printf
+
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+    CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 2ea20efa47da9d98ff38223ff51dea5439ad8708
+Author: Andreas Pretzsch <apr@cn-eng.de>
+Date:  Thu Jul 9 21:50:05 2009 +0200
+
+    smc911x: add support for LAN9221
+
+    Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 7168eba729b9e6d730db7cd1028767f7b1a6128b
+Author: David Brownell <david-b@pacbell.net>
+Date:  Tue Jun 9 11:14:24 2009 -0700
+
+    rm9200 ethernet driver: board-specific quirk (csb337)
+
+    CSB337 boards originally shipped with MicroMonitor, not U-Boot;
+    and with a version using a different convention for recording
+    Ethernet addresses than anyone else.  To avoid breaking Linux
+    when it uses U-Boot, have it use the same convention on that
+    hardware.
+
+    Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
+    Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
+
+commit 57215cd2e59fd403248df8f2f195e382900d5fc2
+Author: Heiko Schocher <hs@denx.de>
+Date:  Thu Jul 16 09:58:31 2009 +0200
+
+    arm, kirkwood: added kw_gpio_set_valid() in gpio.h
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit ec16441085f471c03a8c0909579463e31e5b947a
+Author: Dieter Kiermaier <dk-arm-linux@gmx.de>
+Date:  Mon Jun 29 14:45:08 2009 +0200
+
+    Kirkwood: add Marvell Kirkwood gpio driver
+
+    Signed-off-by: Dieter Kiermaier <dk-arm-linux@gmx.de>
+    Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
+    Tested-by: Heiko Schocher <hs@denx.de>
+
+commit 688b6a0ff2dcbb0c7e63ef63cbbcc291f14f321f
+Author: Heiko Schocher <hs@denx.de>
+Date:  Thu Jul 16 09:59:10 2009 +0200
+
+    arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit fbc8365ad7ab0afd4143bdbffab2fd0b24df004f
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Thu Jul 16 21:02:24 2009 +0530
+
+    Marvell RD6281A Board support
+
+    This is Marvell's 88F6281_A0 based reference design board
+
+    This patch is tested for-
+    1. Boot from DRAM/NAND flash/NFS
+    2. File transfer using tftp and loadb
+    3. NAND flash read/write/erase
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 2906e6d654fcc7f2451fde225e4e8b3f20c9555f
+Author: Piotr Ziecik <kosmo@semihalf.com>
+Date:  Fri Jul 17 16:35:19 2009 +0200
+
+    api: Fix broken build on ARM.
+
+    This patch fixes broken build introduced by commit
+    84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed
+    ifdef CONFIG_API already handle by the Makefile).
+
+    Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
+
+commit 48677a1ef5f82adca49145a7baf11ece77f51945
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Wed Jul 22 23:53:23 2009 +0200
+
+    Fix "ld: cannot find -lstubs" build error
+
+    Commit 1bc15386 moved the examples/ to examples/standalone but failed
+    to adapt the Makefiles that need to link against libstubs.a
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Cc: Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+
+commit ae71121a111ddf9dd057cacbbdd0f51054be428a
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 20:47:36 2009 +0200
+
+    at91cap9adk: fix #ifdef/#endif pairing
+
+    The #ifdef/#endif pairing in this file was obviously messed up.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 6b96a20d512b04a808438553874c00cf40812c44
+Author: Minkyu Kang <mk7.kang@samsung.com>
+Date:  Mon Jul 20 11:40:01 2009 +0900
+
+    ARM Cortex A8: Move OMAP3 specific reset handler
+
+    Because of the reset_cpu is soc specific, should be move to soc
+
+    Cc: Dirk Behme <dirk.behme@googlemail.com>
+    Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
+
+commit 048e7efe91f66094f868281c12e488ce2bae8976
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Jul 22 10:12:39 2009 -0500
+
+    85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
+
+    The pixis code used in8/out8 all over the place.  Replace it with
+    in_8/out_8 macros.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 0a6d0c6320b77bd6572393a93e6b8ccdf39c7100
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Tue Jul 21 13:51:08 2009 -0500
+
+    xpedite5370: Enable NAND command support
+
+    Use the MPC8572's eLBC to access 1 GB (or greater) onboard NAND flash
+    via the 'nand' command.
+
+    Previously, the XPedite5370's NAND chip selects were properly
+    configured, but NAND support was not enabled.
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 39121c0896a6760bd436d88c17892f49a97902d0
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Tue Jul 21 13:51:07 2009 -0500
+
+    xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB
+
+    Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to
+    support uncompressing images larger than 8 MB when using the bootm
+    command.
+
+    Note that recent Linux kernels for the 85xx and 86xx map greater than
+    16MB of memory on bootup, but we use 16MB to maintain compatibility with
+    older Linux kernels for now.
+
+    Signed-off-by: Nate Case <ncase@xes-inc.com>
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 58f31b602dfd52eb7836ab82caa587514e046f02
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Sun Jul 19 19:17:41 2009 -0500
+
+    xpedite5370: Fix I2C GPIO initialization typo
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Acked-by: Heiko Schocher<hs@denx.de>
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 5ff821006c6e7647d183ea95817044943bb22e7e
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Sun Jul 19 19:17:40 2009 -0500
+
+    xpedite5200,5370: Use buffered NOR flash writes
+
+    Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly
+    improve NOR flash write speeds
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit d9c147f371800a479a507a816b2fe572c97da197
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 10:14:48 2009 -0500
+
+    85xx, 86xx: Add common board_add_ram_info()
+
+    Previously, 85xx and 86xx boards would display DRAM information on
+    bootup such as:
+
+    ...
+    I2C:   ready
+    DRAM:
+    Memory controller interleaving enabled: Bank interleaving!
+     2 GB
+    FLASH: 256 MB
+    ...
+
+    This patch moves the printing of the DRAM controller configuration to a
+    common board_add_ram_info() function which prints out DDR type, width,
+    CAS latency, and ECC mode. It also makes the DDR interleaving
+    information print out in a more sane manner:
+
+    ...
+    I2C:   ready
+    DRAM:   2 GB (DDR2, 64-bit, CL=4, ECC on)
+          DDR Controller Interleaving Mode: bank
+    FLASH: 256 MB
+    ...
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 12a440ae6d09445140f1a0c2023dba76a9f1a617
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 10:14:47 2009 -0500
+
+    tqm85xx: Remove board_add_ram_info()
+
+    This is in preparation for adding one common 8xxx board_add_ram_info()
+    function for all 8xxx boards
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit ed2c9488bbe389b7b25cada1e42bdae5d0976327
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 10:14:46 2009 -0500
+
+    xes: Remove 8xxx board_add_ram_info() function
+
+    This is in preparation for adding one common 8xxx board_add_ram_info()
+    fuction for all 8xxx boards
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit e7ee23ec1788d8cf269a4cf6b9cd3722cbc7d592
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 17 10:14:45 2009 -0500
+
+    86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
+
+    Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match
+    the 86xx user's manual and other Freescale architectures
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit f6155c6fbb1d85f517b7c160570f0995ef14c43f
+Author: Roy Zang <tie-fei.zang@freescale.com>
+Date:  Thu Jul 9 10:05:48 2009 +0800
+
+    85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
+
+    Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Tue Jul 14 22:42:01 2009 -0500
+
+    85xx: Report which "bank" of NOR flash we are booting from on FSL boards
+
+    The p2020DS, MPC8536DS, MPC8572DS, MPC8544DS boards are capable of
+    swizzling the upper address bits of the NOR flash we boot out of which
+    creates the concept of "virtual" banks.  This is useful in that we can
+    flash a test of image of u-boot and reset to one of the virtual banks
+    while still maintaining a working image in "bank 0".
+
+    The PIXIS FPGA exposes registers on LBC which we can use to determine
+    which "bank" we are booting out of (as well as setting which bank to
+    boot out of).
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 9af9c6bdc16da53772c56b1a79c2c91701fe94e6
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Jul 15 13:45:00 2009 -0500
+
+    86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
+
+    The MPC8641HPCN board is capable of swizzling the upper address bit of
+    the NOR flash we boot out of which creates the concept of "virtual"
+    banks.  This is useful in that we can flash a test of image of u-boot
+    and reset to one of the virtual banks while still maintaining a
+    working image in "bank 0".
+
+    The PIXIS FPGA exposes registers on LBC which we can use to determine
+    which "bank" we are booting out of (as well as setting which bank to
+    boot out of).
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit caf72ff329759b4da71352ab098537c7698c0e9f
+Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
+Date:  Tue Jul 21 10:45:49 2009 +0200
+
+    Refresh LZMA-lib to v4.65
+
+    Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
+
+commit 70ebf31633f372a24505e47846b2628e8435ea37
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Fri Jul 17 23:35:29 2009 +0200
+
+    AT91: factor out ROUND() macro
+
+    A large number of boards (all AT91 based) duplicated the ROUND()
+    macro in their board specific config files. Add the definition to
+    include/common.h and clean up the board config files.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 89188a62333c0841a7166783d2ebdd39d7044eb2
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Wed Jul 15 08:54:50 2009 -0500
+
+    85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
+
+    We have always mapped at least 16M in the kernel and we have seen cases
+    with new kernel features that a kernel image needs more than 8M of
+    memory.
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit d4abc757c26c531293f5bbc4262ade44a317eec9
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Mon Jul 20 19:02:21 2009 -0500
+
+    Move api_examples to examples/api
+
+    Also add a rule to remove demo.bin which was previously leftover
+    after a "make clean"
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+
+commit af1d7d984a23a0faa1f436ebfeb55c876b1a99e1
+Author: Heiko Schocher <hs@denx.de>
+Date:  Tue Jul 21 06:37:28 2009 +0200
+
+    83xx, kmeter: fix compile error
+
+    CONFIG_SYS_MALLOC_LEN is defined in the board config, and
+    the keymile-common.h, which collects common options used
+    by all keymile-boards. This results in a compile error
+    when compiling the kmeter1 board. So remove this define
+    in the board config file.
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit 39df00d9aecfb465b9eec9af593f9b763fb5209a
+Author: Heiko Schocher <hs@denx.de>
+Date:  Thu Jul 9 12:04:26 2009 +0200
+
+    i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c
+
+    This patch adds the possibility to call a board specific
+    i2c bus reset routine for the fsl_i2c bus driver, and adds
+    this option for the keymile kmeter1 board.
+
+    The deblock sequence for this board is implemented and
+    tested in the following way:
+
+    CR = 0x20 (release SDA and SCL pin)
+    CR = 0xa0 (start read)
+    dummy read
+    dummy read
+    if 2. dummy read == 0x00
+       3. dummy read
+
+    CR = 0x80 (SDA and SCL now 1 SR = 0x86)
+    CR = 0x00 (Modul reset SR=0x81)
+    CR = 0x80 (SDA and SCL = 1, SR = 0x81)
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 10 11:03:19 2009 -0500
+
+    Move examples/ to examples/standalone
+
+    The current files in examples are all standalone application examples,
+    so put them in their own subdirectory for organizational purposes
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+
+commit b220c64d86f7c705a183302c3b50076d7e5d876c
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Fri Jul 10 11:03:15 2009 -0500
+
+    Move architecture specific config.mk files into subdirs
+
+    This cleans up U-Boot's toplevel directory a bit and makes the
+    architecture 'config.mk' file naming and location similar to board
+    and cpu 'config.mk' files
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+
+commit 082becd0d546399637fa94fdf9f1730a0f7bf348
+Author: Po-Yu Chuang <ratbert@faraday-tech.com>
+Date:  Fri Jul 10 18:25:34 2009 +0800
+
+    Add "tags" to .gitignore file.
+
+    Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit dc71b248ef0d5e12b19f33c6efb873e31df91fa9
+Author: Heiko Schocher <hs@denx.de>
+Date:  Thu Jul 9 12:04:18 2009 +0200
+
+    powerpc: updates for the keymile boards
+
+    - CONFIG_SYS_MAX_I2C_BUS changed to 1
+      We use only one I2C hardwarecontroller on this boards, so
+      change the CONFIG_SYS_MAX_I2C_BUS to 1.
+    - common: dont print errormsg if second IVM Block lacks.
+    - 82xx, mgcoge: fix double mtdpart entry in environment
+    - 82xx, mgcoge: activate on second Flash the second bank.
+    - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards
+    - common: Change malloc size to 1MByte for all Keymile boards
+       We need a bigger malloc area for the environment support (128k)
+       on some Keymile boards (kmeter1) and the upcoming UBI support.
+       Change it to 1MB for all Keymile boards to be on the save side.
+       Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for
+       UBI/UBIFS support.
+    - Add UBI support to all Keymile boards
+    - change manner of writing "/localbus/ranges" node
+       instead of writting the complete "/localbus/ranges" node
+       before booting Linux, only update the ranges entries
+       which gets dynamical detected (size of flashes).
+       This is needed, because keymile adds in the DTS
+       "/localbus/ranges" node entries, which u-boot must
+       not overwrite/delete.
+    - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips
+       The Intel P30 chip has 2 non-identical chips on
+       one die, so we need to define 2 seperate regions
+       that are scanned by physmap_of independantly.
+    - kmeter1: Add MTD concat support to Keymile boards
+    - 82xx, mgcoge: add "unlock=yes" to default environment
+    - added CONFIG_MTD_DEVICE to get in sync with mainline code
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit f14d81050a9e0fa57aedb1bc746c60a07c1ad67f
+Author: galak <galak@ducky.am.freescale.net>
+Date:  Tue Jul 7 15:53:21 2009 -0500
+
+    fsl_sata: Fix compiler warnings shown by gcc-4.4
+
+    Update fsl_sata to use common structures instead of casting
+    back and forth between the fsl specific ones and the common ones
+    (which are identical).
+
+    fsl_sata.c: In function 'scan_sata':
+    fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
+    fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
+    fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
+    fsl_sata.c:545: note: initialized from here
+    fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
+    fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
+    fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
+    fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
+    fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
+    ...
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+
+commit 20938e54a207472a090f04f20f30c9e32b14137e
+Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
+Date:  Tue Jul 7 15:58:51 2009 +0200
+
+    Add unaligned.h for arm
+
+    This patch adds unaligned.h for ARM (needed to build with LZO
+    compression). The file is taken from the linux kernel, but includes
+    u-boot headers instead.
+
+    Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
+    Acked-by: Stefan Roese <sr@denx.de>
+
+commit 433ea8abd6adfae3138dd4ce238237a037e1e537
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Sun Jul 19 19:17:42 2009 -0500
+
+    Remove last remanants of unused CONFIG_I2C_CMD_TREE
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+
+commit f6ca3b70949790ab5438d6c9a592216cc3616110
+Author: Andrzej Wolski <awolski@poczta.fm>
+Date:  Fri Jul 17 22:26:54 2009 +0200
+
+    ubi: help message correction
+
+    Fix incorrect information about size units and correct typo.
+
+    Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 22f2017c31bc682e9b15612a5c2580ab5b84418e
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Sun Jul 19 19:17:42 2009 -0500
+
+    Remove last remanants of unused CONFIG_I2C_CMD_TREE
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+
+commit f99a292aa6083057f5db8283d2ce4a2be22b8856
+Author: Andrzej Wolski <awolski@poczta.fm>
+Date:  Fri Jul 17 22:26:54 2009 +0200
+
+    ubi: help message correction
+
+    Fix incorrect information about size units and correct typo.
+
+    Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit b86b85e2611d57d834795a92453431a1a340c3c9
+Author: Ilya Yanok <yanok@emcraft.com>
+Date:  Mon Jun 29 17:53:16 2009 +0400
+
+    mmc: set bus width to 1 and clock to minimum early during initialization
+
+    We need to switch back to 1-bit before initialization or SD 2.0 cards
+    will fail to send SCR if we've switched to 4-bit already.
+
+    Signed-off-by: Ilya Yanok <yanok@emcraft.com>
+
+commit cff80f2cd12bf9767509b5334ecfc90cd7de5502
+Author: Shinya Kuribayashi <skuribay@pobox.com>
+Date:  Sat Jun 20 19:14:33 2009 +0900
+
+    config.mk: Remove unused HPATH
+
+    This variable is not unused anywhere.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
+
+commit a781de12700e2cb3d3011fc83b47f7dd8cc3c154
+Author: Grzegorz Bernacki <gjb@semihalf.com>
+Date:  Wed Jun 17 16:20:14 2009 +0200
+
+    digsy mtc: Enable command line history.
+
+    Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
+
+commit 37566090766d61beef70c62986b90749920255d8
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Thu Jul 2 19:23:25 2009 -0400
+
+    compiler.h: unify system ifdef cruft here
+
+    Shove a lot of the HOSTCC and related #ifdef checking crap into the new
+    compiler.h header so that we can keep all other headers nice and clean.
+
+    Also introduce custom uswap functions so we don't have to rely on the non
+    standard implementations that a host may (or may not in the case of OS X)
+    provide.  This allows mkimage to finally build cleanly on an OS X system.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 2a2ed845c085eb093b69fa6382fcf7534bb1f4b0
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Mon Jun 15 11:50:40 2009 -0500
+
+    common: fix 'dummy' is used uninitialized in this function warning
+
+    fix this gcc 4.4 warning:
+
+    xyzModem.c: In function 'xyzModem_stream_open':
+    xyzModem.c:564: warning: 'dummy' is used uninitialized in this function
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sun Jun 14 23:33:14 2009 -0400
+
+    push CROSS_COMPILE out to $(ARCH)_config.mk
+
+    Each arch should handle setting a proper default CROSS_COMPILE value in
+    their own config.mk file rather than having to maintain a large ugly list
+    in the Makefile.  By using conditional assignment, we don't have to worry
+    about the variable already being set (env/cmdline/etc...).
+
+    The common config.mk file takes care of exporting CROSS_COMPILE already,
+    and while a few variables (toolchain ones) utilize CROSS_COMPILE before
+    including the arch config.mk, they do so with deferred assignment.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 60a3f404acbf8238a3138fe1f80a6bac75da4582
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat Jun 13 12:55:37 2009 +0200
+
+    malloc.h: protect it against multiple include
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 7640f41988a456a0b1f05263d2e2dc5cd7d93984
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jul 19 19:37:24 2009 +0200
+
+    Fix boards broken after removal of legacy NAND and DoC support
+
+    Commit 2419169f removed support for legacy NAND and disk on chip but
+    missed to update the code for a few boards. This patch fixes the
+    resulting build issues.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 1a4664b53aaf23687b52d64b94be06a9aa260b86
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jul 19 19:32:37 2009 +0200
+
+    cmd_flash.c: fix fix compile error for boards with DataFlash
+
+    Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable
+    'addr_first'/'addr_last'") changed the #ifdef logic areound the
+    declaration of these variables and missed a combination of settings
+    of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this.
+
+    Also spotted by Alessandro Rubini <rubini@gnudd.com>
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 341245a28830d3261c41b09d958eeea7bb93587a
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jul 19 12:05:15 2009 +0200
+
+    pcm030: fix out-of-tree building
+
+    Commit 0a87dd90 that was supposed to fix out-of-tree building for the
+    pcm030 board was unfortunately incomplete.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 8bf29b59fce8cc381114929082202d800e313ad5
+Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
+Date:  Tue Jul 7 13:58:51 2009 +0200
+
+    Add unaligned.h for arm
+
+    This patch adds unaligned.h for ARM (needed to build with LZO
+    compression). The file is taken from the linux kernel, but includes
+    u-boot headers instead.
+
+    Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
+    Acked-by: Stefan Roese <sr@denx.de>
+
+commit e405afab1dda66c9df3733f6b779d72fc36a0162
+Author: Kazuaki Ichinohe <kazuichi@fsi.co.jp>
+Date:  Fri Jun 12 18:10:12 2009 +0900
+
+    Canyonlands SATA harddisk driver
+
+    This patch adds a SATA harddisk driver for the canyonlands.
+    This patch is kernel driver's porting.
+    This patch corresponded to not cmd_scsi but cmd_sata.
+    This patch divided an unused member with ifndef __U_BOOT__ in the structure.
+
+    [environment variable, boot script]
+    setenv bootargs root=/dev/sda7 rw
+    setenv bootargs ${bootargs} console=ttyS0,115200
+    ext2load sata 0:2 0x400000 /canyonlands/uImage
+    ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb
+    fdt addr 0x800000 0x4000
+    bootm 0x400000 - 0x800000
+
+    If you drive SATA-2 disk on Canyonlands, you must change parts from
+    PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using
+    following disks:
+
+    1.Vendor: Fujitsu   Type: MHW2040BS
+    2.Vendor: Fujitsu   Type: MHW2060BK
+    3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT
+    4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required)
+    5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required)
+    6.Vendor: Hitachi   Type: HTS543232L9A300 (CONFIG_LBA48 required)
+    7.Vendor: Seagate   Type: ST31000333AS (CONFIG_LBA48 required)
+    8.Vendor: Transcend         Type: TS32GSSD25S-M
+    9.Vendor: MTRON             Type: MSD-SATA1525-016
+
+    Signed-off-by: Kazuaki Ichinohe <kazuichi at fsi.co.jp>
+
+commit 52a0e2dee90c17e39634de814b16b96061cfb472
+Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+Date:  Wed Jun 10 19:09:40 2009 +0200
+
+    Add support for the Tundra TSI148 VME-bridge
+
+    From: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+
+    This patch adds support for the Tundra TSI148 VME-bridge. It's used on
+    the upcoming esd VME8349 board.
+
+    Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 8d1fea2c4041e665c96944e3f6fcffbde55db34b
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Thu Jul 16 19:05:30 2009 -0400
+
+    Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR
+
+    MAC addresses should not be hardcoded in boards to avoid random link level
+    conflicts.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit baf357050353aee30c04f3f4b868426cb54468ca
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Fri Jul 10 10:42:06 2009 -0400
+
+    Blackfin: bf533-stamp: back down SCLK a bit
+
+    While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher
+    SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with
+    the shortened SDRAM traces.  So lower the SCLK speed down to a value that
+    all three can handle.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 490fe7349102012c48730f6fc14ef36c8d155068
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Thu Jul 9 20:56:56 2009 -0400
+
+    Blackfin: split cpu COBJS into multilines
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 909878fd3fda056d19b8b51a5cc51cb1c0b563d1
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Thu Jul 9 01:15:05 2009 -0400
+
+    Blackfin: add os log functions
+
+    Part of the mini Blackfin ABI with operating systems is that they can use
+    0x4f0-0x4f8 to pass log buffers to/from bootloaders.  So add support to
+    U-Boot for reading the log buffer.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 9993e196da707a0a1cd4584f1fcef12382c1c144
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Sat Jul 18 18:42:13 2009 -0500
+
+    mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit d39041fcadb1231430201d298c31f6be03d654f7
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jul 19 01:15:52 2009 +0200
+
+    PATI board: fix compiler warnings
+
+    Fix these:
+    pati.c: In function 'checkboard':
+    pati.c:358: warning: pointer targets in passing argument 2 of 'getenv_r' differ in signedness
+    ../common/flash.c: In function 'write_word':
+    ../common/flash.c:824: warning: dereferencing type-punned pointer will break strict-aliasing rules
+    cmd_pati.c: In function 'do_pati':
+    cmd_pati.c:279: warning: 'value' may be used uninitialized in this function
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 28c345042eafc550a34b9f52431bd4a22af6ac25
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat May 16 12:14:56 2009 +0200
+
+    mpl: printing current stdio devices cleanup
+
+    Currently the mpl boards duplicate the code to print the current
+    devices from common/console.c; use stdio_print_current_devices()
+    instead
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+    Edited commit message.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 7e3be7cf3bb344f717b6ec3d47a081269ea67ead
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat May 16 12:14:55 2009 +0200
+
+    console: unify printing current devices
+
+    Create stdio_print_current_devices() for this purpose
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+commit 5669ed4557edf2714203aa8625c9fcd5a753b338
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 23:18:14 2009 +0200
+
+    cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 6bb6e6c75ec4ef496f00f7f530e549d3e073c5de
+Author: Tom Rix <Tom.Rix@windriver.com>
+Date:  Tue Jun 30 15:04:13 2009 -0500
+
+    OMAP3 Fix compiler warning for v7_flush_dcache_all
+
+    On build of omap3 targets in MAKEALL, the *.ERR files have
+
+    cpu.c: In function 'cleanup_before_linux':
+    cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all'
+    cpu.c:64: warning: implicit declaration of function 'get_device_type
+
+    The functions v7_flush_dcache_all and get_device_type are declared
+    in include/asm-arm/arch-omap3/sys_proto.h, so use this file to
+    declare the functions.
+
+    Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
+
+commit dba107b967332fc8a35867f4d58038626c968800
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 22:09:38 2009 +0200
+
+    ARM: make split_by_variant.sh output more useful
+
+    The board/armltd/integrator/split_by_variant.sh script used to print
+    "Configuring for integrator*p board..." no matter which board name
+    was being compiled. This made it difficult to match MAKEALL output to
+    board names. This patch fixes this.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 21:52:24 2009 +0200
+
+    NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
+
+    Commit 8d2effea added a warning for configurations that use NAND
+    without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
+    failed to fix the affected boards.
+
+    This patch covers the non-PPC boards that were missed in the previous
+    patch (commit 170c1972).
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 7024aa14df2981b4e65c6189909da9aadb1c22da
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 20:46:38 2009 +0200
+
+    at91cap9adk: fix #ifdef/#endif pairing
+
+    The #ifdef/#endif pairing in this file was obviously messed up.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 4abc5bffea244589fa1097e4c899a63efc609c8e
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Thu Jul 16 20:58:01 2009 +0530
+
+    Marvell MV88F6281GTW_GE Board support
+
+    This is Marvell's 88F6281_A0 based custom board developed
+    for wireless access point product
+
+    This patch is tested for-
+    1. Boot from DRAM/SPI flash/NFS
+    2. File transfer using tftp and loadb
+    3. SPI flash read/write/erase
+    4. Booting Linux kernel and RFS from SPI flash
+    5. Boot from USB supported
+
+    Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+
+commit 55dd4ba5413b14e8ee24058c89ac5c05376c331c
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Thu Jul 16 20:58:00 2009 +0530
+
+    Marvell Sheevaplug Board support
+
+    Reference:
+    http://plugcomputer.org/
+    http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support
+
+    This patch is tested for-
+    1. Boot from DRAM/NAND flash
+    2. File transfer using tftp
+    3. NAND flash read/write/erase
+    4. Linux kernel and RFS Boot from NAND
+    5. Enabled USB PHY init for kernel need
+    6. Boot from USB supported
+
+    Note: to boot Kirkwood kernel with USB support,
+       you should add "usb start" in the boot sequence
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+
+commit 0a87dd90a75d034301496285026fbd8106c7c6d5
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 18:00:25 2009 +0200
+
+    pcm030: fix out-of-tree building
+
+    Commit c9969947, which added support for the pcm030 board
+    (aka phyCORE-MPC5200B-tiny), broke out-of-tree building.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 9ff59601c71e800b9d0dfde22fa70d12c71c12b4
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 16:36:11 2009 +0200
+
+    MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 2b5243fc24a724e83409c0b70caa1a3180e997ae
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 16:13:18 2009 +0200
+
+    8xxx: fix warning: implicit declaration of function 'uec_standard_init'
+
+    Commit 8e55258f created function uec_standard_init() to initialize
+    all UEC interfaces for 83xx and 85xx but failed to provide a
+    prototype for it.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 5b54df2674fdad5e7d316484c67efc68e79f3f0d
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 15:46:02 2009 +0200
+
+    MIP405T: fix compile problem
+
+    The "stdio/device: rework function naming convention" patch
+    (commit 52cb4d4f) broke the MIP405T board; this patch fixes it.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 170c19725ecd3a0e2e517dfd49979ca8822edec0
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 15:32:10 2009 +0200
+
+    NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
+
+    Commit 8d2effea added a warning for configurations that use NAND
+    without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
+    failed to fix the affected boards.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 6e897a661fb9968ce354165a12cce82e4b889e04
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sat Jul 18 15:05:44 2009 +0200
+
+    CPCI750: fix compile problem
+
+    Commit bc0d3296 removed ppc_error_no.h from Marvell boards
+    but forgot to update board/esd/cpci750/mv_eth.h
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 6aee3048348f1b19ab89156da98bfa4f7babf24b
+Author: Alessandro Rubini <rubini-list@gnudd.com>
+Date:  Fri Jul 17 14:42:11 2009 +0200
+
+    cmd_i2c: bugfix: add missing brace
+
+    The sub-command parser missed a brace, so "return 0;" is always
+    taken and no error message is diplayed if you say "i2c scan"
+    instead of "i2c probe", for example.
+
+    Proper brace is added. Also, a misleading and unneeded else
+    is removed.
+
+    Signed-off-by: Alessandro Rubini <rubini@gnudd.com.it>
+
+commit 52cb4d4fb3487313f5a72ea740f527a4aefaa365
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat May 16 12:14:54 2009 +0200
+
+    stdio/device: rework function naming convention
+
+    So far the console API uses the following naming convention:
+
+       ======Extract======
+       typedef struct device_t;
+
+       int     device_register (device_t * dev);
+       int     devices_init (void);
+       int     device_deregister(char *devname);
+       struct list_head* device_get_list(void);
+       device_t* device_get_by_name(char* name);
+       device_t* device_clone(device_t *dev);
+       =======
+
+    which is too generic and confusing.
+
+    Instead of using device_XX and device_t we change this
+    into stdio_XX and stdio_dev
+
+    This will also allow to add later a generic device mechanism in order
+    to have support for multiple devices and driver instances.
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+
+    Edited commit message.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit f732a7598fa36d48241df20b1a1f4cdbf09f75ee
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Wed Jul 15 00:01:08 2009 -0500
+
+    ppc: Fix compile error for boards with CONFIG_DDR_ECC
+
+    A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
+    which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC
+    defined and resulted in errors such as:
+
+    Configuring for canyonlands board...
+    fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your
+    processor"
+    make[1]: *** No rule to make target `.depend', needed by `libdma.a'.  Stop.
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+
+commit 18e067de9b6ed087fa60496e64887f0b7458dbaa
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Thu Jul 16 20:57:59 2009 +0530
+
+    include/config_cmd_default.h cleanup
+
+    arranged configurations in alphabetical order
+    CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+
+commit 569460ebf14b87bd8fdb2352bde95d35ee96e13b
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sun Jun 14 21:35:22 2009 -0400
+
+    sata: namespace curr_device variable
+
+    The curr_device variable really should be namespaced with a "sata_" prefix
+    since it is only used by the sata code.  It also avoids random conflicts
+    with other pieces of code (like cmd_mmc):
+    common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
+       multiple definition of `curr_device'
+    common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sun Jun 14 21:35:21 2009 -0400
+
+    cmd_mmc: make curr_device static
+
+    The curr_device variable isn't used outside of cmd_mmc, so mark it static
+    to avoid conflicts with other pieces of code (like sata which also exports
+    a curr_device).  Otherwise we end up with stuff like:
+    common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
+       multiple definition of `curr_device'
+    common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 2d8d2adde3fce1152e4ad9f47238f07e70793c53
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Sun Jun 14 21:35:16 2009 -0400
+
+    envcrc: add missing dependencies on env storage
+
+    When the envcrc building was made conditional, it missed a bunch of env
+    storage types, so add all currently supported types.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 2419169f5749d7af501b3b77a5336d1d535320de
+Author: Scott Wood <scottwood@freescale.com>
+Date:  Thu Jul 16 19:08:04 2009 -0500
+
+    Remove legacy NAND and disk on chip references from boards.
+
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 12e9043c7ed961b60df865f45d9a3c74d6a38199
+Author: Shinya Kuribayashi <skuribay@pobox.com>
+Date:  Sat Jun 20 19:10:14 2009 +0900
+
+    config.mk: Remove $(PCI_CLOCK) reference
+
+    The following commit introduced $(PCI_CLOCK) reference so that
+    we could tweak `PCI_66M' definition via an environment variable.
+
+    > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6
+    > Author: Eran Liberty <liberty@freescale.com>
+    > Date:   Thu Jul 28 10:08:46 2005 -0500
+    >
+    >    * Patch by Eran Liberty
+    >      Add support for the Freescale MPC8349ADS board.
+
+    But I suggest a removal of it for the following reasons:
+
+    * In 2006, MPC8349ADS was merged into MPC8349EMDS port,
+      and it seems that MPC8349EMDS port is PCI_66M free.
+
+    * OTOH, PCI_66M is used by MPC832XEMDS an MPC8360EMDS ports,
+      but they don't need $(PCI_CLOCK) environment variable at all.
+      PCI_66M is automatically configured via $(BOARD)_config names
+      with the help of $(findstring _66_,$@).
+
+    * Unfortunately $(PCI_CLOCK) has been undocumented anywhere,
+      so only a few people know the existence of it these days.
+
+    * Keep config.mk independent from $(BOARD) as much as possible.
+
+    Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 3db75d9c11d37cc1d28bebd91b19f4e548b68155
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat May 23 21:42:36 2009 +0200
+
+    fix: missing autoconfig.mk from general Makefile
+
+    At the first run of make we generate the autoconf.mk and
+    autoconf.mk.dep if not already the case and we currently include only
+    to .dep
+
+    In order to use these autogenerated values we need to include it also
+    even if it's included in config.mk but it's done before their
+    generation
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 1ca298ced07327749b54321815f76fcddb2f9479
+Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
+Date:  Thu Jul 9 16:07:30 2009 +0200
+
+    Added support for splash screen positioning
+
+    This patch adds support splash image positioning by adding an
+    additional variable "splashpos" to the environment. Please see
+    README for details.
+
+    Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
+    Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 9d173e0233493113c9b1aa81bd2208d0057ab9db
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Tue Jul 7 13:11:36 2009 +0200
+
+    video: mb862xx: replace printf with puts
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit cce99b2a7dd80683d61360aee56a6ece344950b2
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Tue Jul 7 13:27:07 2009 +0200
+
+    video: mb862xx: use macros instead of magic numbers
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit e86528671ece6d5c1162656a37fc68a8e0bf67f8
+Author: Anatolij Gustschin <agust@denx.de>
+Date:  Tue Jul 7 13:24:08 2009 +0200
+
+    video: mb862xx: fix coding style and remove dead code
+
+    Signed-off-by: Anatolij Gustschin <agust@denx.de>
+
+commit 292ed489dba8cc97b458579003a8001cd4703cd8
+Author: Michal Simek <monstr@monstr.eu>
+Date:  Tue Jun 30 12:03:50 2009 +0200
+
+    microblaze: Remove ignored return type for __arch__swab16 function
+
+    This change remove compilation warnings.
+
+    Signed-off-by: Michal Simek <monstr@monstr.eu>
+
+commit e2776587c0eac131954ae100fda89cc3e7ed8b57
+Author: Michal Simek <monstr@monstr.eu>
+Date:  Tue Jun 30 12:02:45 2009 +0200
+
+    microblaze: Removed unused variables
+
+    Signed-off-by: Michal Simek <monstr@monstr.eu>
+
+commit be33b046b549ad88c204c209508cd7657232ffbd
+Author: Scott Wood <scottwood@freescale.com>
+Date:  Wed Apr 1 15:02:13 2009 -0500
+
+    Remove legacy NAND and disk on chip code.
+
+    Legacy NAND had been scheduled for removal.  Any boards that use this
+    were already not building in the previous release due to an #error.
+
+    The disk on chip code in common/cmd_doc.c relies on legacy NAND,
+    and it has also been removed.  There is newer disk on chip code
+    in drivers/mtd/nand; someone with access to hardware and sufficient
+    time and motivation can try to get that working, but for now disk
+    on chip is not supported.
+
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit fbdaafaee71e2c7f2c31b3582ab6d8679efee8d3
+Author: Stefan Roese <sr@denx.de>
+Date:  Thu Jun 4 16:40:36 2009 +0200
+
+    nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
+
+    This is needed for the MPC512x NAND driver (fsl_nfc_nand.c) which already
+    defines such a 4k plus 218 bytes ECC layout.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+    Cc: Scott Wood <scottwood@freescale.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit f2f376ab956c17d4a0c42a993133ca25cdc87278
+Author: Stefan Roese <sr@denx.de>
+Date:  Thu Jul 16 15:13:04 2009 +0200
+
+    nand: ndfc: Remove unnecessary #ifdef's
+
+    Now that the 4xx NAND driver ndfc is moved to the common NAND driver
+    directory we don't need this #ifdef's anymore.
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+    Cc: Scott Wood <scottwood@freescale.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 12582ac771b0bf3852817c3bfa4be326522a0665
+Author: Stefan Roese <sr@denx.de>
+Date:  Thu Jul 16 15:12:48 2009 +0200
+
+    nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+    Cc: Scott Wood <scottwood@freescale.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 3ebf70db5452d3d47c316ddef09f40e76553bcba
+Author: Valeriy Glushkov <gvv@lstec.com>
+Date:  Tue Jul 14 13:51:10 2009 +0300
+
+    nand: fixed failed reads on corrected ECC errors in nand_util.c
+
+    Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
+    Signed-off-by: Paulraj, Sandeep <s-paulraj@ti.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit ed727d394c5ab139033719772dc95dc25cfa14f7
+Author: David Brownell <david-b@pacbell.net>
+Date:  Mon Jul 13 16:29:04 2009 -0700
+
+    Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
+
+    Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 937076f84c5064f0a79105fce352ac7cf7b33643
+Author: Kyungmin Park <kmpark@infradead.org>
+Date:  Sat Jul 11 16:49:55 2009 +0900
+
+    MTD: OneNAND: Increase the environment size to 4KiB
+
+    Also use mtd operation instead of onenand functions
+
+    Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit bfadb17f69c256196620c32164775f063a59c34f
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Wed Jun 10 00:25:38 2009 +0400
+
+    mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable
+
+    Since we have simple hwconfig interface now, we don't need
+    pci_external_arbiter variable any longer.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit b8b71ffbc35fde6905e65ffdbf4e4b87efc26b7e
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Wed Jun 10 00:25:36 2009 +0400
+
+    mpc83xx: MPC8315ERDB: Use hwconfig for board type selection
+
+    This patch simply converts the board to the hwconfig infrastructure.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit c78c678354c8321737aa07e86831ff14176f4ed5
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Wed Jun 10 00:25:31 2009 +0400
+
+    mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree
+
+    fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and
+    also will fixup clock-frequency property.
+
+    Plus, since DR USB and eSDHC are mutually exclusive, we should
+    only configure the eSDHC if asked through hwconfig.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit c9646ed758804fa1fa6c1425369a4eee5d618b1d
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Wed Jun 10 00:25:30 2009 +0400
+
+    mpc83xx: MPC837XERDB: Add support for FSL eSDHC
+
+    This patch adds support for eSDHC on MPC837XERDB boards. The WP
+    switch doesn't seem to work on RDB boards though, the WP pin is
+    always asserted (can see the pin state when it's in GPIO mode).
+
+    FSL DR USB and FSL eSDHC are mutually exclusive because of pins
+    multiplexing, so user should specify 'esdhc' or 'dr_usb' options
+    in the hwconfig environment variable to choose between the
+    devices.
+
+    p.s.
+    Now we're very close to a monitor len limit (196 bytes left using
+    gcc-4.2.0), so also increase the monitor len by one sector (64 KB).
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit b33433a63fe08c9e723ea15a7c7c7143bf527c6d
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Wed Jun 10 00:25:29 2009 +0400
+
+    fsl_esdhc: Add device tree fixups
+
+    This patch implements fdt_fixup_esdhc() function that is used to fixup
+    the device tree.
+
+    The function adds status = "disabled" propery if esdhc pins muxed away,
+    otherwise it fixups clock-frequency for esdhc nodes.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 93f9dcf9e8b8182e97aeb7965c687176cbd0b933
+Author: Anton Vorontsov <avorontsov@ru.mvista.com>
+Date:  Wed Jun 10 00:25:27 2009 +0400
+
+    Add simple hwconfig infrastructure
+
+    This patch implements simple hwconfig infrastructure: an
+    interface for software knobs to control a hardware.
+
+    This is very simple implementation, i.e. it is implemented
+    via `hwconfig' environment variable. Later we could write
+    some "hwconfig <enable|disable|list>" commands, ncurses
+    interface for Award BIOS-like interface, and frame-buffer
+    interface for AMI GUI[1] BIOS-like interface with mouse
+    support[2].
+
+    Current implementation details/limitations:
+
+    1. Doesn't support options dependencies and mutual exclusion.
+       We can implement this by integrating apt-get[3] into the
+       u-boot. But I didn't bother yet.
+
+    2. Since we don't implement hwconfig command, i.e. we're working
+       with the environement directly, there is no way to tell that
+       toggling a particular option will need a reboot to take
+       an effect. So, for now it's advised to always reboot the
+       target after modifying hwconfig variable.
+
+    3. We support hwconfig options with arguments. For example,
+
+       set hwconfig dr_usb:mode=peripheral,phy_type=ulpi
+
+       That means:
+       - dr_usb - enable Dual-Role USB controller;
+       - dr_usb:mode=peripheral - USB in Function mode;
+       - dr_usb:phy_type=ulpi - USB should work with ULPI PHYs;
+
+    The purpose of this simple implementation is to define some
+    internal API and then we can continue improving user experience
+    by adding more mature interface, like hwconfig command with
+    bells and whistles. Or not adding, if we feel that current
+    interface fits its needs.
+
+    [1] http://en.wikipedia.org/wiki/American_Megatrends
+    [2] Regarding ncurses and GUI with mouse support -- I'm just
+       kidding.
+    [3] The comment regarding apt-get is also a joke, meaning that
+       dependency tracking could be non-trivial. For example, for
+       enabling HW feature X we may need to disable Y, and turn Z
+       into reduced mode (like RMII-only interface for ethernet,
+       no MII).
+
+       It's quite trivial to implement simple cases though.
+
+    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit 6c3fef28b9fff0d7f3fa4c51c3ee0ae8c2a3b043
+Author: Jerry Van Baren <gvb.uboot@gmail.com>
+Date:  Wed Jul 15 20:42:59 2009 -0400
+
+    Improve U-Boot Porting Guide in the README
+
+    Update for...
+    * BDI2000 -> BDI3000 (BDI2000 is obsolete).
+    * Add a line to read the doc/README.* files
+    * Fix coding standard violations
+
+    Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
+
+commit 9578718c1b085cac73017d834001bc5cb0b2f73f
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Tue Jul 14 16:00:24 2009 -0500
+
+    mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations
+
+    a.k.a cfi_mtd.c does as cfi_flash.c does.  This also prevents
+    the TQM834x build from doing a:
+
+    cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope
+    cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope
+
+    using gcc 4.4.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 4a9932a4364b548773bc131bf85e24a2ec15f2b0
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Tue Jul 7 18:04:21 2009 -0500
+
+    mpc83xx: increase MONITOR_LEN to offset growing pains
+
+    Saving the environment leads to overwriting u-boot itself,
+    bricking boards.  Increase u-boot's image size so the environment
+    base address doesn't end up overlapping u-boot text.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit c31e13260bcd048a94412a47b004386ea6112acf
+Author: Valeriy Glushkov <gvv@lstec.com>
+Date:  Tue Jun 30 15:48:41 2009 +0300
+
+    usb: mpx8349itx: added support of loading images from USB storage (MPH/DR)
+
+    Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit d89e1c36891de793a20a929282acc0fc7b98feac
+Author: Valeriy Glushkov <gvv@lstec.com>
+Date:  Tue Jun 30 15:48:40 2009 +0300
+
+    usb: mpc834x: added support of the MPH USB controller in addition to the DR one
+
+    Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit d9ac3d5a17ecef0beb70073018925e011b11684e
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Mon Jun 15 11:51:47 2009 -0500
+
+    mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
+
+    When enabling NAND support for a board, one must also define
+    CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
+    for correct output.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+    Cc: Dave Liu <daveliu@freescale.com>
+    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
+
+    mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 1f1f82f3de1660f398bf42bfd709b9859582ce5e
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jun 14 20:58:52 2009 +0200
+
+    aria: add JFFS2 and MTDPARTS support; adjust flash map
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit a6d6d46a4fef876455e11b45ed699c0fb3bd1ca1
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jun 14 20:58:51 2009 +0200
+
+    aria: enable NAND flash support
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 13946925e850db5351982acb691d51716fc754e2
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jun 14 20:58:50 2009 +0200
+
+    MPC512x: fix typo in comment listing the NAND driver name
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Cc: Stefan Roese <sr@denx.de>
+    Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+
+commit 2ca6f74d09653f8041b52cafd0d650fdc2a56c51
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jun 14 20:58:49 2009 +0200
+
+    mecp5123: cleanup - remove dead code
+
+    Remove dead code that was obviously a left-over from copy & paste.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Cc: Stefan Roese <sr@denx.de>
+    Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+
+commit 25671c8672f2d7b39555416a6b7a6b7b39b810bf
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jun 14 20:58:48 2009 +0200
+
+    aria: adjust memory controller initialization
+
+    Needed for Rev. 2 silicon at 400 MHz
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit 7629f1c06b6dea36bbc7bf70820b824e9b6d2227
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jun 14 20:58:47 2009 +0200
+
+    MPC512x: factor out common code
+
+    Now that we have 3 boards for the MPC512x it turns out that they all
+    use the very same fixed_sdram() code.
+
+    This patch factors out this common code into cpu/mpc512x/fixed_sdram.c
+    and adds a new header file, include/asm-ppc/mpc512x.h, with some
+    macros, inline functions and prototype definitions specific to MPC512x
+    systems.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Cc: Stefan Roese <sr@denx.de>
+    Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+
+commit 0549353a6ba5aa03420c0962b9072e9cf1fa49d9
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jun 14 20:58:46 2009 +0200
+
+    mecp5123: fix build error
+
+    The mecp5123 board did not compile because the MSCAN Clock Control
+    Registers were missing; these got added, but as an array instead
+    of 4 individual registers. Adapt the code so it builds.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Cc: Stefan Roese <sr@denx.de>
+    Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+
+commit a9905db5d29a56aedd7db5bcb56b0385873aa6a3
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jun 14 20:58:45 2009 +0200
+
+    MPC512x: Add MSCAN1...4 Clock Control Registers
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Cc: Stefan Roese <sr@denx.de>
+    Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+
+commit f5489c4200b37c9a1d6dbde116f5adc0539610de
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun Jun 14 20:58:44 2009 +0200
+
+    MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF
+
+    When enabling NAND support for a board, one must also define
+    CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
+    for correct output.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Cc: Stefan Roese <sr@denx.de>
+    Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
+
+commit b4db4a7638ef90cf0aacf7b954d9bf3043dda780
+Author: Po-Yu Chuang <ratbert@faraday-tech.com>
+Date:  Fri Jul 10 18:03:57 2009 +0800
+
+    issue write command to base for JEDEC flash
+
+    For JEDEC flash, we should issue word programming command relative to
+    base address rather than sector base address. Original source makes
+    SST Flash fails to program sectors which are not on the 0x10000 boundaries.
+
+    e.g.
+    SST39LF040 uses addr1=0x5555 and addr2=0x2AAA, however, each sector
+    is 0x1000 bytes.
+
+    Thus, if we issue command to "sector base (0x41000) + offset(0x5555)",
+    it sends to 0x46555 and the chip fails to recognize that address.
+
+    This patch is tested with SST39LF040.
+
+    Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 986922714ffd21ad39f48522d285fffc7aed56b1
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat May 2 11:53:50 2009 +0200
+
+    versatile: update config and merge to cfi flash driver
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Signed-off-by: Peter Pearse <peter.pearse@arm.com>
+    Cc: Catalin Marinas <catalin.marinas@arm.com>
+
+commit d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat May 2 11:53:49 2009 +0200
+
+    versatile: specify the board type on the prompt
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Signed-off-by: Peter Pearse <peter.pearse@arm.com>
+    Cc: Catalin Marinas <catalin.marinas@arm.com>
+
+commit 5ccc2d99d61c81805348b0cd9f79731b271f7daf
+Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
+Date:  Thu Jun 25 17:04:15 2009 +0200
+
+    at91: Introduction of at91sam9g10 SOC.
+
+    AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a
+    faster clock speed: 266/133MHz.
+
+    Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
+
+commit 22ee647380c42f44528f99b7c1b423725e542102
+Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
+Date:  Thu Jul 9 10:16:29 2009 +0200
+
+    at91: Introduction of at91sam9g45 SOC.
+
+    AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz.
+    It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of
+    peripherals.
+
+    The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES.
+    On the board you can find 2 USART, USB high speed,
+    a 480*272 LG lcd, ethernet, gpio/joystick/buttons.
+
+    Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
+
+commit c33c5990cec7ced9ef1ef148debbca34adafa12b
+Author: Daniel Mack <daniel@caiaq.de>
+Date:  Tue Jun 23 17:30:05 2009 +0200
+
+    pxa: fix CKEN_B register bits
+
+    The current defition for CKEN_B register bits is nonsense. Adding 32 to
+    the shifted value is equal to '| (1 << 5)', and this bit is marked
+    'reserved' in the PXA docs.
+
+    Signed-off-by: Daniel Mack <daniel@caiaq.de>
+
+commit bd876be46f28b5fc2896537f6d01353f332789f7
+Author: Daniel Mack <daniel@caiaq.de>
+Date:  Tue Jun 23 17:30:04 2009 +0200
+
+    pxa: add clock for system bus 2 arbiter
+
+    This clock is needed for systems using the USB2 device unit or the 2d
+    graphics accelerator.
+
+    Signed-off-by: Daniel Mack <daniel@caiaq.de>
+
+commit b016000a95514c08cab50e1cba00b019c0801bc4
+Author: Grazvydas Ignotas <notasas@gmail.com>
+Date:  Wed Jul 8 00:30:01 2009 +0300
+
+    OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
+
+    Pandora is using both SDRC CSes. The MUX setting is needed
+    for the second CS clock signal to allow the 2 RAM parts to
+    be put in self-refresh correctly.
+
+    Based on similar patch for beagle and overo by
+    Jean Pihet and Steve Sakoman.
+
+commit 8672c288703f3c51c829851c8fe6608c7869faaa
+Author: Grazvydas Ignotas <notasas@gmail.com>
+Date:  Wed Jul 8 00:30:00 2009 +0300
+
+    OMAP3 pandora: setup pulls for various GPIOs
+
+    Set pullups or pulldowns for GPIOs which need them.
+    Disable them for others, which have external pulls.
+    Also make disabled pull setting consistent (some pins had
+    type set to "up" even if pull type selection was disabled).
+
+commit 5ff78122f229946862a3f67a2f50a329e8e1bcf5
+Author: Grazvydas Ignotas <notasas@gmail.com>
+Date:  Wed Jul 8 00:29:59 2009 +0300
+
+    OMAP3 pandora: setup pin mux for pins used on rev3 boards
+
+    Setup pin mux for GPIO pins connected on rev3 or later
+    boards. Also change NUB2 IRQ pin. This should not affect
+    older boards because they don't have any nubs (analog
+    controllers) attached to them.
+
+commit 67c97c346b27c586a7263564f7afff6d1f8d8d0a
+Author: Grazvydas Ignotas <notasas@gmail.com>
+Date:  Wed Jul 8 00:29:58 2009 +0300
+
+    OMAP3 pandora: pin mux cleanup
+
+    Remove configuration of not unused pins, effectively
+    leaving them in safe mode.
+
+commit b996165f5a1623a055c03b22d64d6d5da81835d0
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Mon Jul 6 15:50:47 2009 +0530
+
+    arm: Kirkwood: bugfix: UART1 bar correction
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+
+commit 50243e3e7a96a96c5418ce6c90b7252d26fdd5b0
+Author: Kumar Gala <galak@kernel.crashing.org>
+Date:  Tue Jul 7 15:48:58 2009 -0500
+
+    usb: Fix compiler warning with gcc4.4
+
+    ehci-hcd.c: In function 'ehci_submit_root':
+    ehci-hcd.c:719: warning: value computed is not used
+    ehci-hcd.c:748: warning: value computed is not used
+
+    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+    Signed-off-by: Remy Bohmer <linux@bohmer.net>
+
+commit 04366d070a1a3f7affddf15aaaea87bcf44cdbb0
+Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+Date:  Wed Jul 8 11:42:19 2009 +0900
+
+    sh: Update pci config for Renesas r7780mp board
+
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit 74d9c16a681aa24bb4125191fe39dc7c75cde56a
+Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+Date:  Thu Jun 25 16:31:26 2009 +0900
+
+    sh: Add support ESPT-GIGA borad
+
+    ESPT-Giga is SH7763-based reference board.
+    Board support is relatively sparse, presently supporting serial,
+    gigabit ethernet, USB host, and MTD.
+
+    More information (in Japanese) available at:
+    http://www.cente.jp/product/cente_hard/ESPT-Giga.html
+
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit dae4e0148a1146a5610025ae4b445e841410b659
+Author: Matthias Fuchs <matthias.fuchs@esd.eu>
+Date:  Fri Jul 3 16:06:37 2009 +0200
+
+    Add ESD PCI vendor ID
+
+    Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+
+commit 876b3cef537aab2cba8c19505db2876f6057f818
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Mon Jun 22 18:01:41 2009 -0500
+
+    api_examples/Makefile: General cleanup
+
+    * Remove symlinking of files located outside api_examples/
+
+    * Auto generate dependencies for files located outside api_examples/
+
+    * Update names of variables to be similar to those in tools/Makefile
+
+    * Fix out of tree build error
+      Dependencies are calculated for all files in the SRCS variable.
+      Previously, the SRCS variable contained files which were symlinked
+      into the api_examples/ directory.  These symlinked files did not exist
+      when dependencies were calculated when building out of tree.  This
+      resulted in errors such as:
+       make[1]: *** No rule to make target `/work/wd/tmp-ppc/api_examples/.depend', needed by `_depend'.  Stop.
+       make[1]: Leaving directory `/home/wd/git/u-boot/work/api_examples'
+       make: *** [depend] Error 2
+
+      Since symlinked source files are no longer used, this bug no longer
+      exists.
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Acked-by: Rafal Jaworowski <raj@semihalf.com>
+
+commit 522f6f02adb93194e337016fe2e4e53c58d5d5ea
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Mon Jun 22 18:01:40 2009 -0500
+
+    api_examples/Makefile: Get rid of unnecessary intermediate LIB target
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Acked-by: Rafal Jaworowski <raj@semihalf.com>
+
+commit 117d0ab5e6f3b3dd48fc346df4919555a78afd39
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Mon Jun 22 18:01:39 2009 -0500
+
+    api_examples/Makefile: Combine ELF and BIN targets
+
+    Combining the two rules cleans up the Makefile a bit
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Acked-by: Rafal Jaworowski <raj@semihalf.com>
+
+commit 644cb38108b8dc22e0ef3cf5f404fe310d1995f8
+Author: Peter Tyser <ptyser@xes-inc.com>
+Date:  Mon Jun 22 18:01:38 2009 -0500
+
+    api_examples/Makefile: Split up variable declarations
+
+    This cleans up the Makefile a bit and simplifies future changes
+
+    Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
+    Acked-by: Rafal Jaworowski <raj@semihalf.com>
+
+commit 890d242facc4079ed21e979ced2e8c6d6974f6d3
+Author: Timur Tabi <timur@freescale.com>
+Date:  Fri Jun 19 14:10:52 2009 -0500
+
+    remove _IO_BASE and KSEG1ADDR from board configuration files
+
+    The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet
+    driver, but the code that used that macro was removed over a year
+    ago, so board configuration files no longer need to define it.
+
+    The _IO_BASE macro is also automatically defined to 0 if it isn't
+    already set, so there's no need to define that macro either in the
+    board configuration files.
+
+    Signed-off-by: Timur Tabi <timur@freescale.com>
+    Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+    Acked-by: Andy Fleming <afleming@freescale.com>
+    Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
+    Acked-by: Kim Phillips <kim.phillips@freescale.com>
+
+commit c9969947a4687de90e2bb58e76842b491aa0e0b9
+Author: Jon Smirl <jonsmirl@gmail.com>
+Date:  Sun Jun 14 18:21:28 2009 -0400
+
+    board support patch for phyCORE-MPC5200B-tiny
+
+    Add support for the Phytec phyCORE-MPC5200B-tiny.
+    Code originally from Pengutronix.de.
+    Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on
+    Timer 0/1
+
+    Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
+    Acked-by: Grant Likely <grant.likely@secretlab.ca>
+
+commit 7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Jun 15 13:37:20 2009 -0400
+
+    kallsyms: fix escaping of NUL char in strings
+
+    The current kallsyms code is using \\0 to escape the backslash in the awk
+    code, but the shell too needs escaping.  This way we make sure gcc is
+    passed the \0.  Then gcc itself will consume this as an octal, so we have
+    to use 000 so gcc will create the final NUL.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit ed540f07b8ad86909704e9806c1762462cb4995a
+Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
+Date:  Fri Jun 26 10:18:49 2009 -0400
+
+    Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on
+
+    The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender
+    board, so add a simple example of how to do that in the board config.
+
+    Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit f8bf54b4081c3c3d518830df0017a23ec672a841
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Thu Jun 25 19:40:28 2009 -0400
+
+    Blackfin: blackstamp: update spi flash settings
+
+    The latest blackstamp boards can only run the SPI flash at 15MHz before
+    they start to crap out, so lower the max speeds accordingly.  The new SPI
+    flash also has different sector requirements, so update the environment
+    sizes as well.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 286070ddc8339666c09bd7912e960b850a8a0318
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon Oct 6 03:31:52 2008 -0400
+
+    Blackfin: add cache_dump commands
+
+    A few debug-type commands used to dump the raw icache/dcache data. Useful
+    when trying to track down cache-related bugs.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
+commit 632e9b671efb0a6c900499f7a49fe5b63292b5fc
+Author: Matthias Fuchs <matthias.fuchs@esd.eu>
+Date:  Wed Jul 8 15:31:57 2009 +0200
+
+    ppc4xx: Set default PCI device ID for 405EP boards
+
+    Current code only sets the PCI vendor id to 0x1014 and
+    leaved device id to 0x0000.
+
+    Ths patch ....
+    a) uses the correct PCI_VENDOR_ID_IBM macro for this
+    b) sets the default device ID as stated in the UM to 0x0156
+       by using PCI_DEVICE_ID_IBM_405GP for this.
+
+    Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 123f102ec093fba6967066acdf9beb637df2e2d1
+Author: Matthias Fuchs <matthias.fuchs@esd.eu>
+Date:  Wed Jul 8 13:43:55 2009 +0200
+
+    ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()
+
+    This patch moves some basic PCI initialisation from the 4xx cpu_init_f()
+    to cpu/ppc4xx/4xx_pci.c.
+
+    The original cpu_init_f() function enabled the 405EP's internal arbiter
+    in all situations. Also the HCE bit in cpc0_pci is always set.
+    The first is not really wanted for PCI adapter designs and the latter
+    is a general bug for PCI adapter U-Boots. Because it enables
+    PCI configuration by the system CPU even when the PCI configuration has
+    not been setup by the 405EP. The one and only correct place is
+    in pci_405gp_init() (see "Set HCE bit" comment).
+
+    So for compatibility reasons the arbiter is still enabled in any case,
+    but from weak pci_pre_init() so that it can be replaced by board specific
+    code.
+
+    Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit c71103f9dc66dfcce8ad6df942364043bf27ade8
+Author: Matthias Fuchs <matthias.fuchs@esd.eu>
+Date:  Wed Jul 8 13:43:23 2009 +0200
+
+    ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs
+
+    Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Mon Jun 29 20:56:43 2009 +0530
+
+    usb: add Marvell Kirkwood ehci host controller driver
+
+    This driver is tested on Sheevaplug platform
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+    Signed-off-by: Remy Bohmer <linux@bohmer.net>
+
+commit db7b43e4681f6f93c336132708157a8a0cca1f8b
+Author: Vivek Mahajan <vivek.mahajan@freescale.com>
+Date:  Wed Jun 24 10:08:40 2009 +0530
+
+    mpc83xx: USB: fix: access of ehci struct elements
+
+    It fixes the access to the 'ehci' struct elements for mpc83xx which
+    should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
+    Sorry about that.
+
+    Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
+    Signed-off-by: Remy Bohmer <linux@bohmer.net>
+
+commit 08066152735417fc55a5c9de2cec0714c529e4f3
+Author: Vivek Mahajan <vivek.mahajan@freescale.com>
+Date:  Fri Jun 19 17:56:00 2009 +0530
+
+    mpc8xxx: USB: fix: access of ehci struct elements
+
+    This patch fixes the access to the 'ehci' struct elements which should
+    have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
+    Sorry about that.
+
+    Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
+    Signed-off-by: Remy Bohmer <linux@bohmer.net>
+
+commit c3a012ce65818beb274195cd47f31ed80d0fbaa5
+Author: Bryan Wu <bryan.wu@analog.com>
+Date:  Tue Jun 16 05:26:27 2009 -0400
+
+    usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
+
+    Signed-off-by: Bryan Wu <bryan.wu@analog.com>
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+    Signed-off-by: Remy Bohmer <linux@bohmer.net>
+
+commit 7984967a9405672db1581402d2c2cfae268d1a67
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Tue Jun 16 05:26:25 2009 -0400
+
+    usb: musb: drop old musb read/write prototypes
+
+    These functions are no longer defined, so remove their prototypes.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+    Signed-off-by: Remy Bohmer <linux@bohmer.net>
+
+commit 4e04f16020115ab5ccf53158e100de58bcaf29bd
+Author: Kim Phillips <kim.phillips@freescale.com>
+Date:  Mon Jun 15 11:50:07 2009 -0500
+
+    usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
+
+    fix a stray CONFIG_MPC83XX that escaped commit
+    0f898604945af4543c1525fc33b6bae621a3b805.
+
+    Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
+    Signed-off-by: Remy Bohmer <linux@bohmer.net>
+
+commit bc0d3296f1780b50e6b9630aee5eb368f2afb6cb
+Author: Michal Simek <monstr@monstr.eu>
+Date:  Tue Jun 30 23:47:30 2009 +1000
+
+    asm-generic: Consolidate errno.h to asm-generic/errno.h
+
+    This patch use blackfin errno.h implementation which
+    correspond Linux kernel one.
+
+    MIPS implemetation is different that's why I keep it.
+
+    I removed ppc_error_no.h from Marvell boards which
+    was the same too.
+
+    I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians.
+
+    Acked-by: Stefan Roese <sr@denx.de>
+    Signed-off-by: Michal Simek <monstr@monstr.eu>
+
+commit 2896b5851f0430bf16529376a4193630e966c788
+Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
+Date:  Tue Jul 7 16:01:02 2009 +0200
+
+    Command improvements for ubifs
+
+    Check that an argument is passed to ubifsmount and that addresses and
+    sizes are actually numbers for ubifsload. Also improve the instructions
+    a bit.
+
+    Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 25c8f4005979ab2d190713ba341d96a5fa905cdb
+Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
+Date:  Tue Jul 7 16:59:46 2009 +0200
+
+    Handle VID header offset in ubi part command
+
+    The VID header offset is sometimes needed to initialize the UBI
+    partition. This patch adds it (optionally) to the command line
+    for the ubi part command.
+
+    (Lines have been properly wrapped since last version)
+
+    Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
+    Acked-by: Stefan Roese <sr@denx.de>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Thu Jul 9 09:56:16 2009 +0200
+
+    MAINTAINERS: fix sorting, remove duplicates.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
+commit efbf14e9a2394a154b12643d4a011994b5096b5a
+Author: Heiko Schocher <heiko.schocher@invitel.hu>
+Date:  Wed Dec 10 08:27:01 2008 +0100
+
+    all platforms: make show_boot_progress() work again
+
+    Signed-off-by: Heiko Schocher <hs@denx.de>
+
+commit 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2
+Author: Prafulla Wadaskar <prafulla@marvell.com>
+Date:  Mon Jun 29 15:25:18 2009 +0530
+
+    nand: Add Marvell Kirkwood NAND driver
+
+    This patch adds a NAND driver for the Marvell Kirkwood SoC's
+
+    Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
+    Acked-by: Scott Wood <scottwood@freescale.com>
+
+commit 0580e48f53f972783e56fcedadb9ce6e5b0b6f32
+Author: Matthias Fuchs <matthias.fuchs@esd.eu>
+Date:  Mon Jul 6 16:27:33 2009 +0200
+
+    ppc4xx: Make pll_write global
+
+    This patch makes pll_write on PPC405EP boards
+    global and callable from C code.
+
+    pll_write can be used to dynamically modify the PLB:PCI divider
+    as it is required for 33/66 MHz pci adapters based on the 405EP.
+
+    board_early_init_f() is a good place to do that (check M66EN signal
+    and call pll_write() when it is required).
+
+    Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 20b3c4b528606d51799aed5e4c71783720cd2b72
+Author: Stefan Roese <sr@denx.de>
+Date:  Mon Jul 6 11:44:33 2009 +0200
+
+    ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"
+
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit d0a1364f91c80d29daff6b27a7904a50cdc00b35
+Author: Matthias Fuchs <matthias.fuchs@esd.eu>
+Date:  Fri Jul 3 16:06:06 2009 +0200
+
+    ppc4xx: Implement is_pci_host() for 405 CPUs
+
+    This patch implements the is_pci_host() function in a similiar way
+    as it is used on 440 targets.
+
+    The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not
+    build on 405EP targets because checking the PCI arbiter is different.
+    So putting the fixed code into a separate function makes the code
+    more readable.
+
+    Also using is_pci_host() on 405 brings 405 and 440 PCI code
+    a little bit closer.
+
+    In preparation for an upcoming 405EP based PMC module I made this
+    function weak so that it can be overwritten from board specific code.
+
+    Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 04ddae915f295dee301f15c32100533a48e3b433
+Author: Alessio Centazzo <centazzo@gmail.com>
+Date:  Wed Jul 1 22:20:51 2009 -0700
+
+    ppc4xx: Fixed PPC4xx debug compilation error in uic.c
+
+    This patch fixes a debug compilation error for PPC4xx platforms, all
+    other architectures are not affected by this change.  The 'handler'
+    pointer was undefined.  The fix is exercised and has effect only if
+    DEBUG is defined.
+
+    Signed-off-by: Alessio Centazzo acpatin@yahoo.com
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 48e2b535a0dd3a7b77b674130934a24f9de6f48d
+Author: Felix Radensky <felix@embedded-sol.com>
+Date:  Wed Jul 1 11:37:46 2009 +0300
+
+    4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code
+
+    This patch fixes printf format string compilation warnings in several
+    debug statements. It also fixes the dump of DDR controller MQ registers
+    found on some 44x and 46x platforms. The current register dump code
+    uses incorrect DCRs to access these registers.
+
+    Signed-off-by: Felix Radensky <felix@embedded-sol.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit 26d37f0061ad05e5c383c910f00e6006f3c89a3a
+Author: Felix Radensky <felix@embedded-sol.com>
+Date:  Mon Jun 22 15:30:42 2009 +0300
+
+    ppc4xx: Fix FDT EBC mappings on Canyonlands
+
+    This patch fixes 2 problems with FDT EBC mappings on Canyonlands.
+    First, NAND EBC mapping was missing, making Linux NAND driver
+    unusable on this board. Second, NOR remapping code assumed that
+    NOR is always on CS0, however when booting from NAND NOR is on CS3.
+
+    Signed-off-by: Felix Radensky <felix@embedded-sol.com>
+    Signed-off-by: Stefan Roese <sr@denx.de>
+
+commit baa9f9ba4345ed6dc5c403871c32e6295316ea52
+Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+Date:  Tue Jun 16 22:29:15 2009 +0900
+
+    sh: Revised the build with newest compiler
+
+    The check of data became severe from newest gcc.
+    This patch checked in gcc-4.2 and 4.3 .
+
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit be45c632568ba76343c1453b3951ad793f482fd5
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Thu Jun 4 12:06:48 2009 +0200
+
+    sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Thu Jun 4 12:06:47 2009 +0200
+
+    sh3/sh4: fix CONFIG_SYS_HZ to 1000
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit add380f51f34ed1e2678c2abac8d53c91d652f26
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Thu Jun 4 12:06:46 2009 +0200
+
+    sh: introduce clock framework
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit 3931a375de2c381d9ff5ec2767b2da9f62a41aef
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Thu Jun 4 12:06:45 2009 +0200
+
+    sh: unify linker script
+
+    all sh boards use the same cpu linker script so move it to cpu/$(CPU)
+
+    that could be overwrite in following order
+    SOC
+    BOARD
+    via the corresponding config.mk
+
+    tested on r2dplus
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit 236aad875817771eb1f25ed32784b3cd7760b2e6
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Thu Jun 4 12:06:44 2009 +0200
+
+    sh: make the linker scripts more generic
+
+    currently we need to sync the linker script enty and TEXT_BASE manualy
+    and the reloc_dst is based on it
+
+    instead provide it now from the ldflags
+
+    tested on r2dplus
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit ce29817212792113cd2d67a9767049a2e262c406
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Thu Jun 4 12:06:43 2009 +0200
+
+    sh7785lcr: fix out of tree build
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+commit 2e8a6f551cba550e9220dca4d8504066203b1f74
+Author: HeungJun Kim <riverful.kim@gmail.com>
+Date:  Tue Jun 30 14:42:22 2009 +0900
+
+    env_onenand: change env_address type from unsigned long to loff_t
+
+    If use the onenand boot, the env_relocate_spec() calls mtd->read(),
+    and the type of the argument #2 of mtd->read() was changed to loff_t.
+    But, the "env_addr" type is still unsigned long, thus this patch change
+    the type from unsigned long to loff_t.
+
+    Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
+    Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 66372fe2ab11cdeb0e841ad9eb6ba79769db4909
+Author: Mingkai Hu <Mingkai.hu@freescale.com>
+Date:  Thu Jun 18 18:23:27 2009 +0800
+
+    fsl_elbc_nand: redirect the pointer of bbt pattern to RAM
+
+    The bbt descriptors contains the pointer to the bbt pattern which
+    are statically initialized memory struct. When relocated to RAM,
+    these pointers will continue point to NOR flash(or L2 SRAM, or
+    other boot device). If the contents of NOR flash changed or L2
+    SRAM disabled, it'll hang the system.
+
+    Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 1dac3a51875967f32641bbc0d26dc382ef02330a
+Author: Scott Wood <scottwood@freescale.com>
+Date:  Wed Jun 24 17:23:49 2009 -0500
+
+    nand_spl: Fix cmd_ctrl usage in nand_boot.c.
+
+    When adding large page NAND support to this file, I had a misunderstanding
+    about the exact semantics of NAND_CTRL_CHANGE (which isn't documented
+    anywhere I can find) -- it is apparently just a hint to drivers,
+    which aren't required to preserve the old value for subsequent
+    non-"change" invocations.
+
+    This change makes nand_boot.c no longer assume this.  Note that this
+    happened to work by chance with some NAND drivers, which don't preserve
+    the value, but treat 0 equivalently to NAND_CTRL_ALE.
+
+    I don't have hardware to test this, so any testing is appreciated.
+
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 98713d2663d5d30dde74f48f547114a2bfd9d463
+Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
+Date:  Thu Jun 18 18:41:03 2009 +0100
+
+    Bug-fix in drivers mtd nand Makefile
+
+    The S3C2410 NAND driver source file is included in the makefile instead of
+    the object file.
+
+    Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit b74ab737369bbbe66c15cbe6c0d0b6a351b00c96
+Author: Guennadi Liakhovetski <lg@denx.de>
+Date:  Mon May 18 16:07:22 2009 +0200
+
+    nand_spl: read environment early, when booting from NAND using nand_spl
+
+    Currently, when booting from NAND using nand_spl, in the beginning the default
+    environment is used until later in boot process the dynamic environment is read
+    out. This way environment variables that must be interpreted early, like the
+    baudrate or "silent", cannot be modified dynamically and remain at their
+    default values. Fix this problem by reading out main and redundand (if used)
+    copies of the environment in the nand_spl code.
+
+    Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 378adfcdf4bbd77ee4cbc3276d4733e218308a21
+Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+Date:  Sat May 16 14:27:40 2009 +0200
+
+    mtd: nand: use loff_t for offset
+
+    nand_util currently uses size_t which is arch dependent and not always a
+    unsigned long.  Now use loff_t, as does the linux mtd layer.
+
+    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 8360b66bac9567701027a0087274d0c9b2fe8d6b
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Sun May 24 17:34:33 2009 +0200
+
+    nand/onenand: Fix missing argument checking for "markbad" command
+
+    The "nand markbad" and "onenand markbad" commands did not check if an
+    argument was passed; if this was forgotten, no error was raised but
+    block 0 was marked as bad.
+
+    While fixing this bug, clean up the code a bit and allow to pass more
+    than one block address, thus allowing to mark several blocks as bad
+    in a single command invocation.
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit cd84423a09f3a08029fe41c1db96168debd0b51f
+Author: Mike Frysinger <vapier@gentoo.org>
+Date:  Mon May 25 22:42:28 2009 -0400
+
+    mtd: nand: new base driver for memory mapped nand devices
+
+    The BF537-STAMP Blackfin board had a driver for working with NAND devices
+    that are simply memory mapped.  Since there is nothing Blackfin specific
+    about this, generalize the driver a bit so that everyone can leverage it.
+
+    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit d27bc728cf35e7d7996fbd77154335e66615b213
+Author: Guennadi Liakhovetski <lg@denx.de>
+Date:  Mon May 18 16:06:45 2009 +0200
+
+    env_nand: remove unused variable.
+
+    Remove an unused "total" variable in multiple functions.
+
+    Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 154b5484ac7dcbcd0fb5ba388d930b02f87fa302
+Author: David Brownell <dbrownell@users.sourceforge.net>
+Date:  Sun May 10 15:43:01 2009 -0700
+
+    davinci_nand chipselect/init cleanup
+
+    Update chipselect handling in davinci_nand.c so that it can
+    handle 2 GByte chips the same way Linux does:  as one device,
+    even though it has two halves with independent chip selects.
+    For such chips the "nand info" command reports:
+
+      Device 0: 2x nand0, sector size 128 KiB
+
+    Switch to use the default chipselect function unless the board
+    really needs its own.  The logic for the Sonata board moves out
+    of the driver into board-specific code.  (Which doesn't affect
+    current build breakage if its NAND support is enabled...)
+
+    Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 496863b2440dd7cd69a1ad2443a9badd5f8968d1
+Author: Sandeep Paulraj <s-paulraj@ti.com>
+Date:  Sat May 9 12:35:20 2009 -0400
+
+    NAND DaVinci: Update to ALE/CLE Mask values
+
+    All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8
+    except the DM646x. This was decided by the design team driving the design.
+    This patch updates the CLE and ALE values for DM646x.
+    Updated patches for DM646x will be sent shortly.
+    This applies to u-boot-nand-flash git
+
+    Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 0c1684437ef810c503df29e8d73f63191aa63862
+Author: Sandeep Paulraj <s-paulraj@ti.com>
+Date:  Wed Apr 29 09:47:09 2009 -0400
+
+    ARM DaVinci: Changing ALE Mask Value
+
+    The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value
+    from '0xa' to '0x8'. This is the mask we use for all TI releases.
+
+    Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 6e29ed8e576a6900c5d8dcde36b423ac576894dc
+Author: David Brownell <dbrownell@users.sourceforge.net>
+Date:  Tue Apr 28 13:19:53 2009 -0700
+
+    davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
+
+    Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option.  It's not just nasty;
+    it's also unused by any current boards, and doesn't even match the
+    main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC
+    on newer chips that support it).
+
+    DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30,
+    match non-BROKEN code paths for 1-bit HW ECC.  The BROKEN code paths
+    do seem to partially match what MontaVista/TI kernels (4.0/2.6.10,
+    and 5.0/2.6.18) do ... but only for small pages.  Large page support
+    is really broken (and it's unclear just what software it was trying
+    to match!), and the ECC layout was making three more bytes available
+    for use by filesystem (or whatever) code.
+
+    Since this option itself seems broken, remove it.  Add a comment
+    about the MV/TI compat issue, and the most straightforward way to
+    address it (should someone really need to solve it).
+
+    Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit fcb774777562bb7bcdc53c608d0e6bae906ce0f6
+Author: David Brownell <dbrownell@users.sourceforge.net>
+Date:  Tue Apr 28 13:19:50 2009 -0700
+
+    davinci_nand: cleanup I (minor)
+
+    Minor cleanup for DaVinci NAND code:
+
+     - Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't
+       be defined when there are multiple chipselect lines in use
+       (as with common 2 GByte chips).
+
+     - Cleanup handling of EMIF control registers
+       * Only need one pointer pointing to them
+       * Remove incorrect and unused struct supersetting them
+
+     - Use the standard waitfunc; we don't need a custom version
+
+     - Partial legacy cleanup:
+       * Don't initialize every board like it's a DM6446 EVM
+       * #ifdef a bit more code for BROKEN_ECC
+
+    Sanity checked with small page NAND on dm355 and dm6446 EVMs;
+    and large page on dm355 EVM (packaged as two devices, not one).
+
+    Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
+    Signed-off-by: Scott Wood <scottwood@freescale.com>
+
+commit 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a
+Author: Wolfgang Denk <wd@denx.de>
+Date:  Tue Jul 7 22:35:02 2009 +0200
+
+    Coding style cleanup; update CHANGELOG
+
+    Signed-off-by: Wolfgang Denk <wd@denx.de>
+
 commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8
 Author: Stefan Roese <sr@denx.de>
 Date:  Mon Jun 29 13:30:50 2009 +0200
@@ -537,6 +6014,20 @@ Date:     Tue Jun 30 17:15:40 2009 -0500
     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
 
+commit 6bbced671719518d0e28ff422623cd7ce396cbda
+Author: Mark Jackson <mpfj-list@mimc.co.uk>
+Date:  Mon Jun 29 15:59:10 2009 +0100
+
+    Atmel LCD driver GUARDTIME fix
+
+    This patch allows the guard time parameter to be set in
+    the Atmel LCDC driver.
+
+    By default, the previous value of 1 is used, unless the
+    setting is defined elsewhere.
+
+    Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
+
 commit 29c35182462feea09f322e51913759a53359a3e0
 Author: Roy Zang <tie-fei.zang@freescale.com>
 Date:  Tue Jun 30 13:56:23 2009 +0800