public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Initial support for IGEP v2
@ 2010-04-13 17:01 Enric Balletbo i Serra
  2010-04-13 16:53 ` [U-Boot] [PATCH 1/3] OMAP3:SDRC: Introduce Numonyx DDR type Enric Balletbo i Serra
  0 siblings, 1 reply; 8+ messages in thread
From: Enric Balletbo i Serra @ 2010-04-13 17:01 UTC (permalink / raw)
  To: u-boot

Hello,

The IGEP v2 board is a low-cost, fan-less and industrial temperature
range single board computer that unleashes laptop-like performance and
expandability without the bulk, expense, or noise of typical desktop
machines. Its architecture shares much in common with other OMAP3 boards

These patch series adds initial support for IGEP v2

$ git diff --stat origin/master
 Makefile                           |    3 +
 board/isee/igep0020/Makefile       |   49 +++++
 board/isee/igep0020/config.mk      |   36 ++++
 board/isee/igep0020/igep0020.c     |  134 ++++++++++++
 board/isee/igep0020/igep0020.h     |  399 ++++++++++++++++++++++++++++++++++++
 drivers/mtd/onenand/onenand_base.c |    1 +
 include/asm-arm/arch-omap3/mem.h   |   42 ++++
 include/configs/omap3_igep0020.h   |  256 +++++++++++++++++++++++
 include/linux/mtd/onenand.h        |    1 +
 9 files changed, 921 insertions(+), 0 deletions(-)

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

end of thread, other threads:[~2010-04-14  7:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-13 17:01 [U-Boot] [PATCH 0/3] Initial support for IGEP v2 Enric Balletbo i Serra
2010-04-13 16:53 ` [U-Boot] [PATCH 1/3] OMAP3:SDRC: Introduce Numonyx DDR type Enric Balletbo i Serra
2010-04-13 16:59   ` [U-Boot] [PATCH 2/3] OneNAND: Add support for Numonyx part Enric Balletbo i Serra
2010-04-13 16:53     ` [U-Boot] [PATCH 3/3] IGEP v2 support Enric Balletbo i Serra
2010-04-13 17:24       ` Paulraj, Sandeep
2010-04-14  7:36         ` Enric Balletbò i Serra
2010-04-13 17:18     ` [U-Boot] [PATCH 2/3] OneNAND: Add support for Numonyx part Paulraj, Sandeep
2010-04-13 19:11       ` Scott Wood

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