public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v6 0/4] Add SMDK5250 board support
@ 2012-01-25  5:19 Chander Kashyap
  2012-01-25  5:19 ` [U-Boot] [PATCH v6 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro Chander Kashyap
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Chander Kashyap @ 2012-01-25  5:19 UTC (permalink / raw)
  To: u-boot

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             |  152 ++++++++
 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, 2662 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-02-02  4:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25  5:19 [U-Boot] [PATCH v6 0/4] Add SMDK5250 board support Chander Kashyap
2012-01-25  5:19 ` [U-Boot] [PATCH v6 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro Chander Kashyap
2012-01-25  5:19 ` [U-Boot] [PATCH v6 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs Chander Kashyap
2012-01-25  5:19 ` [U-Boot] [PATCH v6 3/4] EXYNOS: Add SMDK5250 board support Chander Kashyap
2012-01-25  6:56   ` Igor Grinberg
2012-02-02  4:30     ` Chander Kashyap
2012-01-25  5:19 ` [U-Boot] [PATCH v6 4/4] EXYNOS: SMDK5250: Add MMC SPL support Chander Kashyap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox