Nico Huber has uploaded a new change for review. ( https://review.coreboot.org/18957 )
Change subject: fixup! flashrom: Add Skylake platform support ......................................................................
fixup! flashrom: Add Skylake platform support
Change-Id: Iaae8542a7aa793df98385c6ccd118e1209336047 Signed-off-by: Nico Huber nico.huber@secunet.com --- M ichspi.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/57/18957/1
diff --git a/ichspi.c b/ichspi.c index b45c89f..e8fb74d 100644 --- a/ichspi.c +++ b/ichspi.c @@ -43,8 +43,8 @@ /* HSFS_BERASE vanished */
/* Changed HSFC Control bits */ -#define PCH100_HSFC_FCYCLE_OFF 1 /* 1-3: FLASH Cycle */ -#define PCH100_HSFC_FCYCLE (0x7 << PCH100_HSFC_FCYCLE_OFF) +#define PCH100_HSFC_FCYCLE_OFF 1 /* 1-4: FLASH Cycle */ +#define PCH100_HSFC_FCYCLE (0xf << PCH100_HSFC_FCYCLE_OFF)
#define PCH100_FADDR_FLA 0x07ffffff