]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/cm_t43.h
arm: am437x: Introduce new board cm-t43
authorNikita Kiryanov <nikita@compulab.co.il>
Thu, 30 Jul 2015 20:56:23 +0000 (23:56 +0300)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 00:48:05 +0000 (20:48 -0400)
commit8883ddafdeb398443870b7996a22cb65fd6d4bb4
treec853ee1a0ff9a17a603678e6a02aa156eddd059f
parent4eaf126e0634d9797c00ed2650e2d1396a4a69a2
arm: am437x: Introduce new board cm-t43

Add initial support for CM-T43, an AM437x based SoM.
This support includes: serial, MMC/eMMC, NAND, USB, ETH, I2C, GPIO, DRAM
detection.

Cc: Tom Rini <trini@konsulko.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
arch/arm/Kconfig
board/compulab/cm_t43/Kconfig [new file with mode: 0644]
board/compulab/cm_t43/MAINTAINERS [new file with mode: 0644]
board/compulab/cm_t43/Makefile [new file with mode: 0644]
board/compulab/cm_t43/board.c [new file with mode: 0644]
board/compulab/cm_t43/board.h [new file with mode: 0644]
board/compulab/cm_t43/mux.c [new file with mode: 0644]
configs/cm_t43_defconfig [new file with mode: 0644]
include/configs/cm_t43.h [new file with mode: 0644]