[U-Boot] [PATCH v9 0/4] Add SMDK5250 board support
Minkyu Kang
promsoft at gmail.com
Thu Feb 9 07:12:06 CET 2012
Dear Chander Kashyap,
On 6 February 2012 18:01, Chander Kashyap <chander.kashyap at linaro.org> wrote:
> This patchset add support for Samsung's SMDK5250 board based on
> EXYNOS5250 based SoC. It also adds support for MMC SPL booting.
>
> The porting is done by Samsung engineers at HQ in System LSI Team.
> I am contributing in upstreaming the code for the board.
>
> Based upon discussions following patches are dropped in this version:
> Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards
> Exynos: Clock.c: Replace exynos4 prefix with exynos
>
> SMDK5250: enable device tree support is squashed with
> EXYNOS: Add SMDK5250 board support
>
> Chander Kashyap (4):
> 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
>
> MAINTAINERS | 1 +
> Makefile | 1 +
> arch/arm/cpu/armv7/exynos/clock.c | 214 +++++++++++++-
> arch/arm/include/asm/arch-exynos/clock.h | 326 +++++++++++++++++++++
> arch/arm/include/asm/arch-exynos/cpu.h | 35 +++-
> arch/arm/include/asm/arch-exynos/dmc.h | 146 ++++++++++
> arch/arm/include/asm/arch-exynos/gpio.h | 99 ++++++-
> arch/arm/include/asm/arch-exynos/tzpc.h | 52 ++++
> 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 | 146 ++++++++++
> board/samsung/smdk5250/tzpc_init.c | 48 +++
> boards.cfg | 1 +
> include/configs/s5pc210_universal.h | 1 +
> include/configs/smdk5250.h | 197 +++++++++++++
> include/configs/trats.h | 1 +
> tools/Makefile | 6 +
> tools/mkexynosspl.c | 122 ++++++++
> 22 files changed, 2706 insertions(+), 17 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-exynos/dmc.h
> create mode 100644 arch/arm/include/asm/arch-exynos/tzpc.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 include/configs/smdk5250.h
> create mode 100644 tools/mkexynosspl.c
>
> --
applied to u-boot-samsung.
Thanks
Minkyu Kang.
--
from. prom.
www.promsoft.net
More information about the U-Boot
mailing list