[coreboot-gerrit] Patch set updated for coreboot: src/soc/intel/skylake: Added config option for Skylake-H Sku support

Boon Tiong Teo (boon.tiong.teo@intel.com) gerrit at coreboot.org
Tue Sep 27 06:48:16 CEST 2016


Boon Tiong Teo (boon.tiong.teo at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16607

-gerrit

commit 06431385c1957de66158b0d42ebe21d7b176119c
Author: Teo Boon Tiong <boon.tiong.teo at intel.com>
Date:   Thu Sep 15 11:11:45 2016 +0800

    src/soc/intel/skylake: Added config option for Skylake-H Sku support
    
    Change-Id: Ia9c1c065f20bf2b37afc7485ef8df3abd35e2f14
---
 src/soc/intel/skylake/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index edf5db3..c44d73f 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -169,6 +169,12 @@ config UART_DEBUG
 	select DRIVERS_UART_8250MEM_32
 	select NO_UART_ON_SUPERIO
 
+config SKYLAKE_SOC_PCH_H
+	bool
+	default n
+	help
+	  Choose this option if you have a PCH-H chipset.
+
 config CHIPSET_BOOTBLOCK_INCLUDE
 	string
 	default "soc/intel/skylake/bootblock/timestamp.inc"



More information about the coreboot-gerrit mailing list