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

Initialize ICH SPI opcodes also for ICH9 and later


Corresponding to flashrom svn r368 and coreboot v2 svn r3830.
Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
Acked-by: default avatarPeter Stuge <peter@stuge.se>
parent f041e9b5
......@@ -384,6 +384,7 @@ static int enable_flash_ich_dc_spi(struct pci_dev *dev, const char *name,
*(uint32_t *) (spibar + 0xA0)); ICH10 only? */
printf_debug("0xB0: 0x%08x (FDOC)\n",
*(uint32_t *) (spibar + 0xB0));
ich_init_opcodes();
break;
default:
/* Nothing */
......
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