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

@@ -257,7 +257,7 @@ struct ich_desc_north_strap {
struct ich_desc_south_strap {
union {
uint32_t STRPs[18]; /* current maximum: cougar point */
uint32_t STRPs[23]; /* current maximum: gemini lake */
struct { /* ich8 */
struct { /* STRP1 */
uint32_t ME_DISABLE :1,