public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] ARM: ts4800: add board support
@ 2015-06-15 19:58 Damien Riegel
  2015-06-15 19:58 ` [U-Boot] [PATCH 1/2] ARM: ts4800: add basic " Damien Riegel
  2015-06-15 19:58 ` [U-Boot] [PATCH 2/2] ARM: ts4800: add ethernet support Damien Riegel
  0 siblings, 2 replies; 8+ messages in thread
From: Damien Riegel @ 2015-06-15 19:58 UTC (permalink / raw)
  To: u-boot

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@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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-08-12 21:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 19:58 [U-Boot] [PATCH 0/2] ARM: ts4800: add board support Damien Riegel
2015-06-15 19:58 ` [U-Boot] [PATCH 1/2] ARM: ts4800: add basic " Damien Riegel
2015-06-27 17:35   ` Stefano Babic
2015-06-30 21:17     ` [U-Boot] [PATCH v2 " Damien Riegel
2015-06-30 21:17       ` [U-Boot] [PATCH v2 2/2] ARM: ts4800: add ethernet support Damien Riegel
2015-08-12 21:13         ` Stefano Babic
2015-08-12 21:13       ` [U-Boot] [PATCH v2 1/2] ARM: ts4800: add basic board support Stefano Babic
2015-06-15 19:58 ` [U-Boot] [PATCH 2/2] ARM: ts4800: add ethernet support Damien Riegel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox