All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/7] imx8mq: switch to binman
@ 2021-10-08  4:05 Peng Fan (OSS)
  2021-10-08  4:05 ` [PATCH V2 1/7] tools: imx8mimage: not abort when mmap fail Peng Fan (OSS)
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Peng Fan (OSS) @ 2021-10-08  4:05 UTC (permalink / raw)
  To: sbabic, festevam; +Cc: u-boot, uboot-imx, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

V2:
 Add cover-letter
 Rebased to latest master to avoid apply failure.

Peng Fan (7):
  tools: imx8mimage: not abort when mmap fail
  imx: imx8mq_evk: switch to binman
  imx: imx8mq_phanbell: switch to binman
  imx: pico-imx8mq: switch to use binman
  imx: makefile: drop the use of imx8mimage.sh
  imx: imx8mq use common imximage.cfg
  doc: imx8mq_evk: update doc after using binman

 arch/arm/dts/imx8mq-evk-u-boot.dtsi      |   2 +
 arch/arm/dts/imx8mq-phanbell-u-boot.dtsi |   2 +
 arch/arm/dts/imx8mq-pico-pi.dts          |   1 +
 arch/arm/dts/imx8mq-u-boot.dtsi          | 122 +++++++++++++++++++++++
 arch/arm/mach-imx/Makefile               |  13 +--
 arch/arm/mach-imx/imx8m/Kconfig          |   9 +-
 arch/arm/mach-imx/imx8m/imximage.cfg     |  12 +--
 configs/imx8mq_evk_defconfig             |   3 +-
 configs/imx8mq_phanbell_defconfig        |   3 +-
 configs/pico-imx8mq_defconfig            |   3 +-
 doc/board/nxp/imx8mq_evk.rst             |   3 +-
 tools/imx8mimage.c                       |   3 +-
 12 files changed, 153 insertions(+), 23 deletions(-)
 create mode 100644 arch/arm/dts/imx8mq-u-boot.dtsi

-- 
2.30.0


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

end of thread, other threads:[~2021-10-21 10:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08  4:05 [PATCH V2 0/7] imx8mq: switch to binman Peng Fan (OSS)
2021-10-08  4:05 ` [PATCH V2 1/7] tools: imx8mimage: not abort when mmap fail Peng Fan (OSS)
2021-10-08  4:05 ` [PATCH V2 2/7] imx: imx8mq_evk: switch to binman Peng Fan (OSS)
2021-10-08  4:05 ` [PATCH V2 3/7] imx: imx8mq_phanbell: " Peng Fan (OSS)
2021-10-08  4:05 ` [PATCH V2 4/7] imx: pico-imx8mq: switch to use binman Peng Fan (OSS)
2021-10-08  4:05 ` [PATCH V2 5/7] imx: makefile: drop the use of imx8mimage.sh Peng Fan (OSS)
2021-10-08  4:05 ` [PATCH V2 6/7] imx: imx8mq use common imximage.cfg Peng Fan (OSS)
2021-10-21 10:37   ` Stefano Babic
2021-10-08  4:05 ` [PATCH V2 7/7] doc: imx8mq_evk: update doc after using binman Peng Fan (OSS)

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.