[coreboot] [flashrom] r605 - trunk

svn at coreboot.org svn at coreboot.org
Thu Jun 18 20:25:39 CEST 2009


Author: uwe
Date: 2009-06-18 20:25:39 +0200 (Thu, 18 Jun 2009)
New Revision: 605

Modified:
   trunk/board_enable.c
Log:
Some more board status updates:

Mark as OK:

 - ASRock A770CrossFire (reported by RIVANVX on IRC, no email available).
   User verified read and write with -wv, which VERIFIED OK.

Mark as non-working for now:

 - HP/Compaq nx9010 (laptop, reported by Murawski Mateusz <matowy at tlen.pl>).
   Hangs upon 'flashrom -V' (needs hard power-cycle then).

 - Elitegroup K7VTA3 (reported by Uwe Hermann <uwe at hermann-uwe.de>).
   Needs board-enable.

 - GIGABYTE GA-7ZM (reported by Uwe Hermann <uwe at hermann-uwe.de>).
   Needs board-enable.

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



Modified: trunk/board_enable.c
===================================================================
--- trunk/board_enable.c	2009-06-18 14:04:44 UTC (rev 604)
+++ trunk/board_enable.c	2009-06-18 18:25:39 UTC (rev 605)
@@ -762,6 +762,7 @@
 	{ "Abit",		"AX8", },
 	{ "Advantech",		"PCM-5820", },
 	{ "ASI",		"MB-5BLMP", },
+	{ "ASRock",		"A770CrossFire", },
 	{ "ASUS",		"A7N8X Deluxe", },
 	{ "ASUS",		"A7N8X-E Deluxe", },
 	{ "ASUS",		"A7V400-MX", },
@@ -847,7 +848,9 @@
 	{ "Biostar",		"M6TBA", },
 	{ "Boser",		"HS-6637", },
 	{ "DFI",		"855GME-MGF", },
+	{ "Elitegroup",		"K7VTA3", },
 	{ "FIC",		"VA-502", },
+	{ "GIGABYTE",		"GA-7ZM", },
 	{ "MSI",		"MS-6178", },
 	{ "MSI",		"MS-7260 (K9N Neo)", },
 	{ "PCCHIPS",		"M537DMA33", },
@@ -873,6 +876,7 @@
 	/* Verified non-working boards (for now). */
 	{ "Acer",		"Aspire One", },
 	{ "Dell",		"Latitude CPi A366XT", },
+	{ "HP/Compaq",		"nx9010", },
 	{ "IBM/Lenovo",		"Thinkpad T40p", },
 	{ "IBM/Lenovo",		"240", },
 





More information about the coreboot mailing list