[coreboot] r3280 - trunk/coreboot-v2/src/mainboard/emulation/qemu-x86

svn at coreboot.org svn at coreboot.org
Tue May 6 17:02:23 CEST 2008


Author: myles
Date: 2008-05-06 17:02:22 +0200 (Tue, 06 May 2008)
New Revision: 3280

Modified:
   trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/mainboard.c
Log:
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 at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>



Modified: trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/mainboard.c	2008-05-06 13:26:32 UTC (rev 3279)
+++ trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/mainboard.c	2008-05-06 15:02:22 UTC (rev 3280)
@@ -17,6 +17,8 @@
         do_vgabios();
 
 	vga_enable_console();
+
+	init_pc_keyboard(0x60, 0x64, 0);
 }
 
 static struct device_operations vga_operations = {





More information about the coreboot mailing list