[U-Boot] [PATCH 4/4] s5p6442: Add support SMDK6442 board
Wolfgang Denk
wd at denx.de
Tue Mar 30 22:57:24 CEST 2010
Dear Joonyoung Shim,
In message <4BB016EB.9010307 at samsung.com> you wrote:
> This patch adds the new board SMDK6442 that uses s5p6442 SoC.
>
> Cc: Minkyu Kang <mk7.kang at samsung.com>
> Cc: Kyungmin Park <kyungmin.park at samsung.com>
> Signed-off-by: Joonyoung Shim <jy0922.shim at samsung.com>
> ---
> MAKEALL | 1 +
> Makefile | 3 +
> board/samsung/smdk6442/Makefile | 55 +++++++
> board/samsung/smdk6442/config.mk | 6 +
> board/samsung/smdk6442/lowlevel_init.S | 202 ++++++++++++++++++++++++++
> board/samsung/smdk6442/mem_setup.S | 175 +++++++++++++++++++++++
> board/samsung/smdk6442/onenand.c | 41 ++++++
> board/samsung/smdk6442/smdk6442.c | 54 +++++++
> include/configs/smdk6442.h | 242 ++++++++++++++++++++++++++++++++
> 9 files changed, 779 insertions(+), 0 deletions(-)
> create mode 100644 board/samsung/smdk6442/Makefile
> create mode 100644 board/samsung/smdk6442/config.mk
> create mode 100644 board/samsung/smdk6442/lowlevel_init.S
> create mode 100644 board/samsung/smdk6442/mem_setup.S
> create mode 100644 board/samsung/smdk6442/onenand.c
> create mode 100644 board/samsung/smdk6442/smdk6442.c
> create mode 100644 include/configs/smdk6442.h
Entry to MAINTAINERS missing.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Military secrets are the most fleeting of all.
-- Spock, "The Enterprise Incident", stardate 5027.4
More information about the U-Boot
mailing list