I am using a custom board with TDA4VM. Boot hang at A72 SPL with OSPI boot. Traces below:
U-Boot SPL 2019.01-dirty (Jan 21 2021 - 06:14:16 +0000)
SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')
Reading on-board EEPROM at 0x50 failed 1
Trying to boot from SPI
Loading Environment from MMC... spl: unsupported mmc boot device.
sdhci@4f80000 - probe failed: -19
spl: unsupported mmc boot device.
sdhci@4fb0000 - probe failed: -19
*** Warning - No MMC card found, using default environment
Loading rproc fw image from device size= 4294967295
Loading rproc fw image from device size= 0
Starting ATF on ARM64 core...
NOTICE: BL31: v2.2(release):ti2019.05-rc1
NOTICE: BL31: Built : 14:31:40, Nov 2 2020
I/TC:
I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Nov 2 14:45:40 UTC 2020 aarch64
I/TC: Initialized
U-Boot SPL 2019.01-g350f3927b8 (Jan 14 2021 - 14:58:01 +0000)
Reading on-board EEPROM at 0x50 failed 1
Trying to boot from SPI
Invalid bus 0 (err=-19)
SPI probe failed.
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
When booted using MMC-SD the kernel does not probe OSPI. What is the issue?