[U-Boot] please pull u-boot-samsung/master

Albert ARIBAUD albert.u.boot at aribaud.net
Fri Feb 10 20:59:54 CET 2012


Hi Minkyu,

Le 10/02/2012 02:01, Minkyu Kang a écrit :
> Dear Albert,
>
> The following changes since commit ca849aa4b86b282f837c58a0b129460ebfad2239:
>
>    ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board (2012-02-06 22:47:25 +0100)
>
> are available in the git repository at:
>    git://git.denx.de/u-boot-samsung master
>
> Chander Kashyap (8):
>        Exynos: PWM: Add TCMPB3 field in pwm structure
>        Exynos: Fix ARM Clock frequency calculation
>        Origen: Select SCLKMPLL as FIMD0 parent clock
>        Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro
>        ARM: EXYNOS: Add support for Exynos5 based SoCs
>        EXYNOS: Add SMDK5250 board support
>        EXYNOS: SMDK5250: Add MMC SPL support
>        SMDK5250: Add ethernet support
>
> HeungJun, Kim (3):
>        ARMV7: Exynos4: Add watchdog.h for Exynos4
>        ARMV7: Exynos4: Add supoort power for Exynos4
>        ARMV7: Exynos4: Add support for TRATS board
>
> Minkyu Kang (4):
>        ORIGEN: remove duplicated MACH_TYPE define
>        S5P: support generic watchdog timer
>        TRATS: use the generic watchdog timer
>        TRATS: set gpio of UART correctly
>
>   MAINTAINERS                                  |    5 +
>   Makefile                                     |    1 +
>   arch/arm/cpu/armv7/exynos/clock.c            |  229 +++++++++-
>   arch/arm/cpu/armv7/s5p-common/Makefile       |    1 +
>   arch/arm/cpu/armv7/s5p-common/wdt.c          |   59 +++
>   arch/arm/include/asm/arch-exynos/clock.h     |  326 +++++++++++++
>   arch/arm/include/asm/arch-exynos/cpu.h       |   36 ++-
>   arch/arm/include/asm/arch-exynos/dmc.h       |  146 ++++++
>   arch/arm/include/asm/arch-exynos/gpio.h      |   99 ++++-
>   arch/arm/include/asm/arch-exynos/power.h     |  230 ++++++++++
>   arch/arm/include/asm/arch-exynos/pwm.h       |    2 +-
>   arch/arm/include/asm/arch-exynos/tzpc.h      |   52 +++
>   arch/arm/include/asm/arch-exynos/watchdog.h  |   57 +++
>   arch/arm/include/asm/arch-s5pc1xx/cpu.h      |    1 +
>   arch/arm/include/asm/arch-s5pc1xx/watchdog.h |   58 +++
>   board/samsung/origen/lowlevel_init.S         |    5 +
>   board/samsung/origen/origen_setup.h          |   12 +
>   board/samsung/smdk5250/Makefile              |   58 +++
>   board/samsung/smdk5250/clock_init.c          |  202 ++++++++
>   board/samsung/smdk5250/dmc_init.c            |  462 +++++++++++++++++++
>   board/samsung/smdk5250/lowlevel_init.S       |   96 ++++
>   board/samsung/smdk5250/mmc_boot.c            |   58 +++
>   board/samsung/smdk5250/setup.h               |  451 ++++++++++++++++++
>   board/samsung/smdk5250/smdk5250.c            |  240 ++++++++++
>   board/samsung/smdk5250/tzpc_init.c           |   48 ++
>   board/samsung/trats/Makefile                 |   43 ++
>   board/samsung/trats/setup.h                  |  637 ++++++++++++++++++++++++++
>   board/samsung/trats/trats.c                  |  366 +++++++++++++++
>   boards.cfg                                   |    2 +
>   include/configs/origen.h                     |    2 -
>   include/configs/s5pc210_universal.h          |    1 +
>   include/configs/smdk5250.h                   |  204 ++++++++
>   include/configs/trats.h                      |  217 +++++++++
>   tools/Makefile                               |    6 +
>   tools/mkexynosspl.c                          |  122 +++++
>   35 files changed, 4508 insertions(+), 26 deletions(-)
>   create mode 100644 arch/arm/cpu/armv7/s5p-common/wdt.c
>   create mode 100644 arch/arm/include/asm/arch-exynos/dmc.h
>   create mode 100644 arch/arm/include/asm/arch-exynos/power.h
>   create mode 100644 arch/arm/include/asm/arch-exynos/tzpc.h
>   create mode 100644 arch/arm/include/asm/arch-exynos/watchdog.h
>   create mode 100644 arch/arm/include/asm/arch-s5pc1xx/watchdog.h
>   create mode 100644 board/samsung/smdk5250/Makefile
>   create mode 100644 board/samsung/smdk5250/clock_init.c
>   create mode 100644 board/samsung/smdk5250/dmc_init.c
>   create mode 100644 board/samsung/smdk5250/lowlevel_init.S
>   create mode 100644 board/samsung/smdk5250/mmc_boot.c
>   create mode 100644 board/samsung/smdk5250/setup.h
>   create mode 100644 board/samsung/smdk5250/smdk5250.c
>   create mode 100644 board/samsung/smdk5250/tzpc_init.c
>   create mode 100644 board/samsung/trats/Makefile
>   create mode 100644 board/samsung/trats/setup.h
>   create mode 100644 board/samsung/trats/trats.c
>   create mode 100644 include/configs/smdk5250.h
>   create mode 100644 include/configs/trats.h
>   create mode 100644 tools/mkexynosspl.c

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list