chipset_enable: Add Arrow Lake H
Other than the desktop Arrow Lake (S) and the high power mobile (HX)
versions, Arrow Lake H doesn't use a discrete PCH but the SoC die's
SPI controller. This makes it similar to Meteor Lake.
Change-Id: I4aae1fb99eeb63de79abf336f7c76da42b555efe
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/395
diff --git a/chipset_enable.c b/chipset_enable.c
index c10b8c6..a7c09e9 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2306,8 +2306,9 @@
{0x8086, 0x7aa4, ANY_REV, B_S, NT, "Intel", "Alder Lake-S", enable_flash_pch500},
{0x8086, 0x18e0, ANY_REV, B_S, NT, "Intel", "Snow Ridge", enable_flash_snowridge},
{0x8086, 0x7e23, ANY_REV, B_S, DEP, "Intel", "Meteor Lake", enable_flash_mtl},
+ {0x8086, 0x7723, ANY_REV, B_S, NT, "Intel", "Arrow Lake-H", enable_flash_mtl},
{0x8086, 0xa823, ANY_REV, B_S, NT, "Intel", "Lunar Lake", enable_flash_lnl},
- {0x8086, 0xae23, ANY_REV, B_S, NT, "Intel", "Arrow Lake", enable_flash_arl},
+ {0x8086, 0xae23, ANY_REV, B_S, NT, "Intel", "Arrow Lake-S/HX", enable_flash_arl},
#endif
{0},
};