From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 12 Mar 2013 19:29:05 +0900 Subject: [U-Boot] [PATCH 0/2 V4] EXYNOS5: SNOW: Add initial dts and config file In-Reply-To: <1362051642-17396-1-git-send-email-rajeshwari.s@samsung.com> References: <1362051642-17396-1-git-send-email-rajeshwari.s@samsung.com> Message-ID: <513F0371.9040202@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 28/02/13 20:40, Rajeshwari Shinde wrote: > This patch set adds initial dts and configuration file for snow. > > Changes in V2: > - Added Maintainer. > Changes in V3: > - Added Maintainer in aphabetical order. > Changes in V4: > - Removed ethernet support > > Rajeshwari Shinde (2): > EXYNOS5: Add initial DTS file for Snow. > EXYNOS5: Snow: Add a configuration file > > MAINTAINERS | 4 ++ > board/samsung/dts/exynos5250-snow.dts | 58 +++++++++++++++++++++++++++++++++ > boards.cfg | 1 + > include/configs/snow.h | 33 ++++++++++++++++++ > 4 files changed, 96 insertions(+), 0 deletions(-) > create mode 100644 board/samsung/dts/exynos5250-snow.dts > create mode 100644 include/configs/snow.h > applied to u-boot-samsung. Thanks, Minkyu Kang.