From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Podbereznyy Date: Thu, 24 Jan 2013 15:29:59 +0300 Subject: [U-Boot] [PATCH 0/1] Add support for new SomIQ-AM37 system on module Message-ID: <1359030600-9159-1-git-send-email-user@maxx-virtual-machine> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Maxim Podberezny 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