[U-Boot] [PATCH 0/1] Add support for new SomIQ-AM37 system on module
Maxim Podbereznyy
lisarden at gmail.com
Thu Jan 24 13:29:59 CET 2013
From: Maxim Podberezny <lisarden at gmail.com>
This patch add support for a SOM SomIQ-AM37 based on TI AM37/DM37
precessors. SomIQ-AM37 design is based on Beagleboard-xM schematic
Maxim Podberezny (1):
Add support for new SomIQ-AM37 system on module from MENTOREL Ltd
SomIQ-AM37 is based on TI AM37/DM37 processors
arch/arm/include/asm/mach-types.h | 13 +
board/mentorel/somiq_am37/Makefile | 44 +++
board/mentorel/somiq_am37/somiq_am37.c | 281 +++++++++++++++++++
board/mentorel/somiq_am37/somiq_am37.h | 471 ++++++++++++++++++++++++++++++++
boards.cfg | 2 +
include/configs/somiq_am37.h | 415 ++++++++++++++++++++++++++++
6 files changed, 1226 insertions(+), 0 deletions(-)
create mode 100644 board/mentorel/somiq_am37/Makefile
create mode 100644 board/mentorel/somiq_am37/somiq_am37.c
create mode 100644 board/mentorel/somiq_am37/somiq_am37.h
create mode 100644 include/configs/somiq_am37.h
More information about the U-Boot
mailing list