Lee Leahy (leroy.p.leahy(a)intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16810
-gerrit
commit 4e4c8ba14ad62ee7130a44c997f30873b295ff41
Author: Lee Leahy <leroy.p.leahy(a)intel.com>
Date: Wed Sep 28 17:28:00 2016 -0700
mainboard/intel/galileo: Make FSP 2.0 the default
Switch from FSP 1.1 to FSP 2.0 as the default build.
BRANCH=none
BUG=None
TEST=Build and run on Galileo Gen2
Change-Id: Icbb3a36cdde68baf4d68fbfc371f8847c56e1162
Signed-off-by: Lee Leahy <Leroy.P.Leahy(a)intel.com>
---
src/mainboard/intel/galileo/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index 0c1fe5b..e941448 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -46,7 +46,7 @@ config GALILEO_GEN2
choice
prompt "FSP version"
- default FSP_VERSION_1_1
+ default FSP_VERSION_2_0
config FSP_VERSION_1_1
bool "FSP 1.1"
the following patch was just integrated into master:
commit 129c26e5ea076965487213d8404c01632a060d0a
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Tue Sep 27 22:05:31 2016 +0200
mainboard/gigabyte/ga_2761gxdk: Use tabs for indents
Change-Id: Ie752fe0a74acd4b79711596e56fc5ebf83884a0d
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/16779
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/16779 for details.
-gerrit