[coreboot-gerrit] New patch to review for coreboot: Added config option for Skylake-H Sku support

Boon Tiong Teo (boon.tiong.teo@intel.com) gerrit at coreboot.org
Thu Sep 15 06:38:21 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 ee30ca9caf9a7c8c8a34c57308c491a82fd2af6e
Author: Teo Boon Tiong <boon.tiong.teo at intel.com>
Date:   Thu Sep 15 11:11:45 2016 +0800

    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
old mode 100644
new mode 100755
index edf5db3..c44d73f
--- 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