chipset_enable: Add missing PCI ID for Intel PCH H410
This is a Comet Point PCH V (22nm).
Change-Id: I9b27163d63f7676391a9579d706caeee17979275
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/250
diff --git a/chipset_enable.c b/chipset_enable.c
index 5952b56..e0c29d5 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2211,6 +2211,7 @@
{0x8086, 0xa30d, ANY_REV, B_S, NT, "Intel", "HM370", enable_flash_pch300},
{0x8086, 0xa30e, ANY_REV, B_S, DEP, "Intel", "CM246", enable_flash_pch300},
{0x8086, 0x3482, ANY_REV, B_S, DEP, "Intel", "Ice Lake U Premium", enable_flash_pch300},
+ {0x8086, 0xa3da, ANY_REV, B_S, NT, "Intel", "H410", enable_flash_pch300},
{0x8086, 0xa3c8, ANY_REV, B_S, DEP, "Intel", "B460", enable_flash_pch300},
{0x8086, 0x0684, ANY_REV, B_S, NT, "Intel", "H470", enable_flash_pch300},
{0x8086, 0x0685, ANY_REV, B_S, NT, "Intel", "Z490", enable_flash_pch300},