]> git.ipfire.org Git - people/ms/u-boot.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)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jun 2015 14:57:28 +0000 (10:57 -0400)
commit6ce8932494043246667979b3efacdee5e4ec5dfd
tree631bb5614d50939fa29f440e1210a231bcccaa9c
parentc997da5c53586e0cb220d94179f922e865cffb62
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]