aboutsummaryrefslogtreecommitdiffstats
path: root/programmer.h
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2019-01-18 14:23:02 +0100
committerNico Huber <nico.h@gmx.de>2019-07-06 17:15:58 +0000
commit3750986348cb99b8f0d828b73972b545a2f9c878 (patch)
tree62b7c2d2a5b84561596fdbbeddc6111d27dfc315 /programmer.h
parent908adf4589d34eaf3bd8395afa52aed8c8887cfd (diff)
downloadflashrom-3750986348cb99b8f0d828b73972b545a2f9c878.tar.gz
flashrom-3750986348cb99b8f0d828b73972b545a2f9c878.tar.bz2
flashrom-3750986348cb99b8f0d828b73972b545a2f9c878.zip
chipset_enable: Add Apollo Lake
It works the same as 100 series PCHs and on. The SPI device is at 0:0d.2, though. Mark as BAD until `ichspi` is revised. Change-Id: I7b1ad402ba562b7b977be111f8cf61f1be50843a Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/30994 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'programmer.h')
-rw-r--r--programmer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/programmer.h b/programmer.h
index e3428986..f4e8b465 100644
--- a/programmer.h
+++ b/programmer.h
@@ -626,6 +626,7 @@ enum ich_chipset {
CHIPSET_9_SERIES_WILDCAT_POINT_LP,
CHIPSET_100_SERIES_SUNRISE_POINT, /* also 6th/7th gen Core i/o (LP) variants */
CHIPSET_C620_SERIES_LEWISBURG,
+ CHIPSET_APOLLO_LAKE,
};
/* ichspi.c */