[U-Boot] [PATCH 0/3] Initial support for IGEP v2

Enric Balletbo i Serra eballetbo at gmail.com
Tue Apr 13 19:01:01 CEST 2010


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(-)




More information about the U-Boot mailing list