[U-Boot] [PATCH 0/2] ARM: ts4800: add board support
Damien Riegel
damien.riegel at savoirfairelinux.com
Mon Jun 15 21:58:43 CEST 2015
This patchset adds support for TS4800, a Technologic Systems' board.
This board is a bit peculiar because most of the init is done by the
FPGA and U-Boot is used as a second stage bootloader.
Files have been put in board/technologic/ to follow the same convention
as Technologic Systems [1].
[1] https://github.com/embeddedarm/u-boot
Cc: Stefano Babic <sbabic at denx.de>
Damien Riegel (1):
ARM: ts4800: add ethernet support
Lucile Quirion (1):
ARM: ts4800: add basic board support
arch/arm/Kconfig | 5 +
arch/arm/include/asm/arch-mx5/iomux-mx51.h | 11 ++
board/technologic/ts4800/Kconfig | 15 ++
board/technologic/ts4800/MAINTAINERS | 6 +
board/technologic/ts4800/Makefile | 7 +
board/technologic/ts4800/ts4800.c | 259 +++++++++++++++++++++++++++++
configs/ts4800_defconfig | 2 +
include/configs/ts4800.h | 187 +++++++++++++++++++++
8 files changed, 492 insertions(+)
create mode 100644 board/technologic/ts4800/Kconfig
create mode 100644 board/technologic/ts4800/MAINTAINERS
create mode 100644 board/technologic/ts4800/Makefile
create mode 100644 board/technologic/ts4800/ts4800.c
create mode 100644 configs/ts4800_defconfig
create mode 100644 include/configs/ts4800.h
--
2.1.4
More information about the U-Boot
mailing list