Commit d3bce835 authored by Peter Stuge's avatar Peter Stuge
Browse files

IT8718F works just like IT8716F


Corresponding to flashrom svn r379 and coreboot v2 svn r3858.
Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
Acked-by: default avatarYul Rottmann <yulrottmann@bitel.net>
parent 1fec0f35
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment