Angel Pons has uploaded this change for review.

View Change

chipset_enable.c: Add IDs for H310C and B365 PCHs

Change-Id: If9f0a49a0f1821e5592213e07962ee48654cdc07
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M chipset_enable.c
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/05/52605/1
diff --git a/chipset_enable.c b/chipset_enable.c
index d5c10c4..bb3ab74 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2071,6 +2071,8 @@
{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, NT, "Intel", "H310C", enable_flash_pch100},
+ {0x8086, 0xa2cc, B_S, NT, "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},

To view, visit change 52605. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: If9f0a49a0f1821e5592213e07962ee48654cdc07
Gerrit-Change-Number: 52605
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange