Kevin O'Connor wrote:
As a side note, it would be nice to move the ps2 keyboard initialization out of coreboot and into libpayload.
If things still work, then definately yes!
The keyboard init takes a long time to run - several hundred milliseconds with my keyboard. Many payloads (eg, linux and seabios) end up running their own keyboard initialization,
It's not always enough though - I had keyboard problems with Linux as payload in v3. The keyboard only worked in v2.
However, I don't know if it was caused by missing kbc init, or if the problem was rather with setting up the chipset so that there _was_ a kbc visible to begin with.
//Peter