public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Oliver Graute <oliver.graute@kococonnector.com>
To: sbabic@denx.de
Cc: oliver.graute@kococonnector.com, oliver.graute@gmail.com,
	festevam@gmail.com, peng.fan@nxp.com, uboot-imx@nxp.com,
	"Marcel Ziswiler" <marcel.ziswiler@toradex.com>,
	"Ye Li" <ye.li@nxp.com>, "Horia Geantă" <horia.geanta@nxp.com>,
	"Gaurav Jain" <gaurav.jain@nxp.com>,
	"Denys Drozdov" <denys.drozdov@toradex.com>,
	u-boot@lists.denx.de
Subject: [PATCH 0/8] imx8: switch missing boards to binman
Date: Wed,  2 Nov 2022 16:56:47 +0100	[thread overview]
Message-ID: <20221102155655.5296-1-oliver.graute@kococonnector.com> (raw)

This patchsets switches the remaining imx8 boards to binman.

Oliver Graute (8):
  imx: imx8qm-rom7720: switch to binman
  imx: imx8qm: cgtqmx8: switch to binman
  imx: imx8qxp: imx8qxp_mek switch to binman
  imx: imx8qm: imx8qm_mek switch to binman
  imx: imx8qxp: giedi switch to binman
  imx: imx8qxp: deneb switch to binman
  imx: imx8x: colibri: switch to binman
  imx: imx8: apalis: switch to binman

 arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi    | 104 ++++++++++++++
 arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi       |   2 +
 arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi  | 104 ++++++++++++++
 arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi      | 127 +++++++++++++++++
 arch/arm/dts/imx8qm-cgtqmx8.dts               |   1 +
 arch/arm/dts/imx8qm-rom7720-a1.dts            |   1 +
 arch/arm/dts/imx8qm-u-boot.dtsi               | 133 ++++++++++++++++++
 arch/arm/dts/imx8qxp-capricorn-u-boot.dtsi    | 127 +++++++++++++++++
 arch/arm/mach-imx/imx8/Kconfig                |   8 ++
 .../advantech/imx8qm_rom7720_a1/imximage.cfg  |   4 +-
 board/congatec/cgtqmx8/imximage.cfg           |   4 +-
 board/freescale/imx8qm_mek/README             |   2 +-
 board/freescale/imx8qxp_mek/imximage.cfg      |   3 +-
 board/siemens/capricorn/imximage.cfg          |   2 +-
 configs/apalis-imx8_defconfig                 |   1 +
 configs/cgtqmx8_defconfig                     |   4 +-
 configs/colibri-imx8x_defconfig               |   1 +
 configs/deneb_defconfig                       |   2 +
 configs/giedi_defconfig                       |   2 +
 configs/imx8qm_mek_defconfig                  |   2 +
 configs/imx8qm_rom7720_a1_4G_defconfig        |   3 +-
 configs/imx8qxp_mek_defconfig                 |   2 +
 doc/board/advantech/imx8qm-rom7720-a1.rst     |   3 +-
 doc/board/congatec/cgtqmx8.rst                |   3 +-
 doc/board/nxp/imx8qxp_mek.rst                 |   2 +-
 25 files changed, 632 insertions(+), 15 deletions(-)
 create mode 100644 arch/arm/dts/imx8qm-u-boot.dtsi

-- 
2.17.1


             reply	other threads:[~2022-11-02 15:57 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-02 15:56 Oliver Graute [this message]
2022-11-02 15:56 ` [PATCH v5] imx: imx8qm-rom7720: switch to binman Oliver Graute
2022-11-02 15:56 ` [PATCH v6] imx: imx8qm: cgtqmx8: " Oliver Graute
2022-11-02 15:56 ` [PATCH v1] imx: imx8qxp: imx8qxp_mek " Oliver Graute
2022-11-02 15:56 ` [PATCH v2] imx: imx8qm: imx8qm_mek " Oliver Graute
2022-11-02 15:56 ` [PATCH v1] imx: imx8qxp: giedi " Oliver Graute
2022-11-02 15:56 ` [PATCH v1] imx: imx8qxp: deneb " Oliver Graute
2022-11-02 15:56 ` [PATCH v1] imx: imx8x: colibri: " Oliver Graute
2022-11-02 15:56 ` [PATCH v1] imx: imx8: apalis: " Oliver Graute
2022-11-02 16:16   ` Fabio Estevam
2022-11-04 12:38     ` Oliver Graute
2022-11-04 12:58       ` Fabio Estevam
2022-11-04 13:07         ` Oliver Graute
2022-11-04 13:03       ` Oliver Graute
2022-11-02 16:07 ` [PATCH 0/8] imx8: switch missing boards " Fabio Estevam

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=20221102155655.5296-1-oliver.graute@kococonnector.com \
    --to=oliver.graute@kococonnector.com \
    --cc=denys.drozdov@toradex.com \
    --cc=festevam@gmail.com \
    --cc=gaurav.jain@nxp.com \
    --cc=horia.geanta@nxp.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=oliver.graute@gmail.com \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=ye.li@nxp.com \
    /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