[GIT PULL] Please pull u-boot-imx-master-20250710
Fabio Estevam
festevam at gmail.com
Fri Jul 11 04:20:26 CEST 2025
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit 344e1798059ba65769272be3145736685bb25a7e:
lmb: add missing fallthrough in lmb_alloc_mem() (2025-07-09 10:39:37 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20250710
for you to fetch changes up to 76f11d6de398669d30c9ad5621e6137d7aa6333a:
arm: imx: imx8m: soc: Fix i.MX8M Nano GPU paths (2025-07-10 08:02:11 -0300)
u-boot-imx-master-20250710
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27010
- Fix the i.MX8M Nano GPU path.
- Enable RNG support for KASLR on Toradex i.MX8 boards.
- Enable watchdog and clock driver for imx6ulz_smm_m2b.
- Tighten dependencies on CMD_BLOB.
- Remove the rest of i.MX31 support.
----------------------------------------------------------------
Alexander Stein (1):
arm: imx: imx8m: soc: Fix i.MX8M Nano GPU paths
Emanuele Ghidoli (5):
configs: verdin-imx8mm: enable RNG support for KASLR
configs: verdin-imx8mp: enable RNG support for KASLR
configs: toradex-smarc-imx8mp: enable RNG support for KASLR
configs: apalis-imx8: enable RNG support for KASLR
configs: colibri-imx8x: enable RNG support for KASLR
Michael Trimarchi (2):
configs/imx6ulz_smm_m2b_defconfig: Enable clock framework
configs: imx6ulz_smm_m2b: Add board watchdog reset configuration
Tom Rini (2):
cmd/Kconfig: Tighten dependencies on CMD_BLOB
arm: imx: Remove the rest of i.MX31 support
arch/arm/Kconfig | 8 -
arch/arm/include/asm/arch-mx31/clock.h | 35 --
arch/arm/include/asm/arch-mx31/gpio.h | 12 -
arch/arm/include/asm/arch-mx31/imx-regs.h | 905 -----------------------------
arch/arm/include/asm/arch-mx31/sys_proto.h | 20 -
arch/arm/mach-imx/imx8m/soc.c | 2 +-
arch/arm/mach-imx/mx3/Kconfig | 33 --
cmd/Kconfig | 1 +
configs/apalis-imx8_defconfig | 5 +-
configs/colibri-imx8x_defconfig | 5 +-
configs/imx6ulz_smm_m2b_defconfig | 5 +
configs/toradex-smarc-imx8mp_defconfig | 1 +
configs/verdin-imx8mm_defconfig | 5 +-
configs/verdin-imx8mp_defconfig | 1 +
drivers/misc/Kconfig | 2 +-
drivers/serial/Kconfig | 2 +-
drivers/w1/Kconfig | 2 +-
drivers/watchdog/Kconfig | 2 +-
18 files changed, 25 insertions(+), 1021 deletions(-)
delete mode 100644 arch/arm/include/asm/arch-mx31/clock.h
delete mode 100644 arch/arm/include/asm/arch-mx31/gpio.h
delete mode 100644 arch/arm/include/asm/arch-mx31/imx-regs.h
delete mode 100644 arch/arm/include/asm/arch-mx31/sys_proto.h
delete mode 100644 arch/arm/mach-imx/mx3/Kconfig
More information about the U-Boot
mailing list