From mboxrd@z Thu Jan 1 00:00:00 1970 From: Enric Balletbo i Serra Date: Sun, 10 Oct 2010 10:34:16 +0200 Subject: [U-Boot] [PATCHv2 0/3] Add support for the IGEP v2 board. Message-ID: <1286699659-2952-1-git-send-email-eballetbo@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, This is the second version of patch series to add initial support for OMAP3 IGEP v2 board. Thanks Steve for your comments. Changes since v1: - [2/3] fix parens in NUMONYX_V_ACTIMB_165 define - [3/3] add extra space after first &ctrl_base in file igep0020.c - [3/3] add a space after the 57600 comma in file igep0020.h - [3/3] remove CONFIG_SYS_ARM_WITHOUT_RELOC undef $ git diff --stat origin/master MAKEALL | 1 + arch/arm/include/asm/arch-omap3/mem.h | 42 ++++++ board/isee/igep0020/Makefile | 49 +++++++ board/isee/igep0020/config.mk | 33 +++++ board/isee/igep0020/igep0020.c | 128 ++++++++++++++++++ board/isee/igep0020/igep0020.h | 156 ++++++++++++++++++++++ boards.cfg | 1 + drivers/mtd/onenand/onenand_base.c | 1 + include/configs/igep0020.h | 228 +++++++++++++++++++++++++++++++++ include/linux/mtd/onenand.h | 1 + 10 files changed, 640 insertions(+), 0 deletions(-)