[U-Boot] [PATCH 00/11] Add support for CompuLab cm-t3517 SoM
Igor Grinberg
grinberg at compulab.co.il
Mon Nov 3 10:32:16 CET 2014
* Move reusable code to a CompuLab common location
* Switch omap_hsmmc cd gpio to active low
* Add CompuLab cm-t3517 support
Igor Grinberg (11):
am335x: make get_board_rev() function weak
compulab: refactor board revision handling
omap3: cm-t35: move the USB hub reset code
omap3: cm-t35: extract the splash code from board
omap3: cm-t35: move the SMC911x code
omap3: cm-t35: move get_board_serial() fallback
omap: hsmmc: assume cd gpio is active low
omap3: cm-t3517: add basic board support
omap3: cm-t3517: add USB support
omap3: cm-t3517: add Ethernet support
omap3: cm-t3517: add LCD/DVI and splash support
arch/arm/cpu/armv7/am33xx/sys_info.c | 3 +-
arch/arm/cpu/armv7/omap3/Kconfig | 4 +
board/compulab/cm_t35/cm_t35.c | 157 ++--------------
board/compulab/cm_t3517/Kconfig | 12 ++
board/compulab/cm_t3517/MAINTAINERS | 6 +
board/compulab/cm_t3517/Makefile | 9 +
board/compulab/cm_t3517/cm_t3517.c | 231 ++++++++++++++++++++++++
board/compulab/cm_t3517/mux.c | 236 ++++++++++++++++++++++++
board/compulab/cm_t54/cm_t54.c | 7 +-
board/compulab/common/Makefile | 7 +-
board/compulab/common/common.c | 59 ++++++
board/compulab/common/common.h | 47 +++++
board/compulab/common/eeprom.c | 14 +-
board/compulab/common/omap3_smc911x.c | 93 ++++++++++
board/compulab/common/splash.c | 72 ++++++++
configs/cm_t3517_defconfig | 4 +
drivers/mmc/omap_hsmmc.c | 4 +-
include/configs/cm_t3517.h | 325 ++++++++++++++++++++++++++++++++++
18 files changed, 1134 insertions(+), 156 deletions(-)
create mode 100644 board/compulab/cm_t3517/Kconfig
create mode 100644 board/compulab/cm_t3517/MAINTAINERS
create mode 100644 board/compulab/cm_t3517/Makefile
create mode 100644 board/compulab/cm_t3517/cm_t3517.c
create mode 100644 board/compulab/cm_t3517/mux.c
create mode 100644 board/compulab/common/common.c
create mode 100644 board/compulab/common/common.h
create mode 100644 board/compulab/common/omap3_smc911x.c
create mode 100644 board/compulab/common/splash.c
create mode 100644 configs/cm_t3517_defconfig
create mode 100644 include/configs/cm_t3517.h
--
2.0.4
More information about the U-Boot
mailing list