[U-Boot] [PATCH v5 0/4] Add SMDK5250 board support

Chander Kashyap chander.kashyap at linaro.org
Wed Jan 25 05:42:58 CET 2012


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 +
 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               |   67 ++++
 board/samsung/smdk5250/clock_init.c           |  202 ++++++++++
 board/samsung/smdk5250/dmc_init.c             |  508 +++++++++++++++++++++++++
 board/samsung/smdk5250/lowlevel_init.S        |   96 +++++
 board/samsung/smdk5250/mmc_boot.c             |   58 +++
 board/samsung/smdk5250/setup.h                |  353 +++++++++++++++++
 board/samsung/smdk5250/smdk5250.c             |  150 ++++++++
 board/samsung/smdk5250/tools/mkexynos_image.c |  117 ++++++
 board/samsung/smdk5250/tzpc_init.c            |   48 +++
 boards.cfg                                    |    1 +
 include/configs/s5pc210_universal.h           |    1 +
 include/configs/smdk5250.h                    |  202 ++++++++++
 include/configs/trats.h                       |    1 +
 20 files changed, 2660 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/tools/mkexynos_image.c
 create mode 100644 board/samsung/smdk5250/tzpc_init.c
 create mode 100644 include/configs/smdk5250.h

-- 
1.7.5.4



More information about the U-Boot mailing list