]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board: add support for Vision System's Baltos Industrial PC
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 29 May 2015 17:27:29 +0000 (19:27 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:50 +0000 (00:42 +0200)
commitc1d8ac8d16707284944889af3d22170d2f9e2983
tree49e6f937d10e90a12d71a6d114ea03bede21e463
parent8b8c7e7c1adb9a09393b6c1e5c4298f1fde8768e
board: add support for Vision System's Baltos Industrial PC

Vision Systems's Baltos is based on AM335x SoC
from Texas Instruments. This patch adds support
such Industrial PCs in mainline u-boot.

[ balbi@ti.com: updated original patch to current u-boot ]

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
arch/arm/Kconfig
board/vscom/baltos/Kconfig [new file with mode: 0644]
board/vscom/baltos/Makefile [new file with mode: 0644]
board/vscom/baltos/README [new file with mode: 0644]
board/vscom/baltos/board.c [new file with mode: 0644]
board/vscom/baltos/board.h [new file with mode: 0644]
board/vscom/baltos/mux.c [new file with mode: 0644]
board/vscom/baltos/u-boot.lds [new file with mode: 0644]
configs/am335x_baltos_defconfig [new file with mode: 0644]
include/configs/baltos.h [new file with mode: 0644]