U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] (no cover subject)
@ 2025-06-18  7:30 Alice Guo (OSS)
  2025-06-18  7:30 ` [PATCH v1 1/8] tools: imx8image: Fix the value passed to dcd_skip of build_container() Alice Guo (OSS)
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Alice Guo (OSS) @ 2025-06-18  7:30 UTC (permalink / raw)
  To: Tom Rini, Alice Guo, Stefano Babic, Fabio Estevam,
	NXP i.MX U-Boot Team, Peng Fan
  Cc: u-boot, Enric Balletbo i Serra, Ye Li, Jacky Bai

imx: update the building bootloader image related part for
i.MX8QXP, i.MX8QM and i.MX95 B0.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
---
Alice Guo (6):
      tools: imx8image: Fix the value passed to dcd_skip of build_container()
      arm: mach-imx: Change to use IMX_CONTAINER_CFG to specify i.MX8 container config file
      imx: imx8qxp: update packing i.MX8QXP MEK flash.bin
      imx: imx8qm: update packing i.MX8QM MEK flash.bin
      tools: imx8image: Add 2 new commands CMD_CNTR_VERSION and CMD_DUMMY_DDR
      imx95_evk: Add i.MX95 B0 support

Ye Li (2):
      arm: imx: Update ELE get_info structure for i.MX94
      spl: imx: Add support for new PQC container

 arch/arm/dts/imx8qm-u-boot.dtsi                 | 38 ++++------------
 arch/arm/dts/imx8qxp-u-boot.dtsi                | 40 ++++-------------
 arch/arm/dts/imx95-u-boot.dtsi                  |  8 ++--
 arch/arm/include/asm/mach-imx/ele_api.h         |  2 +
 arch/arm/mach-imx/Makefile                      |  2 +-
 arch/arm/mach-imx/image-container.c             |  2 +-
 arch/arm/mach-imx/imx9/Kconfig                  |  1 +
 arch/arm/mach-imx/imx9/scmi/container.cfg       |  1 +
 arch/arm/mach-imx/imx9/scmi/imximage.cfg        |  5 ++-
 board/freescale/imx8qm_mek/imximage.cfg         |  1 +
 board/freescale/imx8qm_mek/uboot-container.cfg  |  2 +-
 board/freescale/imx8qxp_mek/imximage.cfg        |  1 +
 board/freescale/imx8qxp_mek/uboot-container.cfg |  2 +-
 common/spl/Kconfig                              |  7 +++
 configs/imx8qm_mek_defconfig                    |  1 +
 configs/imx8qxp_mek_defconfig                   |  1 +
 doc/board/nxp/imx95_evk.rst                     | 12 ++---
 include/imx8image.h                             |  6 +++
 include/imx_container.h                         | 11 +++++
 tools/imx8image.c                               | 59 +++++++++++++++++++------
 20 files changed, 112 insertions(+), 90 deletions(-)
---
base-commit: 17012e3068d047ad71460f039eeb0c3be63f82a0
change-id: 20250618-binman-a97471ee9e36

Best regards,
-- 
Alice Guo <alice.guo@oss.nxp.com>


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

end of thread, other threads:[~2025-06-20 11:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18  7:30 [PATCH 0/8] (no cover subject) Alice Guo (OSS)
2025-06-18  7:30 ` [PATCH v1 1/8] tools: imx8image: Fix the value passed to dcd_skip of build_container() Alice Guo (OSS)
2025-06-18  7:30 ` [PATCH v1 2/8] arm: mach-imx: Change to use IMX_CONTAINER_CFG to specify i.MX8 container config file Alice Guo (OSS)
2025-06-18  7:30 ` [PATCH v1 3/8] imx: imx8qxp: update packing i.MX8QXP MEK flash.bin Alice Guo (OSS)
2025-06-18  8:01   ` Francesco Dolcini
2025-06-18  7:30 ` [PATCH v1 4/8] imx: imx8qm: update packing i.MX8QM " Alice Guo (OSS)
2025-06-18  8:01   ` Francesco Dolcini
2025-06-20  3:38     ` 回复: " Alice Guo (OSS)
2025-06-18  7:30 ` [PATCH v1 5/8] arm: imx: Update ELE get_info structure for i.MX94 Alice Guo (OSS)
2025-06-18  7:30 ` [PATCH v1 6/8] tools: imx8image: Add 2 new commands CMD_CNTR_VERSION and CMD_DUMMY_DDR Alice Guo (OSS)
2025-06-18  7:30 ` [PATCH v1 7/8] spl: imx: Add support for new PQC container Alice Guo (OSS)
2025-06-18  7:30 ` [PATCH v1 8/8] imx95_evk: Add i.MX95 B0 support Alice Guo (OSS)
2025-06-20  1:01 ` [PATCH 0/8] (no cover subject) Fabio Estevam
2025-06-20  3:33   ` 回复: " Alice Guo (OSS)
2025-06-20 11:03     ` Fabio Estevam
2025-06-20  7:28   ` Francesco Dolcini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox