summaryrefslogtreecommitdiffstats
path: root/programmer.h
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-08-12 12:48:06 -0500
committerAngel Pons <th3fanbus@gmail.com>2020-09-24 10:47:28 +0000
commitb1f858f65b2abd276542650d8cb9e382da258967 (patch)
tree5e096de6d9ebee4085bb7107fd859873bfe2584b /programmer.h
parentcb9f3cd0a70df166ada25bad7f18cc8ea80bac49 (diff)
downloadflashrom-b1f858f65b2abd276542650d8cb9e382da258967.tar.gz
flashrom-b1f858f65b2abd276542650d8cb9e382da258967.tar.bz2
flashrom-b1f858f65b2abd276542650d8cb9e382da258967.zip
Add support for Comet Lake-U/400-series PCH
Add enum CHIPSET_400_SERIES_COMET_POINT and treat it identically to CHIPSET_300_SERIES_CANNON_POINT. Add PCI IDs for Comet Lake, CML-U Premium and classify as CHIPSET_400_SERIES_COMET_POINT. Test: read/write unlocked CML-U board Change-Id: I43b4ad1eecfed16fec59863e46d4e997fbe45f1b Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/44420 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.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 73d37f88a..9a7892d78 100644
--- a/programmer.h
+++ b/programmer.h
@@ -671,6 +671,7 @@ enum ich_chipset {
CHIPSET_C620_SERIES_LEWISBURG,
CHIPSET_300_SERIES_CANNON_POINT,
CHIPSET_APOLLO_LAKE,
+ CHIPSET_400_SERIES_COMET_POINT,
};
/* ichspi.c */