Hi,
I've got a progress: now it hangs at the last message 'No working controllers found'.
##
[DEBUG] BS: BS_PAYLOAD_LOAD exit times (exec / console): 0 / 825 ms [DEBUG] Jumping to boot code at 0x01110000(0x0fe84000)
U-Boot 2023.01-rc1-00019-g77b5cc2948 (Nov 08 2022 - 00:27:58 +0000)
CPU: x86, vendor Intel, device 590h DRAM: 253.9 MiB Core: 14 devices, 12 uclasses, devicetree: separate MMC: Loading Environment from nowhere... OK Video: No video mode configured in coreboot (err=-6) Video: No video mode configured in coreboot (err=-6) Vendor: Intel Model: Galileo BIOS Version: 4.18-402-g9429844f81-dirty BIOS date: 11/08/2022 Net: No ethernet found. No working controllers found
Regards, Łukasz
On 6.11.2022 20:40, Łukasz Jeleń wrote:
Hi,
My background is low level ARM and I want to get familiar with low level x86. I bought galileo v1 because it is cheap, small and handy x86 board.
I have built coreboot code. It does not boot "out of the box". I had to add rmu.bin into coreboot.rom. With this logging on uart works. It seems SD/MMC controller also works.
Now I'm struggling with: [INFO ] CBFS: Found 'fspm.bin' @0x31c40 size 0x2f000 in mcache @0x80004f84 [ERROR] CBFS ERROR: 'fspm.bin' allocation failure [EMERG] FSPM not available or failed to load!
Regards, Łukasz