
Dear Enric Balletbo i Serra,
In message 1286699659-2952-4-git-send-email-eballetbo@gmail.com you wrote:
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.
Signed-off-by: Enric Balletbo i Serra eballetbo@gmail.com
MAKEALL | 1 + 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 + include/configs/igep0020.h | 228 ++++++++++++++++++++++++++++++++++++++++ 7 files changed, 596 insertions(+), 0 deletions(-) create mode 100644 board/isee/igep0020/Makefile create mode 100644 board/isee/igep0020/config.mk create mode 100644 board/isee/igep0020/igep0020.c create mode 100644 board/isee/igep0020/igep0020.h create mode 100644 include/configs/igep0020.h
Entry to MAINTAINERS missing.
Best regards,
Wolfgang Denk