Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] configs: Add ts4900 basic board support
@ 2016-09-17 20:23 Mathieu Audat
  2016-09-17 20:23 ` [Buildroot] [PATCH v2 1/2] ts4900-fpga: add ts4900-fpga package Mathieu Audat
  2016-09-17 20:23 ` [Buildroot] [PATCH v2 2/2] configs: add defconfig for TS-4900 Mathieu Audat
  0 siblings, 2 replies; 7+ messages in thread
From: Mathieu Audat @ 2016-09-17 20:23 UTC (permalink / raw)
  To: buildroot

This serie of patches add the support for the TS-4900 SoM manufactured by
Technologic Systems based on an i.MX6 SoC from Freescale.

Changes in v2:
 - add a paragraph in the readme about the pre-flashed bootloader
 - clean defconfig
 - improve help text in ts4900-fpga package
 - add a locally calculated sha256 for ts4900-fpga.bin
 - ts4900-fpga version is now 0930 instead of 0326
 - copy bitstream during target stage instead of image stage

Mathieu Audat (2):
  ts4900-fpga: add ts4900-fpga package
  configs: add defconfig for TS-4900

 board/technologic/ts4900/genimage.cfg  | 10 +++++++
 board/technologic/ts4900/post-image.sh | 20 ++++++++++++++
 board/technologic/ts4900/readme.txt    | 50 ++++++++++++++++++++++++++++++++++
 configs/ts4900_defconfig               | 19 +++++++++++++
 package/Config.in                      |  1 +
 package/ts4900-fpga/Config.in          | 11 ++++++++
 package/ts4900-fpga/ts4900-fpga.hash   |  5 ++++
 package/ts4900-fpga/ts4900-fpga.mk     | 21 ++++++++++++++
 8 files changed, 137 insertions(+)
 create mode 100644 board/technologic/ts4900/genimage.cfg
 create mode 100755 board/technologic/ts4900/post-image.sh
 create mode 100644 board/technologic/ts4900/readme.txt
 create mode 100644 configs/ts4900_defconfig
 create mode 100644 package/ts4900-fpga/Config.in
 create mode 100644 package/ts4900-fpga/ts4900-fpga.hash
 create mode 100644 package/ts4900-fpga/ts4900-fpga.mk

-- 
1.9.1

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

end of thread, other threads:[~2016-09-22  5:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-17 20:23 [Buildroot] [PATCH v2 0/2] configs: Add ts4900 basic board support Mathieu Audat
2016-09-17 20:23 ` [Buildroot] [PATCH v2 1/2] ts4900-fpga: add ts4900-fpga package Mathieu Audat
2016-09-18 14:58   ` Thomas Petazzoni
2016-09-17 20:23 ` [Buildroot] [PATCH v2 2/2] configs: add defconfig for TS-4900 Mathieu Audat
2016-09-18 15:10   ` Thomas Petazzoni
2016-09-21 20:35     ` Arnout Vandecappelle
2016-09-22  5:21       ` Thomas Petazzoni

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