Sebastian Andrzej Siewior wrote:
Does anyone have an idea what the status of Intel's poulsbou in current coreboot is?
I think the status is that it maybe runs on one specific hardware which noone really has access to.
- I extraced the VGA ROM from the BIOS. After attaching it I see three unhandled INT15 calls with AX=0x5f35, AX=0x5f40, AX=0x5f35. After that coreboot continues, display remains blank. Is it possible to emulate these calls to get some output?
Suggest don't run the VGA BIOS in coreboot. We really need to change the default. Please run the VGA BIOS only using SeaBIOS as payload.
I guess those services are to query system-specific data. Look at what has been implemented in coreboot and SeaBIOS already for this.
- After booting I get errors from the ehci controller after attaching a highspeed device. Attaching a keyboard seems to works. Is there something I have to tweak to get highspeed USB working?
Probably several things.
I could send patches for some of things but I am not always sure what I do :)
Please push commits to Gerrit. See http://www.coreboot.org/Git
//Peter