[U-Boot] Please Pull u-boot-ti/master

Wolfgang,
Please pull u-boot-ti/master This pull request comprises of a NAND patch which has been ACK'ed by Scott Wood. Also I ran MAKEALL for all ARM V7 boards and saw no issues.
Thanks, Sandeep
The following changes since commit 2df0e6fc6b71448e1752e4ce1d5577d8977f3e5e: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mips
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Mans Rullgard (3): ARMV7: OMAP3: Fix and clean up L2 cache enable/disable functions ARMV7: OMAP3: Convert setup_auxcr() to pure asm ARMV7: OMAP3: Apply Cortex-A8 errata workarounds only on affected revisions
Ricardo Salveti de Araujo (1): ARMV7: Fix pad mux for Panda LEDs
Steve Sakoman (15): ARMV7: OMAP: Move syslib.c to omap-common since it can be shared by OMAP3 and OMAP4 ARMV7: OMAP: add convenience function to set TWL4030 regulator voltages ARMV7: OMAP: Enable input driver on Overo's MMC1_CLK and MMC3_CLK pinmux setup ARMV7: OMAP: Add mpurate boot arg for Overo and Beagle ARMV7: OMAP: Add board revision detection for Overo ARMV7: OMAP: Add detection and support for Beagle C4 revision ARMV7: OMAP: Configure Overo's second network chip ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XX ARMV7: OMAP3: Add clock setup for OMAP36XX/37XX ARMV7: OMAP3: Fix broken reset command on OMAP36XX/37XX and OMAP4 ARMV7: OMAP3: Remove erroneous hard coded sdram setup for 128MB/bank mtd: nand: supress 'unknown NAND' warning if no nand is found ARMV7: OMAP3: Add CONFIG_SYS_NAND_QUIET_TEST to Beagle and Overo configs ARMV7: OMAP3: Add support for Beagle xM ARMV7: OMAP: Overo: Autodetect presence/absence of transceiver on mmc2
arch/arm/cpu/armv7/omap-common/Makefile | 2 + arch/arm/cpu/armv7/omap-common/reset.S | 4 +- arch/arm/cpu/armv7/{omap3 => omap-common}/syslib.c | 2 - arch/arm/cpu/armv7/omap3/Makefile | 1 - arch/arm/cpu/armv7/omap3/board.c | 35 -- arch/arm/cpu/armv7/omap3/cache.S | 101 ++-- arch/arm/cpu/armv7/omap3/clock.c | 549 ++++++++++++++------ arch/arm/cpu/armv7/omap3/lowlevel_init.S | 69 +++ arch/arm/cpu/armv7/omap3/sdrc.c | 43 +- arch/arm/cpu/armv7/omap3/sys_info.c | 147 +++++- arch/arm/include/asm/arch-omap3/clocks.h | 17 + arch/arm/include/asm/arch-omap3/clocks_omap3.h | 27 + arch/arm/include/asm/arch-omap3/cpu.h | 15 +- arch/arm/include/asm/arch-omap3/omap3.h | 32 ++- arch/arm/include/asm/arch-omap3/sys_proto.h | 2 + arch/arm/include/asm/arch-omap4/omap4.h | 1 + arch/arm/include/asm/arch-omap4/sys_proto.h | 3 + board/overo/overo.c | 105 ++++- board/overo/overo.h | 47 ++- board/ti/beagle/beagle.c | 102 +++-- board/ti/beagle/beagle.h | 40 ++- board/ti/panda/panda.h | 44 +- drivers/mtd/nand/nand_base.c | 9 +- drivers/power/twl4030.c | 69 ++-- include/configs/omap3_beagle.h | 4 + include/configs/omap3_overo.h | 4 + include/twl4030.h | 14 + 27 files changed, 1070 insertions(+), 418 deletions(-) rename arch/arm/cpu/armv7/{omap3 => omap-common}/syslib.c (97%)

