On Thu, Feb 04, 2010 at 01:51:58AM +0100, Stefan Reinauer wrote: > See patch. This is what I had to do to get the combo working again.
> * get Kontron 986LCD-M recognized by ID detection again. This was apparently > broken in r796 > * get Winbond W39V080FA working again. this was apparently broken in r868 > * tested SST49LF008A and Winbond W39V080FA > > Signed-off-by: Stefan Reinauer <[email protected]> > Index: board_enable.c > =================================================================== > --- board_enable.c (revision 889) > +++ board_enable.c (working copy) > @@ -1221,7 +1221,7 @@ > {0x1166, 0x0205, 0x1014, 0x0347, 0x1002, 0x515E, 0x1014, 0x0325, NULL, > NULL, NULL, "IBM", "x3455", > 0, board_ibm_x3455}, > {0x1039, 0x5513, 0x8086, 0xd61f, 0x1039, 0x6330, 0x8086, 0xd61f, NULL, > NULL, NULL, "Intel", "D201GLY", > 0, wbsio_check_for_spi}, > {0x1022, 0x7468, 0, 0, 0, 0, 0, 0, NULL, > "iwill", "dk8_htx", "IWILL", "DK8-HTX", > 0, w83627hf_gpio24_raise_2e}, > - {0x8086, 0x27A0, 0, 0, 0x8086, 0x27b8, 0, 0, NULL, > "kontron", "986lcd-m", "Kontron", "986LCD-M", > 0, board_kontron_986lcd_m}, > + {0x8086, 0x27A0, 0x8086, 0x27a0, 0x8086, 0x27b8, 0x8086, 0x27b8, NULL, > "kontron", "986lcd-m", "Kontron", "986LCD-M", > 0, board_kontron_986lcd_m}, > {0x8086, 0x2411, 0x8086, 0x2411, 0x8086, 0x7125, 0x0e11, 0xb165, NULL, > NULL, NULL, "Mitac", "6513WU", > 0, board_mitac_6513wu}, > {0x13f6, 0x0111, 0x1462, 0x5900, 0x1106, 0x3177, 0x1106, 0, NULL, > NULL, NULL, "MSI", "MS-6590 (KT4 Ultra)", > 0, board_msi_kt4v}, > {0x1106, 0x3149, 0x1462, 0x7094, 0x10ec, 0x8167, 0x1462, 0x094c, NULL, > NULL, NULL, "MSI", "MS-6702E (K8T Neo2-F)", > 0, w83627thf_gpio4_4_raise_2e}, Nack. Those are bogus subsystem ids. Luc Verhaegen. _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
