From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Wed, 06 Jan 2010 12:51:34 -0600 Subject: [U-Boot] ARM pull request Message-ID: <4B44DBB6.9030707@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, Please pull these changes from arm/master. Tom The following changes since commit 87d93a1ba2ae23550e1370adb7a3b00af0831165: Wolfgang Wegner (1): move prototypes for gunzip() and zunzip() to common.h are available in the git repository at: git://git.denx.de/u-boot-arm master Grazvydas Ignotas (2): TWL4030: make LEDs selectable for twl4030_led_init() pandora: don't enable VAUX3, VDAC and VPLL2 regulators Nick Thompson (3): Davinci: Table driven pinmux configuration Davinci: Configurable NAND chip selects Davinci: NAND enable ECC even when not in NAND boot mode Robert P. J. Day (1): Remove superfluous uses of V_PROMPT macro. Tom Rix (1): ARM Update mach-types board/davinci/common/misc.c | 31 ++ board/davinci/common/misc.h | 13 + board/logicpd/zoom1/zoom1.c | 2 +- board/logicpd/zoom2/zoom2.c | 2 +- board/overo/overo.c | 2 +- board/pandora/pandora.c | 3 +- board/ti/beagle/beagle.c | 2 +- board/timll/devkit8000/devkit8000.c | 2 +- drivers/misc/twl4030_led.c | 18 +- drivers/mtd/nand/davinci_nand.c | 27 +- include/asm-arm/arch-davinci/emif_defs.h | 13 +- include/asm-arm/mach-types.h | 631 +++++++++++++++++++++++++++++- include/configs/apollon.h | 4 +- include/configs/davinci_dm355evm.h | 1 + include/configs/davinci_dm355leopard.h | 1 + include/configs/davinci_dm365evm.h | 1 + include/configs/davinci_dm6467evm.h | 1 + include/configs/davinci_dvevm.h | 1 + include/configs/davinci_schmoogie.h | 1 + include/configs/davinci_sffsdr.h | 1 + include/configs/davinci_sonata.h | 1 + include/configs/omap2420h4.h | 8 +- include/configs/omap3_beagle.h | 4 +- include/configs/omap3_evm.h | 4 +- include/configs/omap3_overo.h | 4 +- include/configs/omap3_pandora.h | 4 +- include/configs/omap3_sdp3430.h | 3 +- include/configs/omap3_zoom1.h | 4 +- include/twl4030.h | 6 +- 29 files changed, 723 insertions(+), 72 deletions(-)