Dear s-paulraj@ti.com,
In message 1284020942-26875-1-git-send-email-s-paulraj@ti.com you wrote:
Wolfgang,
Please pull u-boot-ti/master This pull request comprises of a NAND patch which has been ACK'ed by Scott Wood. Also I ran MAKEALL for all ARM V7 boards and saw no issues.
Thanks, Sandeep
The following changes since commit 2df0e6fc6b71448e1752e4ce1d5577d8977f3e5e: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mips
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Mans Rullgard (3): ARMV7: OMAP3: Fix and clean up L2 cache enable/disable functions ARMV7: OMAP3: Convert setup_auxcr() to pure asm ARMV7: OMAP3: Apply Cortex-A8 errata workarounds only on affected revisions
Ricardo Salveti de Araujo (1): ARMV7: Fix pad mux for Panda LEDs
Steve Sakoman (15): ARMV7: OMAP: Move syslib.c to omap-common since it can be shared by OMAP3 and OMAP4 ARMV7: OMAP: add convenience function to set TWL4030 regulator voltages ARMV7: OMAP: Enable input driver on Overo's MMC1_CLK and MMC3_CLK pinmux setup ARMV7: OMAP: Add mpurate boot arg for Overo and Beagle ARMV7: OMAP: Add board revision detection for Overo ARMV7: OMAP: Add detection and support for Beagle C4 revision ARMV7: OMAP: Configure Overo's second network chip ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XX ARMV7: OMAP3: Add clock setup for OMAP36XX/37XX ARMV7: OMAP3: Fix broken reset command on OMAP36XX/37XX and OMAP4 ARMV7: OMAP3: Remove erroneous hard coded sdram setup for 128MB/bank mtd: nand: supress 'unknown NAND' warning if no nand is found ARMV7: OMAP3: Add CONFIG_SYS_NAND_QUIET_TEST to Beagle and Overo configs ARMV7: OMAP3: Add support for Beagle xM ARMV7: OMAP: Overo: Autodetect presence/absence of transceiver on mmc2
arch/arm/cpu/armv7/omap-common/Makefile | 2 + arch/arm/cpu/armv7/omap-common/reset.S | 4 +- arch/arm/cpu/armv7/{omap3 => omap-common}/syslib.c | 2 - arch/arm/cpu/armv7/omap3/Makefile | 1 - arch/arm/cpu/armv7/omap3/board.c | 35 -- arch/arm/cpu/armv7/omap3/cache.S | 101 ++-- arch/arm/cpu/armv7/omap3/clock.c | 549 ++++++++++++++------ arch/arm/cpu/armv7/omap3/lowlevel_init.S | 69 +++ arch/arm/cpu/armv7/omap3/sdrc.c | 43 +- arch/arm/cpu/armv7/omap3/sys_info.c | 147 +++++- arch/arm/include/asm/arch-omap3/clocks.h | 17 + arch/arm/include/asm/arch-omap3/clocks_omap3.h | 27 + arch/arm/include/asm/arch-omap3/cpu.h | 15 +- arch/arm/include/asm/arch-omap3/omap3.h | 32 ++- arch/arm/include/asm/arch-omap3/sys_proto.h | 2 + arch/arm/include/asm/arch-omap4/omap4.h | 1 + arch/arm/include/asm/arch-omap4/sys_proto.h | 3 + board/overo/overo.c | 105 ++++- board/overo/overo.h | 47 ++- board/ti/beagle/beagle.c | 102 +++-- board/ti/beagle/beagle.h | 40 ++- board/ti/panda/panda.h | 44 +- drivers/mtd/nand/nand_base.c | 9 +- drivers/power/twl4030.c | 69 ++-- include/configs/omap3_beagle.h | 4 + include/configs/omap3_overo.h | 4 + include/twl4030.h | 14 + 27 files changed, 1070 insertions(+), 418 deletions(-) rename arch/arm/cpu/armv7/{omap3 => omap-common}/syslib.c (97%)
Applied to u-boot-arm, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
s-paulraj@ti.com
-
Wolfgang Denk