public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Add Arndale board support
@ 2013-03-26  9:37 Inderpal Singh
  2013-03-26  9:37 ` [U-Boot] [PATCH 1/3] exynos5250: remove redundant SPI related configs Inderpal Singh
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Inderpal Singh @ 2013-03-26  9:37 UTC (permalink / raw)
  To: u-boot

The Arndale board is based on samsung's exynos5250 SOC.

First patch just removes the redundant SPI configs from common exynos5250
config file. Second patch moves the board specific configs to board specific
config file. The third adds the andale board support.

This patchset depends on [1] for tzpc initialization, on [2] for copying
u-boot to RAM from spl, and on first 6 patches of [3] for mmc support.

[1] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/156168
[2] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/156272
[3] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/155368

Inderpal Singh (3):
  exynos5250: remove redundant SPI related configs
  exynos5250: move board specific configs to board specific config file
  exynos5250: Add arndale board support

 MAINTAINERS                              |    4 +
 board/samsung/arndale/Makefile           |   54 +++
 board/samsung/arndale/arndale.c          |  117 ++++++
 board/samsung/arndale/arndale_spl.c      |   66 +++
 board/samsung/arndale/clock_init.c       |  655 ++++++++++++++++++++++++++++++
 board/samsung/arndale/clock_init.h       |  149 +++++++
 board/samsung/arndale/dmc_common.c       |  199 +++++++++
 board/samsung/arndale/dmc_init_ddr3.c    |  228 +++++++++++
 board/samsung/arndale/lowlevel_init.S    |   92 +++++
 board/samsung/arndale/setup.h            |  569 ++++++++++++++++++++++++++
 board/samsung/dts/exynos5250-arndale.dts |   36 ++
 boards.cfg                               |    1 +
 include/configs/arndale.h                |   39 ++
 include/configs/exynos5250-dt.h          |   29 +-
 include/configs/smdk5250.h               |   12 +-
 include/configs/snow.h                   |   12 +-
 tools/Makefile                           |    2 +
 17 files changed, 2232 insertions(+), 32 deletions(-)
 create mode 100644 board/samsung/arndale/Makefile
 create mode 100644 board/samsung/arndale/arndale.c
 create mode 100644 board/samsung/arndale/arndale_spl.c
 create mode 100644 board/samsung/arndale/clock_init.c
 create mode 100644 board/samsung/arndale/clock_init.h
 create mode 100644 board/samsung/arndale/dmc_common.c
 create mode 100644 board/samsung/arndale/dmc_init_ddr3.c
 create mode 100644 board/samsung/arndale/lowlevel_init.S
 create mode 100644 board/samsung/arndale/setup.h
 create mode 100644 board/samsung/dts/exynos5250-arndale.dts
 create mode 100644 include/configs/arndale.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-06-07 11:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26  9:37 [U-Boot] [PATCH 0/3] Add Arndale board support Inderpal Singh
2013-03-26  9:37 ` [U-Boot] [PATCH 1/3] exynos5250: remove redundant SPI related configs Inderpal Singh
2013-03-26 11:21   ` Rajeshwari Birje
2013-03-26  9:37 ` [U-Boot] [PATCH 2/3] exynos5250: move board specific configs to board specific config file Inderpal Singh
2013-03-26  9:37 ` [U-Boot] [PATCH 3/3] exynos5250: Add arndale board support Inderpal Singh
2013-03-26 11:16   ` Rajeshwari Birje
2013-03-27  6:04     ` Inderpal Singh
2013-03-26 11:34   ` Wolfgang Denk
2013-05-21 12:53 ` [U-Boot] [PATCH 0/3] Add Arndale " Minkyu Kang
2013-06-07 11:22   ` Inderpal Singh

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