Arthur Heymans (arthur(a)aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17075
-gerrit
commit 718f0aca8483d83d97df9f9bb0ebfabc3a1fea74
Author: Arthur Heymans <arthur(a)aheymans.xyz>
Date: Thu Oct 20 20:18:12 2016 +0200
nb/i945/gma.c: Do not try to load vbios when selecting native init
This fixes a typo introduced in 9c5fc62f: "nb/i945/gma.c: use IS_ENABLED
instead of #if, #endif".
Change-Id: I2c9ca796767a507483c32867f9b7f172842a1ab3
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
src/northbridge/intel/i945/gma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/northbridge/intel/i945/gma.c b/src/northbridge/intel/i945/gma.c
index 4baed80..3e68aa3 100644
--- a/src/northbridge/intel/i945/gma.c
+++ b/src/northbridge/intel/i945/gma.c
@@ -594,7 +594,7 @@ static void gma_func0_init(struct device *dev)
pci_write_config32(dev, PCI_COMMAND, reg32 | PCI_COMMAND_MASTER
| PCI_COMMAND_IO | PCI_COMMAND_MEMORY);
- if (IS_ENABLED(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT)) {
+ if (!IS_ENABLED(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT)) {
/* PCI Init, will run VBIOS */
pci_dev_init(dev);
}
the following patch was just integrated into master:
commit de2918bd1a4af616ca60833e66850fda9340826e
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Wed Oct 19 18:13:55 2016 +0200
util/inteltool: Remove unnecessary whitespace
Change-Id: Id42a2901cf76e6b867f62a752a38bbd6f6e5f54e
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/17059
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/17059 for details.
-gerrit
the following patch was just integrated into master:
commit 94501508922c9c7f0c141ce0440f64d800a35a28
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Wed Oct 19 17:59:10 2016 +0200
util/inteltool: Use tabs for indents
Change-Id: I9d27c276053c51021166f4b22d150060e415d08f
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/17025
Tested-by: build bot (Jenkins)
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
See https://review.coreboot.org/17025 for details.
-gerrit
the following patch was just integrated into master:
commit 124a368702b111442e26b5a3db65ebf8e5c6816c
Author: Naresh G Solanki <naresh.solanki(a)intel.com>
Date: Tue Oct 18 07:19:36 2016 +0530
kunimitsu: Add choice to select FSP driver
Add choice to select between FSP 1.1 & FSP2.0 driver to be used.
Change-Id: Ied7eab6f4a2191e0bcf220cde5ca519a3c3e2d76
Signed-off-by: Naresh G Solanki <naresh.solanki(a)intel.com>
Reviewed-on: https://review.coreboot.org/17051
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See https://review.coreboot.org/17051 for details.
-gerrit
the following patch was just integrated into master:
commit 084a343b58d7effadb8f2c226c183cdb8cf2a351
Author: Wisley Chen <wisley.chen(a)quantatw.com>
Date: Mon Oct 17 18:30:54 2016 +0800
mainboard/google/reef: add snappy variant
Create the initial Snappy variant which refers to the Reef device.
Snappy, an Apollolake-platform, is deviated from reference board Reef.
BRANCH=master
BUG=None
TEST=Built & booted
Signed-off-by: Wisley Chen <wisley.chen(a)quantatw.com>
Change-Id: I6f32c0b1a154edbd8c4822acdbdbdbeb4a0098e6
Reviewed-on: https://review.coreboot.org/17043
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See https://review.coreboot.org/17043 for details.
-gerrit
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 afe380a7ac2c3394415415c04a4aa7fdb5f75234
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..ea72ee4 160000
--- a/3rdparty/vboot
+++ b/3rdparty/vboot
@@ -1 +1 @@
-Subproject commit 46b77fb2f04941c869c3a98cd17e9209c36b2917
+Subproject commit ea72ee454aea5e0f378275fe7114cf683b7db938