[U-Boot] [RFC PATCH 0/3] ARM: ts4800: add board support

Damien Riegel damien.riegel at savoirfairelinux.com
Tue Jun 2 22:22:54 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.

Ethernet support is added in a separate commit because it requires
a modification of the fec_mxc driver. On this board, MAC address is
not fused, so the driver needs another way to get it.

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 (2):
  net: fec_mxc: query mac address from environment
  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 +
 drivers/net/fec_mxc.c                      |   4 +
 include/configs/ts4800.h                   | 187 +++++++++++++++++++++
 9 files changed, 496 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

-- 
1.9.1



More information about the U-Boot mailing list