summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-04-22 17:08:00 +0200
committerNico Huber <nico.h@gmx.de>2021-04-27 09:27:13 +0000
commit13a8b921601202633953c28cca5e712dd73bc85b (patch)
tree8d1c87abac90aad56234c5ebd471f47968ca276a /chipset_enable.c
parent4fc21c06098c43fe593f4f6a66910a012a136fd6 (diff)
downloadflashrom-13a8b921601202633953c28cca5e712dd73bc85b.tar.gz
flashrom-13a8b921601202633953c28cca5e712dd73bc85b.tar.bz2
flashrom-13a8b921601202633953c28cca5e712dd73bc85b.zip
chipset_enable.c: Add IDs for H310C and B365 PCHs
The device ID for H310C can be found in Intel document 335192-004, but the device ID for B365 is not there. Other sites list these IDs: https://linux-hardware.org/index.php?id=pci:8086-a2ca-1462-7c09 (H310C) https://linux-hardware.org/index.php?id=pci:8086-a2cc-1849-a2cc (B365) Both of these PCHs have been tested as well. Change-Id: If9f0a49a0f1821e5592213e07962ee48654cdc07 Tested-by: Timofey Komarov <happycorsair@yandex.ru> Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/52605 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 5a1129d4b..259902eaa 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2071,6 +2071,8 @@ const struct penable chipset_enables[] = {
{0x8086, 0xa2c7, B_S, NT, "Intel", "Q250", enable_flash_pch100},
{0x8086, 0xa2c8, B_S, NT, "Intel", "B250", enable_flash_pch100},
{0x8086, 0xa2c9, B_S, NT, "Intel", "Z370", enable_flash_pch100},
+ {0x8086, 0xa2ca, B_S, DEP, "Intel", "H310C", enable_flash_pch100},
+ {0x8086, 0xa2cc, B_S, DEP, "Intel", "B365", enable_flash_pch100},
{0x8086, 0xa2d2, B_S, NT, "Intel", "X299", enable_flash_pch100},
{0x8086, 0x5ae8, B_S, DEP, "Intel", "Apollo Lake", enable_flash_apl},
{0x8086, 0x5af0, B_S, DEP, "Intel", "Apollo Lake", enable_flash_apl},