ichspi: Add Intel Lunar Lake support
Hardware looks much the same as Meteor Lake. The descriptor, however,
knows 7 masters and regions are named a bit differently. Hence, add a
new enum entry for Lunar Lake.
Tested `ich_descriptors_tool' output for an MSI Prestige 13 A2VMG BIOS.
Documents used:
* Intel® Core™ Ultra 200V Series Processors Datasheet, Volumes 1 and 2
* Lunar Lake Client Platform
SPI Programming Guide
Change-Id: Ia377872cba56a3db6d853b7ce1bd495e5a03a868
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/271
diff --git a/include/programmer.h b/include/programmer.h
index 845e91a..8f83155 100644
--- a/include/programmer.h
+++ b/include/programmer.h
@@ -369,6 +369,7 @@
CHIPSET_C740_SERIES_EMMITSBURG = CHIPSET_HAS_NEW_ACCESS_PERM,
CHIPSET_SNOW_RIDGE,
CHIPSET_METEOR_LAKE,
+ CHIPSET_LUNAR_LAKE,
};
/* ichspi.c */