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 1166342c34407f77d54a00004eb695ff2dcd156b
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
Remove the inconsistent behaviour based on unrelated
configuration: PS/2 init is now always enabled.
This can change once we find a better approach.
Change-Id: Ia8d55032f0e5eca0bf82d77df7dab95bcb2b353a
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
---
src/drivers/pc80/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig
index 1348dd4..3572bc2 100644
--- a/src/drivers/pc80/Kconfig
+++ b/src/drivers/pc80/Kconfig
@@ -2,7 +2,6 @@
# reliably support PS/2 init themselves.
config DRIVERS_PS2_KEYBOARD
bool "PS/2 keyboard init"
- default n if PAYLOAD_GRUB2 || PAYLOAD_SEABIOS
default y
help
Enable this option to initialize PS/2 keyboards found connected
the following patch was just integrated into master:
commit 8084e5b6da38865bde976ae02563f83dad37c133
Author: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Date: Fri May 23 08:42:18 2014 +1000
mainboard/google/peppy Fix usage of GNU field designator extension
Following the reasoning in,
8089f17 mainboard/lenovo/x230 Fix usage of GNU field designator extension
In C99 we defined a syntax for this. GCC's old syntax was deprecated.
Change-Id: Idd7305cb34be77894ca4b6062bc0a2dc61126347
Signed-off-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5822
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5822 for details.
-gerrit
the following patch was just integrated into master:
commit f5037bd570a7cbd2b09fb6d34d3feb77553144f4
Author: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Date: Fri May 23 08:36:01 2014 +1000
mainboard/google/parrot Fix usage of GNU field designator extension
Following the reasoning in:
8089f17 mainboard/lenovo/x230 Fix usage of GNU field designator extension
In C99 we defined a syntax for this. GCC's old syntax was deprecated.
Change-Id: I5be77fe6670601e103260077fae07a5b9fd41f1d
Signed-off-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5821
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
See http://review.coreboot.org/5821 for details.
-gerrit
the following patch was just integrated into master:
commit 26c74fbd4f23223cb461dba9e35f5921fbc08534
Author: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Date: Wed May 14 04:13:16 2014 +1000
payloads/coreinfo/multiboot_module.c: Trivial fix indents
Stylistic fix-up's.
Change-Id: I0cad7c860280d0d8dcb16d052846c72f690e2b65
Signed-off-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5731
Tested-by: build bot (Jenkins)
Reviewed-by: Idwer Vollering <vidwer(a)gmail.com>
See http://review.coreboot.org/5731 for details.
-gerrit
the following patch was just integrated into master:
commit aab0cce88891197510740ac5a663e003b7f99981
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Thu Dec 19 20:43:29 2013 +0100
abuild: make build directory configurable with a variable
Allow overriding the build directly (default: coreboot-builds)
using the COREBOOT_BUILD_DIR variable, in addition to setting
it through the -o parameter.
This helps with build nodes where jenkins wants to run the
same command everywhere but allows different environment
variables.
Change-Id: If907897cf6ac01caa7d1e4b51aad4c005356bc5b
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/4543
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/4543 for details.
-gerrit