[GIT PULL] Please pull u-boot-imx-master-20250917
Fabio Estevam
festevam at gmail.com
Wed Sep 17 15:33:36 CEST 2025
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit b82fa9d752b025d3b5305b5b07debe6808a5d027:
board: starfive: visionfive2: deprecate mixed-case product ids VF7110a VF7110b (2025-09-16 10:16:54 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20250917
for you to fetch changes up to b3bbbf5fee21c7e4535cf24676609cfe64ff17fc:
imx95_evk: Restore support for i.MX95 A0 silicon (2025-09-17 08:16:05 -0300)
u-boot-imx-master-20250917
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27660
- Restore the support for the i.MX95 A0 silicon.
----------------------------------------------------------------
Alice Guo (2):
binman: add a new entry type to support .bin file generation for the i.MX95 platform
imx95_evk: Restore support for i.MX95 A0 silicon
Makefile | 3 +-
arch/arm/dts/imx95-u-boot.dtsi | 44 +++++++--
arch/arm/mach-imx/Makefile | 5 +
arch/arm/mach-imx/imx9/Kconfig | 5 +-
arch/arm/mach-imx/imx9/scmi/container.cfg | 11 ---
arch/arm/mach-imx/imx9/scmi/imximage.cfg | 16 ----
board/freescale/imx95_evk/MAINTAINERS | 1 +
configs/imx95_19x19_evk_defconfig | 153 +-----------------------------
configs/imx95_a0_19x19_evk_defconfig | 2 +
configs/imx95_evk.config | 150 +++++++++++++++++++++++++++++
doc/board/nxp/imx95_evk.rst | 42 +++++++-
tools/binman/entries.rst | 12 +++
tools/binman/etype/nxp_imx9image.py | 89 +++++++++++++++++
tools/binman/ftest.py | 11 +++
tools/binman/test/350_nxp_imx95.dts | 25 +++++
15 files changed, 378 insertions(+), 191 deletions(-)
delete mode 100644 arch/arm/mach-imx/imx9/scmi/container.cfg
delete mode 100644 arch/arm/mach-imx/imx9/scmi/imximage.cfg
create mode 100644 configs/imx95_a0_19x19_evk_defconfig
create mode 100644 configs/imx95_evk.config
create mode 100644 tools/binman/etype/nxp_imx9image.py
create mode 100644 tools/binman/test/350_nxp_imx95.dts
More information about the U-Boot
mailing list