diff options
author | Matt DeVillier <matt.devillier@puri.sm> | 2019-07-04 17:52:40 -0500 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-08-08 21:29:46 +0000 |
commit | bde44a1989342859240c6993d1f782945bb4ce94 (patch) | |
tree | 8887b05e3561727001e0dd6ad14ee1d040ff9ee3 | |
parent | 2a5dfaf140eb8f22c923a026df855da0c5e9bf82 (diff) | |
download | flashrom-bde44a1989342859240c6993d1f782945bb4ce94.tar.gz flashrom-bde44a1989342859240c6993d1f782945bb4ce94.tar.bz2 flashrom-bde44a1989342859240c6993d1f782945bb4ce94.zip |
chipset_enable: Add support for Cannon Lake U Premium
Add support for Cannon Lake U Premium (CFL-U/WHL-U).
Same as discrete 300-series CNP PCH.
Tested on a WHL-U laptop w/unlocked IFD.
Change-Id: I8a318d63cf408a3b2cec436a3fa6e26cf8552ead
Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/34076
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r-- | chipset_enable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c index 427182cf..1636f7c0 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -1995,6 +1995,7 @@ const struct penable chipset_enables[] = { {0x8086, 0x9d53, B_S, NT, "Intel", "Kaby Lake U Base", enable_flash_pch100}, {0x8086, 0x9d56, B_S, NT, "Intel", "Kaby Lake Y Premium", enable_flash_pch100}, {0x8086, 0x9d58, B_S, NT, "Intel", "Kaby Lake U Premium", enable_flash_pch100}, + {0x8086, 0x9d84, B_S, DEP, "Intel", "Cannon Lake U Premium", enable_flash_pch300}, {0x8086, 0xa141, B_S, NT, "Intel", "Sunrise Point Desktop Sample", enable_flash_pch100}, {0x8086, 0xa142, B_S, NT, "Intel", "Sunrise Point Unknown Sample", enable_flash_pch100}, {0x8086, 0xa143, B_S, NT, "Intel", "H110", enable_flash_pch100}, |