Dear Joonyoung Shim, In message <[email protected]> you wrote: > This patch adds the new board SMDK6442 that uses s5p6442 SoC. > > Cc: Minkyu Kang <[email protected]> > Cc: Kyungmin Park <[email protected]> > Signed-off-by: Joonyoung Shim <[email protected]> > --- > 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: [email protected] Military secrets are the most fleeting of all. -- Spock, "The Enterprise Incident", stardate 5027.4 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

