From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tyser Date: Thu, 29 Oct 2009 22:18:17 -0500 Subject: [U-Boot] [PATCH] ARM S3C2410 add new board GEC2410 In-Reply-To: <1f3430fb0910291844o698bf74m48f3d176b4d5047@mail.gmail.com> References: <1256821560-2848-1-git-send-email-zetalabs@gmail.com> <1f3430fb0910291844o698bf74m48f3d176b4d5047@mail.gmail.com> Message-ID: <4AEA5AF9.7060008@xes-inc.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 2009/10/29 Hui.Tang : >> This patch add a S3C2410-based new board GEC2410. >> Signed-off-by: Hui.Tang >> --- >> Makefile | 7 + >> board/gec/gec2410/Makefile | 51 ++++ >> board/gec/gec2410/config.mk | 32 +++ >> board/gec/gec2410/flash.c | 433 +++++++++++++++++++++++++++++++++ >> board/gec/gec2410/gec2410.c | 147 +++++++++++ >> board/gec/gec2410/lowlevel_init.S | 169 +++++++++++++ >> board/gec/gec2410/u-boot-nand.lds | 61 +++++ >> cpu/arm920t/s3c24x0/timer.c | 1 + >> cpu/arm920t/start.S | 36 +++ >> drivers/mtd/nand/s3c2410_nand.c | 46 +++- >> drivers/net/cs8900.c | 2 +- >> include/configs/gec2410.h | 288 ++++++++++++++++++++++ >> nand_spl/board/gec/gec2410/Makefile | 102 ++++++++ >> nand_spl/board/gec/gec2410/config.mk | 40 +++ >> nand_spl/board/gec/gec2410/u-boot.lds | 60 +++++ >> 15 files changed, 1469 insertions(+), 6 deletions(-) >> create mode 100644 board/gec/gec2410/Makefile >> create mode 100644 board/gec/gec2410/config.mk >> create mode 100644 board/gec/gec2410/flash.c >> create mode 100644 board/gec/gec2410/gec2410.c >> create mode 100644 board/gec/gec2410/lowlevel_init.S >> create mode 100644 board/gec/gec2410/u-boot-nand.lds >> create mode 100644 include/configs/gec2410.h >> create mode 100644 nand_spl/board/gec/gec2410/Makefile >> create mode 100644 nand_spl/board/gec/gec2410/config.mk >> create mode 100644 nand_spl/board/gec/gec2410/u-boot.lds >> > > thanks for your patch. > > First, please do checkpatch and fix the style problems. > (total: 20 errors, 106 warnings, 1614 lines checked) > Second, please separate your patch (board, cpu, soc, spl, etc..) > Third, please fix the copyright. I couldn't find your name. > And then, we will review your patch. You should also add an entry to MAINTAINERS and MAKEALL when you resubmit your board support patch. Best, Peter