mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +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: Ib5dcdf204166f44a8531c19b5f363b851d2ccd77 Reviewed-on: https://review.coreboot.org/c/flashrom/+/54276 Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:

committed by
David Hendricks

parent
90739d147f
commit
11a35980de
@ -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,
|
||||
|
Reference in New Issue
Block a user