This patch adds pc keyboard init function call for qemu in v2 since some payloads assume
Coreboot initializes it. Coreboot v3 already does it. Signed-off-by: Aaron Lwe <aaron.lwe@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3280 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
4f9141758e
commit
2342f8b343
|
@ -17,6 +17,8 @@ static void vga_init(device_t dev)
|
||||||
do_vgabios();
|
do_vgabios();
|
||||||
|
|
||||||
vga_enable_console();
|
vga_enable_console();
|
||||||
|
|
||||||
|
init_pc_keyboard(0x60, 0x64, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct device_operations vga_operations = {
|
static struct device_operations vga_operations = {
|
||||||
|
|
Loading…
Reference in New Issue