[GIT PULL] Please pull u-boot-imx-next-20260807
Fabio Estevam <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Hi Tom,
Please pull from u-boot-imx/next, thanks.
The following changes since commit d3e8597e46b635ec556a057bc42f0b0859654bdf:
pytest: fix out of bounds access to bad_pattern_ids (2026-08-13 22:14:05 -0600)
are available in the Git repository at:
https://git.u-boot-project.org/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20260814
for you to fetch changes up to 817664148ebd584a55a4f482d198fe6ae595d079:
configs: toradex-smarc-imx8mp: enable SPL_SYS_MMCSD_RAW_MODE (2026-08-14 16:21:23 -0300)
u-boot-imx-next-20260814
------------------------
CI: https://git.u-boot-project.org/u-boot/custodians/u-boot-imx/-/pipelines/906
- Several fixes for long-standing Vybrid issues.
- Improvements for imx6dl-sielaff.
- ADD SPL Quick Boot support for several Toradex boards.
----------------------------------------------------------------
Franz Schnyder (1):
toradex: apalis-imx8: select QP/QM device tree from OTP fuse
Frieder Schrempf (3):
ARM: imx: Support detection of ECSPI recovery mode on i.MX6
board: imx6dl-sielaff: Remove board_boot_order() workaround
board: imx6dl-sielaff: Enable environment on SD card
Mehmet Fide (5):
gpio: vybrid: read and write the GPIO block, not the PORT block
serial: lpuart: test the receive flag, not the FIFO counter
toradex: select EVENT for TDX_CFG_BLOCK
colibri_vf: restore the pre-2017 text base, the BootROM refuses the low one
doc: board: toradex: add the Colibri VF50/VF61 page
Ngo Luong Thanh Tra (1):
arm: imx: hab: validate HAB M4 event length before memcpy()
Stefan Eichenberger (4):
board: toradex: verdin-imx95: add SPL quick boot autosave support
board: toradex: smarc-imx95: add SPL quick boot autosave support
board: toradex: aquila-imx95: add SPL quick boot autosave support
configs: toradex-smarc-imx8mp: enable SPL_SYS_MMCSD_RAW_MODE
arch/arm/include/asm/mach-imx/sys_proto.h | 1 +
arch/arm/mach-imx/hab.c | 12 +++++
arch/arm/mach-imx/init.c | 75 +++++++++++++++++++++++++++
arch/arm/mach-imx/spl.c | 7 +++
board/sielaff/imx6dl-sielaff/imx6dl-sielaff.c | 30 +++++++++++
board/sielaff/imx6dl-sielaff/spl.c | 22 --------
board/toradex/apalis-imx8/apalis-imx8.c | 34 ++++++------
board/toradex/aquila-imx95/spl.c | 4 ++
board/toradex/common/Kconfig | 1 +
board/toradex/smarc-imx95/spl.c | 4 ++
board/toradex/verdin-imx95/spl.c | 4 ++
configs/aquila-imx95_defconfig | 2 +
configs/colibri_vf_defconfig | 4 +-
configs/imx6dl_sielaff_defconfig | 2 +
configs/toradex-smarc-imx8mp_defconfig | 2 +
configs/toradex-smarc-imx95_defconfig | 2 +
configs/verdin-imx95_defconfig | 2 +
doc/board/toradex/colibri_vf.rst | 66 +++++++++++++++++++++++
doc/board/toradex/index.rst | 1 +
drivers/gpio/vybrid_gpio.c | 8 ++-
drivers/serial/serial_lpuart.c | 9 ++--
21 files changed, 245 insertions(+), 47 deletions(-)
create mode 100644 doc/board/toradex/colibri_vf.rst