From a5216367d5640f07d58a6549fa6df86d91daff1a Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Tue, 8 Aug 2017 20:02:22 -0700 Subject: chipset_enable: Add support for C620-series Lewisburg PCH This adds PCI IDs for C620-series PCHs and adds CHIPSET_C620_SERIES_LEWISBURG as a new entry in the ich_chipset enum. Lewisburg is very similar to Sunrise Point for Flashrom's purposes, however one important difference is the way the "number of masters" is interpreted from the flash descriptor (0-based vs. 1-based). There are also new flash regions defined. Change-Id: I96c89bc28bdfcd953229c17679f2c28f8b874d0b Signed-off-by: David Hendricks Reviewed-on: https://review.coreboot.org/20922 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- programmer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'programmer.h') diff --git a/programmer.h b/programmer.h index e58fd3257..a98b71359 100644 --- a/programmer.h +++ b/programmer.h @@ -656,6 +656,7 @@ enum ich_chipset { CHIPSET_9_SERIES_WILDCAT_POINT, CHIPSET_9_SERIES_WILDCAT_POINT_LP, CHIPSET_100_SERIES_SUNRISE_POINT, /* also 6th/7th gen Core i/o (LP) variants */ + CHIPSET_C620_SERIES_LEWISBURG, }; /* ichspi.c */ -- cgit v1.2.3