public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Add support for the IGEP v2 board.
@ 2010-10-09 23:13 Enric Balletbo i Serra
  2010-10-09 23:13 ` [U-Boot] [PATCH 1/3] mtd: OneNAND: add support for OneNAND manufactured by Numonyx Enric Balletbo i Serra
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Enric Balletbo i Serra @ 2010-10-09 23:13 UTC (permalink / raw)
  To: u-boot


Hello,

This is the first version of patch series to add initial support for
OMAP3 IGEP v2 board. Please consider to include in next merge window.

Cheers,
  Enric

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [U-Boot] [PATCHv4 0/3] Add support for the IGEP v2 board.
@ 2010-10-11 19:48 Enric Balletbo i Serra
  2010-10-11 19:48 ` [U-Boot] [PATCH 3/3] OMAP3: " Enric Balletbo i Serra
  0 siblings, 1 reply; 9+ messages in thread
From: Enric Balletbo i Serra @ 2010-10-11 19:48 UTC (permalink / raw)
  To: u-boot


Hello,

This is the version 4 of patch series to add initial support for
OMAP3 IGEP v2 board.

CHANGES:

* since v3
   - [x/3] add Acked-by and Tested-by lines
   - [3/3] fix warning in the build:
        igep0020.c: In function 'board_eth_init':
        igep0020.c:125: warning: implicit declaration of function
        'smc911x_initialize'

* since v2
   - [1/3] keep lists sorted
   - [2/3] fix multiline comment style
   - [3/3] add entry to MAINTAINERS

* 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
 MAINTAINERS                           |    4 +
 MAKEALL                               |    1 +
 arch/arm/include/asm/arch-omap3/mem.h |   43 ++++++
 board/isee/igep0020/Makefile          |   49 +++++++
 board/isee/igep0020/config.mk         |   33 +++++
 board/isee/igep0020/igep0020.c        |  129 +++++++++++++++++++
 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 +
 11 files changed, 646 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-10-11 19:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-09 23:13 [U-Boot] [PATCH 0/3] Add support for the IGEP v2 board Enric Balletbo i Serra
2010-10-09 23:13 ` [U-Boot] [PATCH 1/3] mtd: OneNAND: add support for OneNAND manufactured by Numonyx Enric Balletbo i Serra
2010-10-10  4:41   ` Steve Sakoman
2010-10-09 23:13 ` [U-Boot] [PATCH 2/3] OMAP3: SDRC: Introduce Numonyx DDR type Enric Balletbo i Serra
2010-10-10  4:46   ` Steve Sakoman
2010-10-09 23:13 ` [U-Boot] [PATCH 3/3] OMAP3: Add support for the IGEP v2 board Enric Balletbo i Serra
2010-10-10  4:51   ` Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2010-10-11 19:48 [U-Boot] [PATCHv4 0/3] " Enric Balletbo i Serra
2010-10-11 19:48 ` [U-Boot] [PATCH 3/3] OMAP3: " Enric Balletbo i Serra
2010-10-11 19:49   ` Enric Balletbò i Serra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox