[coreboot] [flashrom] r571 - trunk

svn at coreboot.org svn at coreboot.org
Thu Jun 4 20:53:03 CEST 2009


Author: uwe
Date: 2009-06-04 20:53:03 +0200 (Thu, 04 Jun 2009)
New Revision: 571

Modified:
   trunk/README
   trunk/board_enable.c
Log:
Mark the ASUS A7N8X-E Deluxe as working.

I finally found the machine (doesn't belong to me) where I originally tested
this board as non-working and I can confirm that all operations work fine now
(since the nForce2 patch in r548).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/README
===================================================================
--- trunk/README	2009-06-03 16:41:11 UTC (rev 570)
+++ trunk/README	2009-06-04 18:53:03 UTC (rev 571)
@@ -97,6 +97,7 @@
 Please check the output of 'flashrom -L' for the list of supported
 flash chips, chipsets/southbridges, mainboards, and flash programmers.
 
+
 Website
 -------
 

Modified: trunk/board_enable.c
===================================================================
--- trunk/board_enable.c	2009-06-03 16:41:11 UTC (rev 570)
+++ trunk/board_enable.c	2009-06-04 18:53:03 UTC (rev 571)
@@ -741,6 +741,7 @@
 	{ "ASUS",		"P2B-D", },
 	{ "ASUS",		"P2B-DS", },
 	{ "ASUS",		"A7N8X Deluxe", },
+	{ "ASUS",		"A7N8X-E Deluxe", },
 	{ "ASUS",		"A7V400-MX", },
 	{ "ASUS",		"A7V8X-MX", },
 	{ "ASUS",		"A8V-E SE", },





More information about the coreboot mailing list