Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5582
-gerrit
commit 7ad328bbf83db6352b5db04b0c696042cd90cc53 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Sat Apr 26 10:22:43 2014 +0200
drivers/pc80/Kconfig: Add GRUB 2 to list of payloads not needing PS/2 keyboard inits
Change-Id: I0783ee123e0e1ecd5603bc6a40b53d3b0c23bf6d Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/drivers/pc80/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig index acd1503..37ba6bc 100644 --- a/src/drivers/pc80/Kconfig +++ b/src/drivers/pc80/Kconfig @@ -9,7 +9,7 @@ config DRIVERS_PS2_KEYBOARD to the PS/2 port.
Some payloads (eg, filo) require this option. Other payloads - (eg, SeaBIOS, Linux) do not require it. + (eg, GRUB 2, SeaBIOS, Linux) do not require it. Initializing a PS/2 keyboard can take several hundred milliseconds.
If you know you will only use a payload which does not require