public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/1] Add support for new SomIQ-AM37 system on module
@ 2013-01-24 12:29 Maxim Podbereznyy
  2013-01-24 12:30 ` [U-Boot] [PATCH 1/1] Add support for new SomIQ-AM37 system on module from MENTOREL Ltd SomIQ-AM37 is based on TI AM37/DM37 processors Maxim Podbereznyy
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Podbereznyy @ 2013-01-24 12:29 UTC (permalink / raw)
  To: u-boot

From: Maxim Podberezny <lisarden@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

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

end of thread, other threads:[~2013-02-19 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-24 12:29 [U-Boot] [PATCH 0/1] Add support for new SomIQ-AM37 system on module Maxim Podbereznyy
2013-01-24 12:30 ` [U-Boot] [PATCH 1/1] Add support for new SomIQ-AM37 system on module from MENTOREL Ltd SomIQ-AM37 is based on TI AM37/DM37 processors Maxim Podbereznyy
2013-02-19 16:31   ` Tom Rini

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