-----Original Message----- From: aaron lwe [mailto:aaron.lwe@gmail.com] Sent: Monday, May 05, 2008 7:41 PM To: Myles Watson Cc: Coreboot Subject: QEMU Keyboard problems in v2
Where did you add it?
I attached a patch, it adds pc keyboard init function for qemu in case payloads assume coreboot has done the job. Signed-off-by: Aaron Lwe aaron.lwe@gmail.com
Thanks Aaron,
It works for me.
Acked-by: Myles Watson mylesgw@gmail.com
Rev 3280.
it seems like Coreboot-v2 used to initialize the keyboard correctly,
otherwise
ADLO wouldn't have disabled the keyboard init when compiled for
Coreboot. yes, ADLO assumes coreboot has inited keyboard so it omits that.
I wonder why Jordan gets it to work unpatched.
maybe the payload he uses inits the keyboard?
I checked his log and it doesn't have the "Keyboard init" line. I don't know why it works for him.
Thanks, Myles