flashrom: IT8718F works just like IT8716F.
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Yul Rottmann <yulrottmann@bitel.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3858 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
475ac26a9b
commit
88ded318c3
|
@ -80,7 +80,7 @@ static uint16_t find_ite_spi_flash_port(uint16_t port)
|
|||
id |= regval(port, CHIP_ID_BYTE2_REG);
|
||||
|
||||
/* TODO: Handle more IT87xx if they support flash translation */
|
||||
if (id == 0x8716) {
|
||||
if (0x8716 == id || 0x8718 == id) {
|
||||
/* NOLDN, reg 0x24, mask out lowest bit (suspend) */
|
||||
tmp = regval(port, 0x24) & 0xFE;
|
||||
printf("Serial flash segment 0x%08x-0x%08x %sabled\n",
|
||||
|
|
Loading…
Reference in New Issue