chipset_enable.c: Add CMP-H IDs
This patch adds CMP-H support. They are HM470, WM490, QM480,
W480, H470, Z490 and Q470.
Tested: build flashrom and run on CML-S with CMP-H
flashrom -p internal -w ./coreboot.rom
reboot and check the code is flashed correctly
Signed-off-by: Gaggery Tsai <gaggery.tsai@intel.com>
Change-Id: Ic7f04fc5cbe3422cbd219c46586c32fc847c921f
Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/37677
Original-Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Original-Reviewed-by: Tim Crawford <tcrawford@system76.com>
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/71348
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/chipset_enable.c b/chipset_enable.c
index e4a1210..2574a91 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2077,6 +2077,13 @@
{0x8086, 0xa30d, B_S, NT, "Intel", "HM370", enable_flash_pch300},
{0x8086, 0xa30e, B_S, DEP, "Intel", "CM246", enable_flash_pch300},
{0x8086, 0x3482, B_S, DEP, "Intel", "Ice Lake U Premium", enable_flash_pch300},
+ {0x8086, 0x0684, B_S, NT, "Intel", "H470", enable_flash_pch300},
+ {0x8086, 0x0685, B_S, NT, "Intel", "Z490", enable_flash_pch300},
+ {0x8086, 0x0687, B_S, NT, "Intel", "Q470", enable_flash_pch300},
+ {0x8086, 0x068c, B_S, NT, "Intel", "QM480", enable_flash_pch300},
+ {0x8086, 0x068d, B_S, NT, "Intel", "HM470", enable_flash_pch300},
+ {0x8086, 0x068e, B_S, NT, "Intel", "WM490", enable_flash_pch300},
+ {0x8086, 0x0697, B_S, NT, "Intel", "W480", enable_flash_pch300},
#endif
{0},
};