the following patch was just integrated into master:
commit 9b79731dd4e6f27cd7cec53e06237f723225449b
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Fri Oct 24 23:34:39 2014 +0200
arm/allwinner/a10: use new arm bootblock infrastructure
commit 8b685398 (ARM: Overhaul the ARM Makefile.)
changes config flags for cpu and mainboard bootblock initialization.
Tested on a20/cubieboard2.
Change-Id: I753aa60ff66de9a3352a3a0759e4d0be9d8ae1c7
Signed-off-by: Alexander Couzens <lynxis(a)fe80.eu>
Reviewed-on: http://review.coreboot.org/7187
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)google.com>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/7187 for details.
-gerrit
the following patch was just integrated into master:
commit a3ea1e45902b64b45e141ebae2f59b94e745d187
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Thu Nov 27 13:23:32 2014 +0100
i945: Bit 49 of CAPID0 trivial fix
Change-Id: Ifeb277c375a0685b76fa01174a990a4cd05023bc
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: http://review.coreboot.org/7587
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
See http://review.coreboot.org/7587 for details.
-gerrit
Edward O'Callaghan (eocallaghan(a)alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7629
-gerrit
commit 95fcd3114cd665cec0399f25abb2e147972573ae
Author: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Date: Tue Dec 2 22:56:17 2014 +1100
mainboard/lenovo/g505s/Kconfig: Toggle some menuconfig options
kconfig has a few options on by default that we /do not/ want on
and some off that we /do/ want. Toggle these.
Change-Id: Idc53738dad6fe48a04d0d872c008e198a9bb3af9
Signed-off-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
---
src/mainboard/lenovo/g505s/Kconfig | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/src/mainboard/lenovo/g505s/Kconfig b/src/mainboard/lenovo/g505s/Kconfig
index fc3a6ac..6018759 100644
--- a/src/mainboard/lenovo/g505s/Kconfig
+++ b/src/mainboard/lenovo/g505s/Kconfig
@@ -68,4 +68,29 @@ config VGA_BIOS_ID
string
default "1002,990b"
+# # NOTE !!! #
+# Disable blobs by-default on board
+config HUDSON_IMC_FWM
+ bool
+ default n
+config HUDSON_XHCI_FWM
+ bool
+ default n
+config HUDSON_XHCI_ENABLE
+ bool
+ default n
+# # NOTE !!! #
+
+# Board does not have a SuperIO UART for serial
+# uses EHCI debug port instead!
+config CONSOLE_SERIAL
+ bool
+ default n
+config DRIVERS_UART_8250IO
+ bool
+ default n
+config USBDEBUG
+ bool
+ default y
+
endif # BOARD_LENOVO_G505S
the following patch was just integrated into master:
commit 59ab4e99ee9553cc472970656ee85dc255f502b7
Author: Patrick Georgi <pgeorgi(a)google.com>
Date: Mon Dec 1 22:09:33 2014 +0100
nvramtool: make sure that strings are 0-terminated
The call site expects them to be.
Change-Id: Ic05fc5831f5743d94fe617dfb3b9e329f01866d1
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-on: http://review.coreboot.org/7621
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
See http://review.coreboot.org/7621 for details.
-gerrit
the following patch was just integrated into master:
commit 10b3994f1ae5551d7cc13afacd853a1bbc200f77
Author: Patrick Georgi <pgeorgi(a)google.com>
Date: Mon Dec 1 22:18:26 2014 +0100
Drop tianocoreboot ("Project PIANO")
There are four other approaches to provide UEFI on
top of coreboot that actually get to a UEFI shell.
No need to keep this experiment and confuse users.
Change-Id: I81c52e24099852f6daf0d5725aec707bdfd75ae1
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-on: http://review.coreboot.org/7622
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
See http://review.coreboot.org/7622 for details.
-gerrit