Cirdec AREVIR wrote: > The flash chip is an EON-EN25F80, after visual checking ;-)
Try this patch. //Peter
flashrom: Support EON EN25F80 Signed-off-by: Peter Stuge <[email protected]> Index: flashchips.c =================================================================== --- flashchips.c (revision 3980) +++ flashchips.c (working copy) @@ -624,6 +624,20 @@ { .vendor = "EON", + .name = "EN25F80", + .manufacture_id = 0x1c, + .model_id = 0x3114, + .total_size = 1024, + .page_size = 256, + .tested = TEST_UNTESTED, + .probe = probe_spi_rdid, + .erase = spi_chip_erase_c7, + .write = spi_chip_write, + .read = spi_chip_read, + }, + + { + .vendor = "EON", .name = "EN29F002(A)(N)B", .manufacture_id = EON_ID, .model_id = EN_29F002B,
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

