Patch attached. Might work. Ack if you've tested it. Thanks!
//Peter
flashrom: Add VIA PC3500G board. It has SPI flash behind ITE8716 on LPC. Signed-off-by: Peter Stuge <[email protected]> Index: board_enable.c =================================================================== --- board_enable.c (revision 4091) +++ board_enable.c (working copy) @@ -1040,6 +1040,20 @@ .enable = board_hp_dl145_g3_enable, }, { + .first_vendor = 0x1106, + .first_device = 0x5337, + .first_card_vendor = 0x1458, + .first_card_device = 0xb003, + .second_vendor = 0x1106, + .second_device = 0x287e, + .second_card_vendor = 0x1106, + .second_card_device = 0x337e, + .lb_vendor = "via", + .lb_part = "pc3500g", + .name = "VIA PC3500G", + .enable = it87xx_probe_spi_flash, + }, + { .first_vendor = 0, .first_device = 0, .first_card_vendor = 0,
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

