]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board: Add support for B&R T-Series Motherboard
authorHannes Petermaier <oe5hpm@oevsv.at>
Fri, 7 Feb 2014 07:07:36 +0000 (08:07 +0100)
committerTom Rini <trini@ti.com>
Fri, 21 Feb 2014 18:55:40 +0000 (13:55 -0500)
commit893c04e17cf74db79e052e831fe5de8323cf2aae
treefe6ecf68f46eb847064e64d5aa7af57014368be7
parentda4105dfcd27c20e5cf4eb750f88938f56620d37
board: Add support for B&R T-Series Motherboard

Adds support for Bernecker & Rainer Industrieelektronik GmbH T-Series
Motherboard, using TI's AM3352 SoC.

Most of code is derived from TI's AM335x_EVM

Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
board/BuR/common/bur_common.h [new file with mode: 0644]
board/BuR/common/common.c [new file with mode: 0644]
board/BuR/tseries/Makefile [new file with mode: 0644]
board/BuR/tseries/board.c [new file with mode: 0644]
board/BuR/tseries/mux.c [new file with mode: 0644]
boards.cfg
include/configs/bur_am335x_common.h [new file with mode: 0644]
include/configs/tseries.h [new file with mode: 0644]