I build a coreboot.rom with the latest buidrom-devel tool and coreboot-v3.
i choosed Linux as bootloader and the build process ended sucessfully with a pcenginesalix1c.rom (2048KB)
After flashing, the board seems initialized, but hangs at a certain point. I found a message (see the attached log) saying:
"Unknown bootloader class", maybe that's the reason it hangs?
I wouldn't think so. The Kernel gets loaded, but then can't find some of the hardware.
[ 16.968110] PNP: No PS/2 controller found. Probing ports directly. [ 17.491697] i8042.c: Can't read CTR while initializing i8042. [ 17.497467] i8042: probe of i8042 failed with error -5 [ 17.502927] mice: PS/2 mouse device common for all mice [ 17.508354] i2c /dev entries driver [ 17.512095] **WARNING** I2C adapter driver [CS5536 ACB0] forgot to specify ph ysical device; fix it! [ 17.568991] PM-Timer had no reasonable result: 0x0xffffff - aborting. [ 17.575472] TCP cubic registered [ 17.578754] NET: Registered protocol family 1 [ 17.583151] NET: Registered protocol family 17 [ 17.587726] Using IPI Shortcut mode [ 17.591548] Freeing unused kernel memory: 180k freed [ 17.599728] Time: tsc clocksource has been installed.
I don't know how to fix it, but I'd look in that direction.
Thanks, Myles