[RESEND PATCH 0/4] omap3: igep0x00: Fix boot failure and modernize the boards support

Javier Martinez Canillas javierm at redhat.com
Sat May 18 14:02:28 CEST 2024


Hello,

I noticed that the IGEPv2 board did not boot anymore with mainline U-Boot.
This was caused by a driver change to allocate its platform data before
relocation and U-Boot not having enough pre-relocation heap size for this.

This series fixes this issue and also makes the board support more modern,
by enabling DM for SPL and migrating the IGEP boards to use upstream DTBs.

It is a resend because previous emails were blocked on moderator approval
due not being subscribed in the mailing list. Hopefully this time makes it
through, sorry for the spam to folks Cc'ed.

Best regards,
Javier


Javier Martinez Canillas (4):
  omap3: igep00x0: Increase malloc() pool size
  omap3: igep0x00: Drop unused SPI support
  omap3: igep0x00: Update for DM SPL support
  omap3: igep0x00: Migrate to use upstream DT

 arch/arm/dts/Makefile                   |   3 -
 arch/arm/dts/omap3-igep.dtsi            | 247 ----------------------
 arch/arm/dts/omap3-igep0020-common.dtsi | 261 ------------------------
 arch/arm/dts/omap3-igep0020-u-boot.dtsi |  14 +-
 arch/arm/dts/omap3-igep0020.dts         |  47 -----
 board/isee/igep00x0/igep00x0.c          |  12 --
 configs/igep00x0_defconfig              |  26 ++-
 7 files changed, 14 insertions(+), 596 deletions(-)
 delete mode 100644 arch/arm/dts/omap3-igep.dtsi
 delete mode 100644 arch/arm/dts/omap3-igep0020-common.dtsi
 delete mode 100644 arch/arm/dts/omap3-igep0020.dts

-- 
2.45.0



More information about the U-Boot mailing list