[U-Boot] Please pull u-boot-ti/master
Albert ARIBAUD
albert.u.boot at aribaud.net
Tue Nov 15 22:27:05 CET 2011
Hi Sandeep,
Le 15/11/2011 16:11, s-paulraj at ti.com a écrit :
> The following changes since commit 06194b6b65f701a9d6ef2d9b4123c4afe57d8783:
> Nagabhushana Netagunte (1):
> da850: add new config file for AM18xx
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti.git master
>
> Heiko Schocher (3):
> arm, davinci: da850/dm365 lowlevel cleanup
> arm, davinci_emac: fix driver bug if more then 3 PHYs are detected
> arm, davinci: add DAVINCI_MMC_CLKID
>
> Sricharan (7):
> omap4: make omap4 code common for future reuse
> omap: Checkpatch fixes
> omap5: Add minimal support for omap5430.
> omap5: clocks: Add clocks support for omap5 platform.
> omap5: emif: Add emif/ddr configurations required for omap5 evm
> omap4/5: Add support for booting with CH.
> omap5: Add omap5_evm board build support.
>
> MAINTAINERS | 1 +
> Makefile | 9 +-
> README | 6 +
> arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c | 122 +--
> arch/arm/cpu/arm926ejs/davinci/dm365_lowlevel.c | 73 +-
> arch/arm/cpu/armv7/omap-common/Makefile | 13 +
> arch/arm/cpu/armv7/omap-common/clocks-common.c | 609 +++++++++++
> arch/arm/cpu/armv7/omap-common/emif-common.c | 1140 ++++++++++++++++++++
> arch/arm/cpu/armv7/omap-common/hwinit-common.c | 267 +++++
> .../armv7/{omap4 => omap-common}/lowlevel_init.S | 37 +-
> .../{omap4/mem.c => omap-common/mem-common.c} | 0
> arch/arm/cpu/armv7/omap-common/spl.c | 9 +-
> arch/arm/cpu/armv7/omap4/Makefile | 11 +-
> arch/arm/cpu/armv7/omap4/board.c | 384 -------
> arch/arm/cpu/armv7/omap4/clocks.c | 628 ++---------
> arch/arm/cpu/armv7/omap4/emif.c | 1135 +-------------------
> arch/arm/cpu/armv7/omap4/hwinit.c | 167 +++
> arch/arm/cpu/armv7/omap4/omap4_mux_data.h | 83 --
> arch/arm/cpu/armv7/omap4/sdram_elpida.c | 2 +-
> arch/arm/cpu/armv7/omap4/sys_info.c | 53 -
> arch/arm/cpu/armv7/omap5/Makefile | 48 +
> arch/arm/cpu/armv7/omap5/clocks.c | 432 ++++++++
> arch/arm/cpu/armv7/omap5/config.mk | 28 +
> arch/arm/cpu/armv7/omap5/emif.c | 105 ++
> arch/arm/cpu/armv7/omap5/hwinit.c | 78 ++
> arch/arm/cpu/armv7/omap5/sdram_elpida.c | 178 +++
> arch/arm/include/asm/arch-davinci/aintc_defs.h | 2 +
> arch/arm/include/asm/arch-davinci/da850_lowlevel.h | 2 +-
> arch/arm/include/asm/arch-davinci/ddr2_defs.h | 4 +
> arch/arm/include/asm/arch-davinci/emif_defs.h | 1 +
> arch/arm/include/asm/arch-davinci/hardware.h | 21 +
> arch/arm/include/asm/arch-davinci/pll_defs.h | 14 +
> arch/arm/include/asm/arch-omap3/mmc_host_def.h | 11 +-
> arch/arm/include/asm/arch-omap4/clocks.h | 23 +
> arch/arm/include/asm/arch-omap4/emif.h | 1021 ------------------
> arch/arm/include/asm/arch-omap4/mmc_host_def.h | 11 +-
> .../arm/include/asm/arch-omap4/{omap4.h => omap.h} | 46 +-
> arch/arm/include/asm/arch-omap4/sys_proto.h | 38 +-
> arch/arm/include/asm/arch-omap5/clocks.h | 722 +++++++++++++
> arch/arm/include/asm/arch-omap5/cpu.h | 175 +++
> arch/arm/include/asm/arch-omap5/gpio.h | 50 +
> arch/arm/include/asm/arch-omap5/i2c.h | 74 ++
> arch/arm/include/asm/arch-omap5/mmc_host_def.h | 174 +++
> arch/arm/include/asm/arch-omap5/mux_omap5.h | 344 ++++++
> .../asm/{arch-omap4/omap4.h => arch-omap5/omap.h} | 104 +-
> arch/arm/include/asm/arch-omap5/sys_proto.h | 122 +++
> arch/arm/include/asm/armv7.h | 3 +
> arch/arm/include/asm/emif.h | 1035 ++++++++++++++++++
> arch/arm/include/asm/mach-types.h | 13 +
> arch/arm/include/asm/omap_common.h | 31 +-
> board/ti/omap5_evm/Makefile | 49 +
> board/ti/omap5_evm/evm.c | 101 ++
> board/ti/omap5_evm/mux_data.h | 275 +++++
> board/ti/panda/Makefile | 2 -
> board/ti/panda/panda.c | 27 +-
> board/ti/panda/panda_mux_data.h | 54 +-
> board/ti/sdp4430/Makefile | 4 +-
> board/ti/sdp4430/sdp.c | 27 +-
> board/ti/sdp4430/sdp4430_mux_data.h | 53 +-
> boards.cfg | 1 +
> drivers/mmc/omap_hsmmc.c | 26 +-
> drivers/net/davinci_emac.c | 24 +-
> include/configs/omap4_common.h | 7 +-
> include/configs/omap5_evm.h | 284 +++++
> spl/Makefile | 3 +
> 65 files changed, 7108 insertions(+), 3488 deletions(-)
> create mode 100644 arch/arm/cpu/armv7/omap-common/clocks-common.c
> create mode 100644 arch/arm/cpu/armv7/omap-common/emif-common.c
> create mode 100644 arch/arm/cpu/armv7/omap-common/hwinit-common.c
> rename arch/arm/cpu/armv7/{omap4 => omap-common}/lowlevel_init.S (76%)
> rename arch/arm/cpu/armv7/{omap4/mem.c => omap-common/mem-common.c} (100%)
> delete mode 100644 arch/arm/cpu/armv7/omap4/board.c
> create mode 100644 arch/arm/cpu/armv7/omap4/hwinit.c
> delete mode 100644 arch/arm/cpu/armv7/omap4/omap4_mux_data.h
> delete mode 100644 arch/arm/cpu/armv7/omap4/sys_info.c
> create mode 100644 arch/arm/cpu/armv7/omap5/Makefile
> create mode 100644 arch/arm/cpu/armv7/omap5/clocks.c
> create mode 100644 arch/arm/cpu/armv7/omap5/config.mk
> create mode 100644 arch/arm/cpu/armv7/omap5/emif.c
> create mode 100644 arch/arm/cpu/armv7/omap5/hwinit.c
> create mode 100644 arch/arm/cpu/armv7/omap5/sdram_elpida.c
> delete mode 100644 arch/arm/include/asm/arch-omap4/emif.h
> copy arch/arm/include/asm/arch-omap4/{omap4.h => omap.h} (87%)
> create mode 100644 arch/arm/include/asm/arch-omap5/clocks.h
> create mode 100644 arch/arm/include/asm/arch-omap5/cpu.h
> create mode 100644 arch/arm/include/asm/arch-omap5/gpio.h
> create mode 100644 arch/arm/include/asm/arch-omap5/i2c.h
> create mode 100644 arch/arm/include/asm/arch-omap5/mmc_host_def.h
> create mode 100644 arch/arm/include/asm/arch-omap5/mux_omap5.h
> rename arch/arm/include/asm/{arch-omap4/omap4.h => arch-omap5/omap.h} (65%)
> create mode 100644 arch/arm/include/asm/arch-omap5/sys_proto.h
> create mode 100644 arch/arm/include/asm/emif.h
> create mode 100644 board/ti/omap5_evm/Makefile
> create mode 100644 board/ti/omap5_evm/evm.c
> create mode 100644 board/ti/omap5_evm/mux_data.h
> create mode 100644 include/configs/omap5_evm.h
Applied to u-boot-arm/master, thanks.
Amicalement,
--
Albert.
More information about the U-Boot
mailing list