Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v6 0/2] ARM: ts4800: add basic board support
@ 2016-07-15 15:00 Patrick Keroulas
  2016-07-15 15:00 ` [Buildroot] [PATCH v6 1/2] ts4800-mbrboot: new package Patrick Keroulas
  2016-07-15 15:01 ` [Buildroot] [PATCH v6 2/2] configs: add defconfig for TS-4800 Patrick Keroulas
  0 siblings, 2 replies; 5+ messages in thread
From: Patrick Keroulas @ 2016-07-15 15:00 UTC (permalink / raw)
  To: buildroot

This patchset adds support for the TS-4800 SoM manufactured by
Technologic Systems based on the Freescale i.MX515 SoC.

Changes v5->v6:
	- removed mbrboot source as it was published by Technologic System
	- removed custom U-boot v2016.07 which is now the default version in
	  BR
Changes v4->v5 (after Peter Korsgaard's review):
	- remove the unnecessary section from mbrboot binary to fix build
with Linaro toolchain
	- cleanup Makefile
	- delete all the unnecessary defconfig options

Patrick Keroulas (2):
  ts4800-mbrboot: new package
  configs: add defconfig for TS-4800

 board/technologic/ts4800/genimage.cfg    | 37 ++++++++++++++++++++++++++++++++
 board/technologic/ts4800/linux.fragment  |  3 +++
 board/technologic/ts4800/post-image.sh   | 22 +++++++++++++++++++
 configs/ts4800_defconfig                 | 19 ++++++++++++++++
 package/Config.in                        |  1 +
 package/ts4800-mbrboot/Config.in         |  5 +++++
 package/ts4800-mbrboot/ts4800-mbrboot.mk | 20 +++++++++++++++++
 7 files changed, 107 insertions(+)
 create mode 100644 board/technologic/ts4800/genimage.cfg
 create mode 100644 board/technologic/ts4800/linux.fragment
 create mode 100755 board/technologic/ts4800/post-image.sh
 create mode 100644 configs/ts4800_defconfig
 create mode 100644 package/ts4800-mbrboot/Config.in
 create mode 100644 package/ts4800-mbrboot/ts4800-mbrboot.mk

-- 
1.9.1

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

end of thread, other threads:[~2016-07-15 17:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15 15:00 [Buildroot] [PATCH v6 0/2] ARM: ts4800: add basic board support Patrick Keroulas
2016-07-15 15:00 ` [Buildroot] [PATCH v6 1/2] ts4800-mbrboot: new package Patrick Keroulas
2016-07-15 16:12   ` Yann E. MORIN
2016-07-15 17:24     ` Thomas Petazzoni
2016-07-15 15:01 ` [Buildroot] [PATCH v6 2/2] configs: add defconfig for TS-4800 Patrick Keroulas

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