[GIT PULL] Please pull u-boot-imx-master-20250717
Fabio Estevam
festevam at gmail.com
Thu Jul 17 18:28:10 CEST 2025
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit 3b4604a40b9fd61b87e9d059fc56f04d36f1a380:
board: vexpress_ca9x4: Enable D-cache and MMU (2025-07-16 10:56:28 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20250717
for you to fetch changes up to 6dc91a840810b7a35c78ac14e9868db462ae2039:
venice: display DRAM MR registers and decoding if debug enabled (2025-07-17 09:58:42 -0300)
u-boot-imx-master-20250717
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27088
- Add support for the i.MX95 B0 version.
- Enable standard boot for phycore-imx8mp.
- Kconfig fixes for i.MX MMC and FSL_SEC_MON.
- Support 4Gb single die variant of the i.MX8MM Venice board.
----------------------------------------------------------------
Alice Guo (2):
tools: imx8image: Add 2 new commands CMD_CNTR_VERSION and CMD_DUMMY_DDR
imx95_evk: Add i.MX95 B0 support
David Zang (1):
soc: imx8ulp: Add celsius unit for temperature
Holger Brunck (1):
armv8: ls1043a: make some erratas dependent from USB
Leonard Anderweit (1):
phycore-imx8mp: Enable standard boot
Tim Harvey (4):
venice: lpddr4_timing_imx8mm: add DDRC_ADDRMAP7 config
venice: lpddr4_timing_imx8mm: add 4gb single die support
venice: lpddr4_timing_imx8mm: update ddr phy config for mscale_v3.10
venice: display DRAM MR registers and decoding if debug enabled
Tom Rini (3):
brppt2: Use the correct MMC driver
arm: imx: Remove unused mxcmmc driver
nxp: Move FSL_SEC_MON related options to arch/Kconfig.nxp
Ye Li (2):
arm: imx: Update ELE get_info structure for i.MX94
spl: imx: Add support for new PQC container
arch/Kconfig.nxp | 22 ++
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 +-
arch/arm/dts/imx95-u-boot.dtsi | 8 +-
arch/arm/include/asm/arch-mx27/imx-regs.h | 5 -
arch/arm/include/asm/mach-imx/ele_api.h | 2 +
arch/arm/mach-imx/image-container.c | 2 +-
arch/arm/mach-imx/imx8ulp/soc.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/gateworks/venice/eeprom.c | 6 +-
board/gateworks/venice/eeprom.h | 5 +-
board/gateworks/venice/lpddr4_timing.h | 3 +-
board/gateworks/venice/lpddr4_timing_imx8mm.c | 195 +++------
board/gateworks/venice/lpddr4_timing_imx8mn.c | 14 +-
board/gateworks/venice/lpddr4_timing_imx8mp.c | 13 +-
board/gateworks/venice/spl.c | 91 ++++-
board/phytec/phycore_imx8mp/phycore_imx8mp.env | 78 +---
common/spl/Kconfig | 7 +
configs/brppt2_defconfig | 2 +-
configs/phycore-imx8mp_defconfig | 17 +-
doc/board/nxp/imx95_evk.rst | 12 +-
drivers/misc/Kconfig | 22 --
drivers/mmc/Kconfig | 9 -
drivers/mmc/Makefile | 1 -
drivers/mmc/mxcmmc.c | 523 -------------------------
include/imx8image.h | 6 +
include/imx_container.h | 11 +
tools/imx8image.c | 57 ++-
29 files changed, 296 insertions(+), 830 deletions(-)
delete mode 100644 drivers/mmc/mxcmmc.c
More information about the U-Boot
mailing list