All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/2] Add Arndale board support
@ 2013-07-25 12:46 Chander Kashyap
  2013-07-25 12:46 ` [U-Boot] [PATCH v4 1/2] exynos5250: Add arndale " Chander Kashyap
  2013-07-25 12:46 ` [U-Boot] [PATCH v4 2/2] exynos5250: arndale: Add mmc support Chander Kashyap
  0 siblings, 2 replies; 5+ messages in thread
From: Chander Kashyap @ 2013-07-25 12:46 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 depedency on exynos5_dt.h as it contains smdk5250
	  configurations rather than the common exynos5 generic configurations.
	- Reused common exynos clock and memory initlialization routines.
	- rebased to latest u-boot-samsung master branch

[5] http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/164824


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

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

 MAINTAINERS                              |    4 +
 board/samsung/arndale/Makefile           |   50 ++++++
 board/samsung/arndale/arndale.c          |  116 +++++++++++++
 board/samsung/arndale/arndale_spl.c      |   66 ++++++++
 board/samsung/dts/exynos5250-arndale.dts |   41 +++++
 boards.cfg                               |    1 +
 include/configs/arndale.h                |  271 ++++++++++++++++++++++++++++++
 7 files changed, 549 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] 5+ messages in thread

end of thread, other threads:[~2013-08-06 14:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25 12:46 [U-Boot] [PATCH v4 0/2] Add Arndale board support Chander Kashyap
2013-07-25 12:46 ` [U-Boot] [PATCH v4 1/2] exynos5250: Add arndale " Chander Kashyap
2013-08-06 11:46   ` Minkyu Kang
2013-08-06 14:28     ` Chander Kashyap
2013-07-25 12:46 ` [U-Boot] [PATCH v4 2/2] exynos5250: arndale: Add mmc support Chander Kashyap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.