Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Marcus Folkesson <marcus.folkesson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 0/3] Initial support for NXP iMX8 (imx8mq-evk)
Date: Thu, 22 Feb 2018 15:30:32 +0100	[thread overview]
Message-ID: <20180222143032.GA1718@gmail.com> (raw)
In-Reply-To: <1519293778-5185-1-git-send-email-karl.erik.larsson@gmail.com>

Erik,

On Thu, Feb 22, 2018 at 11:02:55AM +0100, Erik Larsson wrote:
> This series provides initial support for NXP iMX8 (imx8mq-evk).
> 
> This series of patches are tested against NXP imx8mq-evk.
> It only handles basic support for iIMX8M, currently no
> support for GPU, VPU and other HW features. This series
> makes it possible to build a minimal system for imx8mq-evk.
> 
> Changes since v1
> ================
>   - Removed new imx-atf package, use boot/arm-trusted-firmware.
>   - Move imx-mkimage from package/freescale-imx to package.
>   - Add upstream URL for imx-mkimage in Config.in.host.
>   - Fix install command syntax for imx-mkimage package.
>   - Use Makefile in imx-mkimage to build imx-boot-imx8mqevk-sd.bin instead of doing that in the post-script.sh
>   - Split third commit into two, one for firmware-img package and one for iMX8 board.

Please keep the version history in the patches below the `---` marker [1].
It is easier to follow how each patch has evolved.

Also, when you submit a new version of a patchset, please mark the old one as
superseeded in patchwork [1].

> 
> Erik Larsson (3):
>   imx-mkimage: new package
>   firmware-imx: add support for iMX8M firmware
>   add support iMX8MQ-evk board
> 
>  .../common/imx/genimage.cfg.template_imx8          |  40 ++
>  board/freescale/common/imx/post-image.sh           |  10 +-
>  board/freescale/imx8mqevk/linux-4.9.config         | 625 +++++++++++++++++++++
>  configs/freescale_imx8mqevk_defconfig              |  37 ++
>  package/Config.in.host                             |   1 +
>  package/freescale-imx/Config.in                    |   4 +-
>  package/freescale-imx/firmware-imx/Config.in       |   2 +-
>  package/freescale-imx/firmware-imx/firmware-imx.mk |   8 +
>  .../imx-mkimage/0001-remove-git-build-info.patch   |  28 +
>  package/imx-mkimage/Config.in.host                 |  11 +
>  package/imx-mkimage/imx-mkimage.hash               |   3 +
>  package/imx-mkimage/imx-mkimage.mk                 |  41 ++
>  12 files changed, 805 insertions(+), 5 deletions(-)
>  create mode 100644 board/freescale/common/imx/genimage.cfg.template_imx8
>  create mode 100644 board/freescale/imx8mqevk/linux-4.9.config
>  create mode 100644 configs/freescale_imx8mqevk_defconfig
>  create mode 100644 package/imx-mkimage/0001-remove-git-build-info.patch
>  create mode 100644 package/imx-mkimage/Config.in.host
>  create mode 100644 package/imx-mkimage/imx-mkimage.hash
>  create mode 100644 package/imx-mkimage/imx-mkimage.mk
> 
> -- 
> 2.7.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

[1] https://github.com/buildroot/buildroot/blob/master/docs/manual/contribute.txt

Best regards
Marcus Folkesson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180222/b6b7a3c2/attachment.asc>

  parent reply	other threads:[~2018-02-22 14:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-22 10:02 [Buildroot] [PATCH v2 0/3] Initial support for NXP iMX8 (imx8mq-evk) Erik Larsson
2018-02-22 10:02 ` [Buildroot] [PATCH v2 1/3] imx-mkimage: new package Erik Larsson
2018-02-22 14:37   ` Marcus Folkesson
2018-02-25  8:43   ` Baruch Siach
2018-02-27  4:26     ` Erik Larsson
2018-02-22 10:02 ` [Buildroot] [PATCH v2 2/3] firmware-imx: add support for iMX8M firmware Erik Larsson
2018-02-23 10:40   ` Gary Bisson
2018-02-22 10:02 ` [Buildroot] [PATCH v2 3/3] add support iMX8MQ-evk board Erik Larsson
2018-02-23 10:43   ` Gary Bisson
2018-02-27  4:15     ` Erik Larsson
2018-02-27  8:36       ` Arnout Vandecappelle
2018-02-25  7:43   ` Baruch Siach
2018-02-25 21:20   ` Thomas Petazzoni
2018-02-22 14:30 ` Marcus Folkesson [this message]
2018-02-25 21:19 ` [Buildroot] [PATCH v2 0/3] Initial support for NXP iMX8 (imx8mq-evk) Thomas Petazzoni
2018-02-26  5:32   ` Erik Larsson

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=20180222143032.GA1718@gmail.com \
    --to=marcus.folkesson@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox