[U-Boot] [PATCH v2 0/2] Add Arndale board support

Inderpal Singh inderpal.singh at linaro.org
Tue Feb 26 06:13:16 CET 2013


The Arndale board is based on samsung's exynos5250 SOC.
First patch moves board specific options to board specific config file and the
second patch adds the initial config and dts file for the arndale board. 

Changes in v2:
	- Added entry is MAINTAINERS
	- Added Chander's Acked-by

Inderpal Singh (2):
  smdk5250: move board specific options to board specific config file
  Exynos5: Arndale: Add support for exynos5250 based arndale board.

 MAINTAINERS                              |    4 ++
 board/samsung/dts/exynos5250-arndale.dts |   36 ++++++++++++++++++
 boards.cfg                               |    1 +
 include/configs/arndale.h                |   39 +++++++++++++++++++
 include/configs/exynos5250-dt.h          |   60 ------------------------------
 include/configs/smdk5250.h               |   35 +++++++++++++++++
 6 files changed, 115 insertions(+), 60 deletions(-)
 create mode 100644 board/samsung/dts/exynos5250-arndale.dts
 create mode 100644 include/configs/arndale.h

-- 
1.7.9.5



More information about the U-Boot mailing list