mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
Add support for Intel 440MX and Fujitsu MBM29F400TC
Detection and reading works, writing is not tested. Corresponding to flashrom svn r158 and coreboot v2 svn r2903. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
@ -433,6 +433,7 @@ typedef struct penable {
|
||||
static FLASH_ENABLE enables[] = {
|
||||
{0x1039, 0x0630, "SIS630", enable_flash_sis630},
|
||||
{0x8086, 0x7110, "PIIX4/PIIX4E/PIIX4M", enable_flash_piix4},
|
||||
{0x8086, 0x7198, "Intel 440MX", enable_flash_piix4},
|
||||
{0x8086, 0x2410, "ICH", enable_flash_ich_4e},
|
||||
{0x8086, 0x2420, "ICH0", enable_flash_ich_4e},
|
||||
{0x8086, 0x2440, "ICH2", enable_flash_ich_4e},
|
||||
|
Reference in New Issue
Block a user