All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Keroulas <patrick.keroulas@savoirfairelinux.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 0/2] ARM: ts4800: add basic board support
Date: Thu,  9 Jun 2016 14:55:40 -0400	[thread overview]
Message-ID: <1465498542-7333-1-git-send-email-patrick.keroulas@savoirfairelinux.com> (raw)

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

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   | 23 ++++++++++
 configs/ts4800_defconfig                 | 30 +++++++++++++
 package/Config.in                        |  1 +
 package/ts4800-mbrboot/Config.in         |  5 +++
 package/ts4800-mbrboot/src/LICENSE       | 25 +++++++++++
 package/ts4800-mbrboot/src/Makefile      | 21 ++++++++++
 package/ts4800-mbrboot/src/mbrboot.c     | 72 ++++++++++++++++++++++++++++++++
 package/ts4800-mbrboot/src/mbrboot.ld    | 56 +++++++++++++++++++++++++
 package/ts4800-mbrboot/ts4800-mbrboot.mk | 22 ++++++++++
 11 files changed, 295 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/src/LICENSE
 create mode 100644 package/ts4800-mbrboot/src/Makefile
 create mode 100644 package/ts4800-mbrboot/src/mbrboot.c
 create mode 100644 package/ts4800-mbrboot/src/mbrboot.ld
 create mode 100644 package/ts4800-mbrboot/ts4800-mbrboot.mk

-- 
1.9.1

             reply	other threads:[~2016-06-09 18:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-09 18:55 Patrick Keroulas [this message]
2016-06-09 18:55 ` [Buildroot] [PATCH v4 1/2] ts4800-mbrboot: new package Patrick Keroulas
2016-07-03 15:03   ` Peter Korsgaard
2016-07-03 15:44   ` Peter Korsgaard
2016-06-09 18:55 ` [Buildroot] [PATCH v4 2/2] configs: add defconfig for TS-4800 Patrick Keroulas
2016-07-03 15:56   ` Peter Korsgaard
2016-07-08 16:06     ` Patrick Keroulas
2016-06-09 19:12 ` [Buildroot] [PATCH v4 0/2] ARM: ts4800: add basic board support Patrick Keroulas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465498542-7333-1-git-send-email-patrick.keroulas@savoirfairelinux.com \
    --to=patrick.keroulas@savoirfairelinux.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.