1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-08-17 20:30:16 +02:00

Add Gemini Lake support

The SPI hardware is pretty much unchanged from Apollo Lake. However, the
IFD differs significantly enough to require special handling.

Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Change-Id: I8843ace1f024da04c80b419011841ccae4e48990
This commit is contained in:
Angel Pons
2020-07-10 17:04:10 +02:00
parent c117378478
commit 36c401dc3c
6 changed files with 37 additions and 7 deletions

View File

@@ -672,6 +672,7 @@ enum ich_chipset {
CHIPSET_300_SERIES_CANNON_POINT,
CHIPSET_APOLLO_LAKE,
CHIPSET_400_SERIES_COMET_POINT,
CHIPSET_GEMINI_LAKE,
};
/* ichspi.c */