Alexandru Gagniuc (mr.nuke.me@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8599
-gerrit
commit f0c3d7b2eebde37422083e8bd251726e3a926e8f Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Tue Mar 3 22:37:44 2015 -0600
drivers/pc80: Do not initialize PS2 keyboard by default
The most common payloads do not need this set, so optimize for the common case.
Change-Id: I2e5b68d74e9b91b41bbbcffc17d31d5c1bb38fd4 Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com --- 3rdparty/arm-trusted-firmware | 1 - 3rdparty/blobs | 1 - 3rdparty/vboot | 1 - src/drivers/pc80/Kconfig | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/3rdparty/arm-trusted-firmware b/3rdparty/arm-trusted-firmware deleted file mode 160000 index 649591b..0000000 --- a/3rdparty/arm-trusted-firmware +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 649591bbabbc737534943136751722307429b7d6 diff --git a/3rdparty/blobs b/3rdparty/blobs deleted file mode 160000 index b4ade40..0000000 --- a/3rdparty/blobs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b4ade4096486fd1abcde468de8719e45a721aee7 diff --git a/3rdparty/vboot b/3rdparty/vboot deleted file mode 160000 index fbf631c..0000000 --- a/3rdparty/vboot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fbf631c845c08299f0bcbae3f311c5807d34c0d6 diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig index 0ed1ecf..18c626c 100644 --- a/src/drivers/pc80/Kconfig +++ b/src/drivers/pc80/Kconfig @@ -4,7 +4,7 @@ if PC80_SYSTEM
config DRIVERS_PS2_KEYBOARD bool "PS/2 keyboard init" - default y + default n help Enable this option to initialize PS/2 keyboards found connected to the PS/2 port.