Martin Roth (martinroth(a)google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17061
-gerrit
commit 0291dd982c964a2819d420f78a389864d721b33e
Author: Martin Roth <martinroth(a)google.com>
Date: Wed Oct 19 13:39:57 2016 -0600
3rdparty/vboot: update to latest master for rotor support
This pulls in the bdb support for futility so that rotor can build.
Change-Id: Icfa432fb840bea3e1616933ed02cf34a681fa3ce
Signed-off-by: Martin Roth <martinroth(a)google.com>
---
3rdparty/vboot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/3rdparty/vboot b/3rdparty/vboot
index 46b77fb..3875e61 160000
--- a/3rdparty/vboot
+++ b/3rdparty/vboot
@@ -1 +1 @@
-Subproject commit 46b77fb2f04941c869c3a98cd17e9209c36b2917
+Subproject commit 3875e6191f24ceb83415f553ca91dcac7b71073b
the following patch was just integrated into master:
commit b753eeb7afe0f51a07725b13a2f53ed10d7930bc
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Tue Oct 18 19:46:33 2016 +0200
intel/broadwell: "free" memory after use
While we stub out free(), tools like coverity scan have no idea, and it
might change in the future. So free it.
Change-Id: I1d93a6f45b64445662daa95b51128140ad0a87e2
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Found-by: Coverity Scan #1260716
Reviewed-on: https://review.coreboot.org/17055
Tested-by: build bot (Jenkins)
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
See https://review.coreboot.org/17055 for details.
-gerrit
Jonathan Neuschäfer (j.neuschaefer(a)gmx.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17060
-gerrit
commit 87aeecdb98290436b865aa2b022893a1e0468e99
Author: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Date: Wed Oct 19 02:18:54 2016 +0200
[DON'T MERGE] Investigating CL #16987
https://review.coreboot.org/#/c/16987/ results in a crash in AMDFWTOOL
for some tools, on jenkins. With this patch, I try to figure out what's
going on.
Change-Id: Ic36b8be2b0ee458311dcc8e9139df2b4d113b4ba
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
---
src/mainboard/emulation/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mainboard/emulation/Kconfig b/src/mainboard/emulation/Kconfig
index 1dc89ca..759b1de 100644
--- a/src/mainboard/emulation/Kconfig
+++ b/src/mainboard/emulation/Kconfig
@@ -2,6 +2,7 @@ if VENDOR_EMULATION
choice
prompt "Mainboard model"
+ default BOARD_EMULATION_QEMU_X86_I440FX
source "src/mainboard/emulation/*/Kconfig.name"