Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/55578 )
Change subject: chipset_enable.c: Add Tiger Lake U Premium support ......................................................................
chipset_enable.c: Add Tiger Lake U Premium support
TEST=Flash BIOS region on Intel i5-1135G7
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I28f3b6fe9f8ce9e976a6808683f46b6f4ec72bdd --- M chipset_enable.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/78/55578/1
diff --git a/chipset_enable.c b/chipset_enable.c index cdd51ae..b030635 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -2029,6 +2029,7 @@ {0x8086, 0x9d84, B_S, DEP, "Intel", "Cannon Lake U Premium", enable_flash_pch300}, {0x8086, 0x0284, B_S, DEP, "Intel", "Comet Lake U Premium", enable_flash_pch400}, {0x8086, 0x0285, B_S, DEP, "Intel", "Comet Lake U Base", enable_flash_pch400}, + {0x8086, 0xa082, B_S, DEP, "Intel", "Tiger Lake U Premium", enable_flash_pch400}, {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, DEP, "Intel", "H110", enable_flash_pch100},