[coreboot] : ASUS P2-M2A690G Barebone

Peter Stuge peter at stuge.se
Thu Mar 12 10:45:14 CET 2009


Cirdec AREVIR wrote:
> The flash chip is an EON-EN25F80, after visual checking ;-)

Try this patch.


//Peter
-------------- next part --------------
flashrom: Support EON EN25F80

Signed-off-by: Peter Stuge <peter at stuge.se>

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,


More information about the coreboot mailing list