Hi Tom, Please pull from u-boot-imx/master, thanks.
The following changes since commit b51b97e9be1c0674345497a173e7b693866985f3: Merge https://source.denx.de/u-boot/custodians/u-boot-riscv (2024-11-27 07:34:17 -0600) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20241130 for you to fetch changes up to 4835efca7a004fab62853f3e6bbd2854d1df503b: ARM: dts: imx: Enable PCIe and NVMe on Data Modul i.MX8M Mini eDM SBC (2024-11-29 09:20:47 -0300) u-boot-imx-master-20241130 -------------------------- CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23643 - Make DRAM coding GPIOs available before relocation on Data Modul i.MX8M Mini/Plus eDM SBC because the DRAM configuration GPIO straps must be accessible in SPL and before relocation because the GPIOs are sampled both in U-Boot SPL as well as early on in U-Boot proper. - Pick safe DRAM size on failure on Data Modul i.MX8M Mini/Plus eDM SBC instead of failing with hang() or panic(). - Replace YModem with SDP on Data Modul i.MX8M Mini eDM SBC SPL since SDP is much more flexible. - Deduplicate Data Modul i.MX8M eDM SBC defconfigs. - Perform plain boot in altbootcmd on Data Modul i.MX8M Mini/Plus eDM SBC. ---------------------------------------------------------------- Marek Vasut (6): ARM: dts: imx: Make DRAM coding GPIOs available before relocation on Data Modul i.MX8M Mini/Plus eDM SBC ARM: dts: imx: Pick safe DRAM size on failure on Data Modul i.MX8M Mini/Plus eDM SBC ARM: imx: Perform plain boot in altbootcmd on Data Modul i.MX8M Mini/Plus eDM SBC ARM: imx: Deduplicate Data Modul i.MX8M eDM SBC defconfigs ARM: imx: Replace YModem with SDP on Data Modul i.MX8M Mini eDM SBC SPL ARM: dts: imx: Enable PCIe and NVMe on Data Modul i.MX8M Mini eDM SBC arch/arm/dts/imx8mm-data-modul-edm-sbc-u-boot.dtsi | 25 ++ arch/arm/dts/imx8mp-data-modul-edm-sbc-u-boot.dtsi | 2 + board/data_modul/common/common.c | 3 + board/data_modul/imx8mm_edm_sbc/spl.c | 6 +- configs/imx8m_data_modul.config | 221 ++++++++++++++++ configs/imx8mm_data_modul_edm_sbc_defconfig | 267 +++---------------- configs/imx8mp_data_modul_edm_sbc_defconfig | 291 +++------------------ include/configs/imx8mm_data_modul_edm_sbc.h | 2 +- include/configs/imx8mp_data_modul_edm_sbc.h | 2 +- 9 files changed, 326 insertions(+), 493 deletions(-) create mode 100644 configs/imx8m_data_modul.config