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

Hey,
The following changes since commit c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928:
arm: koelsch: Add support QSPI device and enable boot from SPI flash (2014-01-16 08:07:20 +0900)
are available in the git repository at:
git://git.denx.de/u-boot-ti master
for you to fetch changes up to b1cde7e21f950e05d18c102976c3b7d232b65e13:
am43xx_evm.h: Correct SPL max size (2014-01-24 11:41:17 -0500)
---------------------------------------------------------------- Enric Balletbò i Serra (7): ARM: OMAP4: Rename to ti_omap4_common.h ARM: OMAP5: Rename to ti_omap5_common.h TI: armv7: Move ELM support to SoC configuration file. TI: armv7: Do not define the number DRAM banks if is already defined. ARM: OMAP3: Rename OMAP3_PUBLIC_SRAM_* to NON_SECURE_SRAM_* TI: OMAP3: Create common config files for TI OMAP3 platforms. OMAP3: igep00x0: Convert to ti_omap3_common.h.
Jassi Brar (2): ARM: OMAP4/5: Remove dead code against CONFIG_SYS_CLOCKS_ENABLE_ALL ARM: OMAP4/5: Remove dead code against CONFIG_SYS_ENABLE_PADS_ALL
Lokesh Vutla (1): ARM: AM43xx: Enable DDR dynamic IO power down for DDR3
Nishanth Menon (2): DRA7: Add support for ES1.1 silicon ID code DRA7: add ABB setup for MPU voltage domain
Satyanarayana, Sandhya (1): ARM: AM335x: Enable DDR dynamic IO power down
Tom Rini (2): feature-removal-schedule.txt: Drop CONFIG_SYS_ENABLE_PADS_ALL/CLOCKS_ENABLE_ALL am43xx_evm.h: Correct SPL max size
arch/arm/cpu/armv7/omap-common/clocks-common.c | 53 ----- arch/arm/cpu/armv7/omap-common/emif-common.c | 5 +- arch/arm/cpu/armv7/omap-common/hwinit-common.c | 6 - arch/arm/cpu/armv7/omap4/hw_data.c | 85 ------- arch/arm/cpu/armv7/omap5/abb.c | 13 +- arch/arm/cpu/armv7/omap5/hw_data.c | 90 +------- arch/arm/cpu/armv7/omap5/hwinit.c | 3 + arch/arm/cpu/armv7/omap5/prcm-regs.c | 8 + arch/arm/cpu/armv7/omap5/sdram.c | 4 + arch/arm/include/asm/arch-am33xx/ddr_defs.h | 8 +- arch/arm/include/asm/arch-omap3/omap3.h | 6 +- arch/arm/include/asm/arch-omap4/sys_proto.h | 1 - arch/arm/include/asm/arch-omap5/omap.h | 3 + arch/arm/include/asm/arch-omap5/sys_proto.h | 1 - arch/arm/include/asm/omap_common.h | 2 +- board/ti/am43xx/board.c | 2 +- board/ti/omap5_uevm/evm.c | 13 -- board/ti/omap5_uevm/mux_data.h | 234 -------------------- board/ti/panda/panda.c | 30 --- board/ti/panda/panda_mux_data.h | 186 ---------------- board/ti/sdp4430/sdp.c | 20 -- board/ti/sdp4430/sdp4430_mux_data.h | 197 ---------------- doc/feature-removal-schedule.txt | 16 -- include/configs/am43xx_evm.h | 2 +- include/configs/dra7xx_evm.h | 4 +- include/configs/omap3_igep00x0.h | 189 +--------------- include/configs/omap4_panda.h | 4 +- include/configs/omap4_sdp4430.h | 4 +- include/configs/omap5_uevm.h | 4 +- include/configs/ti_am335x_common.h | 4 + include/configs/ti_armv7_common.h | 11 +- include/configs/ti_omap3_common.h | 73 ++++++ .../configs/{omap4_common.h => ti_omap4_common.h} | 10 +- .../configs/{omap5_common.h => ti_omap5_common.h} | 10 +- 34 files changed, 157 insertions(+), 1144 deletions(-) create mode 100644 include/configs/ti_omap3_common.h rename include/configs/{omap4_common.h => ti_omap4_common.h} (95%) rename include/configs/{omap5_common.h => ti_omap5_common.h} (95%)
Thanks!

Hi Tom,
On Fri, 24 Jan 2014 15:20:25 -0500, Tom Rini trini@ti.com wrote:
Hey,
The following changes since commit c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928:
arm: koelsch: Add support QSPI device and enable boot from SPI flash (2014-01-16 08:07:20 +0900)
are available in the git repository at:
git://git.denx.de/u-boot-ti master
for you to fetch changes up to b1cde7e21f950e05d18c102976c3b7d232b65e13:
am43xx_evm.h: Correct SPL max size (2014-01-24 11:41:17 -0500)
On it right now, sorry for the delay.
Amicalement,

