public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [Patch v7 0/2] Add Arndale board support
@ 2013-08-21  5:08 Chander Kashyap
  2013-08-21  5:08 ` [U-Boot] [Patch v7 1/2] exynos5250: Add arndale " Chander Kashyap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chander Kashyap @ 2013-08-21  5:08 UTC (permalink / raw)
  To: u-boot

The Arndale board is based on samsung's exynos5250 SOC.
For spl generation, it depends on the patch at [5].

First patch provides the basic arndale board support. The second patch
adds the MMC support.

Changes in v2:
        - split from earlier patchset at [3] as per Minkyu
        - Removed checkpatch errors pointed out by Wolfgang
        - rebased to latest u-boot-samsung master branch
        - created mmc_boot.c to remove dependency on consolidation
          patch at [4]
        - split the mmc support to new patch as it depends on [2]

[1] http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/162883
[2] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/159887
[3] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/157101
[4] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/156272

Changes in v3:
        - Used dt based serial
        - rebased to latest u-boot-samsung master branch

Changes in v4:
	- Removed the config dependency on exynos5_dt.h as it contains smdk5250
	  configurations rather than the common exynos5 generic configurations.
	- rebased to latest u-boot-samsung master branch

Changes in v5:
	- Fix comments suggested by Minkyu
	- Added SPDX-License-Identifier to new files

Changes in v6:
	- Fixed missed out sorting of Maintainers entry
Changes in v7:
	- Fixed regression caused due to v6.
	- rebased to latest u-boot-samsung master branch
	- Fixed checkpatch warning for parenthesis alignment.

[5] [PATCH v2] CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles

Chander Kashyap (1):
  exynos5250: Add arndale board support

Inderpal Singh (1):
  exynos5250: arndale: Add mmc support

 MAINTAINERS                              |    4 +
 board/samsung/arndale/Makefile           |   34 ++++
 board/samsung/arndale/arndale.c          |  101 ++++++++++++
 board/samsung/arndale/arndale_spl.c      |   50 ++++++
 board/samsung/dts/exynos5250-arndale.dts |   39 +++++
 boards.cfg                               |    1 +
 include/configs/arndale.h                |  255 ++++++++++++++++++++++++++++++
 7 files changed, 484 insertions(+)
 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/dts/exynos5250-arndale.dts
 create mode 100644 include/configs/arndale.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-08-30  3:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21  5:08 [U-Boot] [Patch v7 0/2] Add Arndale board support Chander Kashyap
2013-08-21  5:08 ` [U-Boot] [Patch v7 1/2] exynos5250: Add arndale " Chander Kashyap
2013-08-21  5:08 ` [U-Boot] [Patch v7 2/2] exynos5250: arndale: Add mmc support Chander Kashyap
2013-08-30  3:21 ` [U-Boot] [Patch v7 0/2] Add Arndale board support Minkyu Kang

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