[coreboot-gerrit] Patch set updated for coreboot: intel/skylake platforms: Add MAINBOARD_HAS_LPC_TPM in Kconfig

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Jan 8 00:35:48 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12865

-gerrit

commit fb009dc4c5cb9b8295cc56206e80bf433a1f95e5
Author: Martin Roth <martinroth at google.com>
Date:   Thu Jan 7 16:25:39 2016 -0700

    intel/skylake platforms: Add MAINBOARD_HAS_LPC_TPM in Kconfig
    
    Because these platforms haven't been getting build testing, they've
    missed out on some of the improvements that the other platforms have
    gotten.
    
    Enable MAINBOARD_HAS_LPC_TPM so that they will build.
    
    Change-Id: I5e44135b6dfa800fa14e5b08c3e3e5921d50b082
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/google/lars/Kconfig     | 1 +
 src/mainboard/intel/kunimitsu/Kconfig | 1 +
 src/mainboard/intel/sklrvp/Kconfig    | 1 +
 3 files changed, 3 insertions(+)

diff --git a/src/mainboard/google/lars/Kconfig b/src/mainboard/google/lars/Kconfig
index 58391ae..94ec30f 100644
--- a/src/mainboard/google/lars/Kconfig
+++ b/src/mainboard/google/lars/Kconfig
@@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_OPTION_TABLE
 	select HAVE_SMI_HANDLER
 	select MAINBOARD_HAS_CHROMEOS
+	select MAINBOARD_HAS_LPC_TPM
 	select MMCONF_SUPPORT
 	select MONOTONIC_TIMER_MSR
 	select SOC_INTEL_SKYLAKE
diff --git a/src/mainboard/intel/kunimitsu/Kconfig b/src/mainboard/intel/kunimitsu/Kconfig
index 81c18f5..6dabee6 100644
--- a/src/mainboard/intel/kunimitsu/Kconfig
+++ b/src/mainboard/intel/kunimitsu/Kconfig
@@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_OPTION_TABLE
 	select HAVE_SMI_HANDLER
 	select MAINBOARD_HAS_CHROMEOS
+	select MAINBOARD_HAS_LPC_TPM
 	select MMCONF_SUPPORT
 	select MONOTONIC_TIMER_MSR
 	select SOC_INTEL_SKYLAKE
diff --git a/src/mainboard/intel/sklrvp/Kconfig b/src/mainboard/intel/sklrvp/Kconfig
index e6dd86b..0872aac 100644
--- a/src/mainboard/intel/sklrvp/Kconfig
+++ b/src/mainboard/intel/sklrvp/Kconfig
@@ -8,6 +8,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_OPTION_TABLE
 	select HAVE_SMI_HANDLER
 	select MAINBOARD_HAS_CHROMEOS
+	select MAINBOARD_HAS_LPC_TPM
 	select MMCONF_SUPPORT
 	select MONOTONIC_TIMER_MSR
 	select PCIEXP_L1_SUB_STATE



More information about the coreboot-gerrit mailing list