Hi Tom, Please pull from u-boot-imx/master, thanks.
The following changes since commit e93d343cc7d2886b1148d885aa137d46bbce0570: Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung into next (2024-08-22 08:15:04 -0600) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240823 for you to fetch changes up to dda8444832ce32e0bdb9a05e2e90a7dc9f8663ca: ARM: imx: Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC (2024-08-23 14:53:53 -0300) u-boot-imx-master-20240823 -------------------------- CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/22098 - Add BOOTAUX support for apalis and colibri imx8 boards. - Cleanup tqma6 board by removing unneeded board code. - Add support for booting from ecspi3 via bmode command on imx6. - Add a script to ease updating flash.bin on imx8mm phytec board. - Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC and use USB SDPS as fallback option. - Fix critical temperature on imx9. - Add Cortex M and bootaux support for phycore-imx8mp. ---------------------------------------------------------------- Andrejs Cainikovs (4): board: apalis-imx8: add reset code apalis-imx8: enable i.MX specific BOOTAUX colibri-imx8x: enable i.MX specific BOOTAUX colibri-imx8x: enable i.MX specific SNVS configuration Fabio Estevam (5): tqma6: Remove non-DM board code tqma6_mba6: Remove unused defines tqma6_mba6: Remove UART board code gw_ventana: Remove unneeded comments mx6: Expand bmode to support ecspi3 boot Lukasz Majewski (1): config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm Marek Vasut (2): ARM: imx: Use USB SDPS as fallback option on Data Modul i.MX8M Plus eDM SBC ARM: imx: Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC Primoz Fiser (1): imx: imx9: Set correct critical temperature Yashwanth Varakala (2): board: phytec: phycore_imx8mp: Add mcore support configs: phycore-imx8mp_defconfig: Enabled bootaux command arch/arm/dts/imx6qdl-mba6-u-boot.dtsi | 16 ++++ arch/arm/mach-imx/imx9/soc.c | 2 +- arch/arm/mach-imx/mx6/soc.c | 4 + board/data_modul/imx8mp_edm_sbc/spl.c | 5 +- board/phytec/phycore_imx8mp/phycore_imx8mp.env | 5 +- board/toradex/apalis-imx8/apalis-imx8.c | 8 ++ board/tq/tqma6/tqma6.c | 126 ------------------------- board/tq/tqma6/tqma6_mba6.c | 35 ------- configs/apalis-imx8_defconfig | 1 + configs/colibri-imx8x_defconfig | 2 + configs/imx8mm_data_modul_edm_sbc_defconfig | 2 + configs/imx8mp_data_modul_edm_sbc_defconfig | 2 + configs/phycore-imx8mp_defconfig | 1 + include/configs/gw_ventana.h | 31 +----- include/configs/phycore_imx8mm.h | 8 ++ 15 files changed, 53 insertions(+), 195 deletions(-)