Hi Tom,
On Fri, 24 Jan 2014 15:20:25 -0500, Tom Rini trini@ti.com wrote:
Hey,
The following changes since commit c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928:
arm: koelsch: Add support QSPI device and enable boot from SPI flash (2014-01-16 08:07:20 +0900)
are available in the git repository at:
git://git.denx.de/u-boot-ti master
for you to fetch changes up to b1cde7e21f950e05d18c102976c3b7d232b65e13:
am43xx_evm.h: Correct SPL max size (2014-01-24 11:41:17 -0500)
Enric Balletbò i Serra (7): ARM: OMAP4: Rename to ti_omap4_common.h ARM: OMAP5: Rename to ti_omap5_common.h TI: armv7: Move ELM support to SoC configuration file. TI: armv7: Do not define the number DRAM banks if is already defined. ARM: OMAP3: Rename OMAP3_PUBLIC_SRAM_* to NON_SECURE_SRAM_* TI: OMAP3: Create common config files for TI OMAP3 platforms. OMAP3: igep00x0: Convert to ti_omap3_common.h.
Jassi Brar (2): ARM: OMAP4/5: Remove dead code against CONFIG_SYS_CLOCKS_ENABLE_ALL ARM: OMAP4/5: Remove dead code against CONFIG_SYS_ENABLE_PADS_ALL
Lokesh Vutla (1): ARM: AM43xx: Enable DDR dynamic IO power down for DDR3
Nishanth Menon (2): DRA7: Add support for ES1.1 silicon ID code DRA7: add ABB setup for MPU voltage domain
Satyanarayana, Sandhya (1): ARM: AM335x: Enable DDR dynamic IO power down
Tom Rini (2): feature-removal-schedule.txt: Drop CONFIG_SYS_ENABLE_PADS_ALL/CLOCKS_ENABLE_ALL am43xx_evm.h: Correct SPL max size
arch/arm/cpu/armv7/omap-common/clocks-common.c | 53 ----- arch/arm/cpu/armv7/omap-common/emif-common.c | 5 +- arch/arm/cpu/armv7/omap-common/hwinit-common.c | 6 - arch/arm/cpu/armv7/omap4/hw_data.c | 85 ------- arch/arm/cpu/armv7/omap5/abb.c | 13 +- arch/arm/cpu/armv7/omap5/hw_data.c | 90 +------- arch/arm/cpu/armv7/omap5/hwinit.c | 3 + arch/arm/cpu/armv7/omap5/prcm-regs.c | 8 + arch/arm/cpu/armv7/omap5/sdram.c | 4 + arch/arm/include/asm/arch-am33xx/ddr_defs.h | 8 +- arch/arm/include/asm/arch-omap3/omap3.h | 6 +- arch/arm/include/asm/arch-omap4/sys_proto.h | 1 - arch/arm/include/asm/arch-omap5/omap.h | 3 + arch/arm/include/asm/arch-omap5/sys_proto.h | 1 - arch/arm/include/asm/omap_common.h | 2 +- board/ti/am43xx/board.c | 2 +- board/ti/omap5_uevm/evm.c | 13 -- board/ti/omap5_uevm/mux_data.h | 234 -------------------- board/ti/panda/panda.c | 30 --- board/ti/panda/panda_mux_data.h | 186 ---------------- board/ti/sdp4430/sdp.c | 20 -- board/ti/sdp4430/sdp4430_mux_data.h | 197 ---------------- doc/feature-removal-schedule.txt | 16 -- include/configs/am43xx_evm.h | 2 +- include/configs/dra7xx_evm.h | 4 +- include/configs/omap3_igep00x0.h | 189 +--------------- include/configs/omap4_panda.h | 4 +- include/configs/omap4_sdp4430.h | 4 +- include/configs/omap5_uevm.h | 4 +- include/configs/ti_am335x_common.h | 4 + include/configs/ti_armv7_common.h | 11 +- include/configs/ti_omap3_common.h | 73 ++++++ .../configs/{omap4_common.h => ti_omap4_common.h} | 10 +- .../configs/{omap5_common.h => ti_omap5_common.h} | 10 +- 34 files changed, 157 insertions(+), 1144 deletions(-) create mode 100644 include/configs/ti_omap3_common.h rename include/configs/{omap4_common.h => ti_omap4_common.h} (95%) rename include/configs/{omap5_common.h => ti_omap5_common.h} (95%)
Thanks!
Applied to u-boot-arm/master, thanks!
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Tom Rini