Patrick Georgi (patrick(a)georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5634
-gerrit
commit 3d9321a86b66f574b663a690702c104e998e368b
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Fri May 2 15:19:21 2014 +0200
drivers/pc80/Kconfig: Revert PS/2 initialization defaults
Peter is unhappy with inconsistent behaviour based on
unrelated configuration, so revert to enable-always.
Change-Id: Ia8d55032f0e5eca0bf82d77df7dab95bcb2b353a
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
---
src/drivers/pc80/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig
index 485dd64..3572bc2 100644
--- a/src/drivers/pc80/Kconfig
+++ b/src/drivers/pc80/Kconfig
@@ -2,8 +2,7 @@
# reliably support PS/2 init themselves.
config DRIVERS_PS2_KEYBOARD
bool "PS/2 keyboard init"
- default n if PAYLOAD_GRUB2 || PAYLOAD_SEABIOS
- default y if !(PAYLOAD_GRUB2 || PAYLOAD_SEABIOS)
+ default y
help
Enable this option to initialize PS/2 keyboards found connected
to the PS/2 port.
Patrick Georgi (patrick(a)georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5633
-gerrit
commit 842a4309f3f706f8d6d4980824da0285b01af1e2
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Fri May 2 15:08:46 2014 +0200
drivers/pc80/Kconfig: simplify PS/2 selection rules
There's no need to state the dependency twice.
Change-Id: Ia241d441211c6f476d0a6ed7589b038f7a220265
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
---
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 485dd64..1348dd4 100644
--- a/src/drivers/pc80/Kconfig
+++ b/src/drivers/pc80/Kconfig
@@ -3,7 +3,7 @@
config DRIVERS_PS2_KEYBOARD
bool "PS/2 keyboard init"
default n if PAYLOAD_GRUB2 || PAYLOAD_SEABIOS
- default y if !(PAYLOAD_GRUB2 || PAYLOAD_SEABIOS)
+ default y
help
Enable this option to initialize PS/2 keyboards found connected
to the PS/2 port.
the following patch was just integrated into master:
commit 2d9725e763c480f23a9e649df1424b1dc2fb3cfd
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Sat Apr 26 10:28:19 2014 +0200
drivers/pc80/Kconfig: Do not init PS/2 keyboard if GRUB 2 is chosen as payload
If the user selects GRUB 2 as the payload in Kconfig, coreboot does
not need to initialize the PS/2 keyboard as GRUB 2 is going to do it.
Change-Id: Ia5d902e7c0fa34eaff26a31507751815bf2d2581
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/5583
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5583 for details.
-gerrit
the following patch was just integrated into master:
commit 4fdc680efc90e825cae83dccc99c9de1e5517215
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Sat Apr 26 10:18:12 2014 +0200
drivers/pc80/Kconfig: Do not init PS/2 keyboard if SeaBIOS is chosen as payload
As the Kconfig description of `DRIVERS_PS2_KEYBOARD` says, SeaBIOS is
able to initialize the PS/2 keyboard itself, so it is not necessary to
let coreboot do it.
SeaBIOS is also able to do it faster as discussed in a thread on the
coreboot mailing list from October 2010 [1]. In that thread it was
also proposed to not let coreboot initialize the PS/2 coreboot when
SeaBIOS is used as a payload.
[1] http://www.coreboot.org/pipermail/coreboot/2010-October/thread.html#61310
subject: [coreboot] coreboot+seabios timings
Change-Id: I1248cec3e2ca5b9311e46df8aabf67e14ffd4ea6
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/5581
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5581 for details.
-gerrit
the following patch was just integrated into master:
commit 7ac7627546d8d89d63abe06b7a0df1861f10eabf
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Sat Apr 26 10:22:43 2014 +0200
drivers/pc80/Kconfig: Mention that GRUB 2 is able to init PS/2 keyboard
Change-Id: I0783ee123e0e1ecd5603bc6a40b53d3b0c23bf6d
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/5582
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5582 for details.
-gerrit
the following patch was just integrated into master:
commit e93776579dcbbdc8f8a833590f21f9f33285d50b
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed Apr 30 23:07:13 2014 +0300
qemu-armv7: Kconfig cleanup
RAMBASE, RAMTOP and XIP_ROM_SIZE are not used with ARCH_ARMV7.
Change-Id: I072ed022e3279ed23716fdf78d0db8952b3fdb32
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5627
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5627 for details.
-gerrit