All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/4] Initial support for NXP iMX8 (imx8mq-evk)
@ 2018-02-28  8:37 Erik Larsson
  2018-02-28  8:37 ` [Buildroot] [PATCH v3 1/4] imx-mkimage: new package Erik Larsson
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Erik Larsson @ 2018-02-28  8:37 UTC (permalink / raw)
  To: buildroot

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 v2
================
  - Build kernel, u-boot, atf based on tags instead of branches.
  - Make sure to assign BR2_PACKAGE_FREESCALE_IMX_PLATFORM to IMX8M.
  - Remove kernel defconfig from board folder and use arch default in kernel tree.
  - Split third commit into two commits.

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.

Erik Larsson (4):
  imx-mkimage: new package
  freescale-imx: add new device iMX8mq
  firmware-imx: add support for iMX8M firmware
  configs/freescale_imx8mqevk: new defconfig

 .../common/imx/genimage.cfg.template_imx8          | 40 ++++++++++++++++++++++
 board/freescale/common/imx/post-image.sh           | 10 ++++--
 configs/freescale_imx8mqevk_defconfig              | 38 ++++++++++++++++++++
 package/Config.in.host                             |  1 +
 package/freescale-imx/Config.in                    |  5 ++-
 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   | 29 ++++++++++++++++
 package/imx-mkimage/Config.in.host                 | 11 ++++++
 package/imx-mkimage/imx-mkimage.hash               |  3 ++
 package/imx-mkimage/imx-mkimage.mk                 | 39 +++++++++++++++++++++
 11 files changed, 181 insertions(+), 5 deletions(-)
 create mode 100644 board/freescale/common/imx/genimage.cfg.template_imx8
 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

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

end of thread, other threads:[~2018-03-01 14:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28  8:37 [Buildroot] [PATCH v3 0/4] Initial support for NXP iMX8 (imx8mq-evk) Erik Larsson
2018-02-28  8:37 ` [Buildroot] [PATCH v3 1/4] imx-mkimage: new package Erik Larsson
2018-02-28  8:37 ` [Buildroot] [PATCH v3 2/4] freescale-imx: add new device iMX8mq Erik Larsson
2018-03-01 10:35   ` Gary Bisson
2018-02-28  8:37 ` [Buildroot] [PATCH v3 3/4] firmware-imx: add support for iMX8M firmware Erik Larsson
2018-02-28  8:37 ` [Buildroot] [PATCH v3 4/4] configs/freescale_imx8mqevk: new defconfig Erik Larsson
2018-03-01 10:42   ` Gary Bisson
2018-03-01 11:08     ` Erik Larsson
2018-03-01 14:18       ` Gary Bisson

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.