]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge tag 'u-boot-imx-master-20241130' of https://gitlab.denx.de/u-boot/custodians...
authorTom Rini <trini@konsulko.com>
Sat, 30 Nov 2024 14:34:45 +0000 (08:34 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 30 Nov 2024 14:34:45 +0000 (08:34 -0600)
commitbf3dfb405ba212752ca9ad103147edd8ba99cd4d
tree4dcc75e4b56026dd9ba8f91a9b9051bc2ff8227d
parent20f641987f83c4679a1181d79a546a098f11f5ad
parent4835efca7a004fab62853f3e6bbd2854d1df503b
Merge tag 'u-boot-imx-master-20241130' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx

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.