[coreboot] [flashrom] r565 - trunk

svn at coreboot.org svn at coreboot.org
Tue Jun 2 15:39:42 CEST 2009


Author: uwe
Date: 2009-06-02 15:39:42 +0200 (Tue, 02 Jun 2009)
New Revision: 565

Modified:
   trunk/board_enable.c
Log:
Add two more boards supported by flashrom:

 - ASUS A8N-SLI (reported by Ryan McLean <pvtryan100 at googlemail.com>)

 - MSI/Medion MS-7255 (P4M890M) (reported by J?\195?\182rg Schirottke <master at kanotix.com>)

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-02 00:38:14 UTC (rev 564)
+++ trunk/board_enable.c	2009-06-02 13:39:42 UTC (rev 565)
@@ -704,6 +704,7 @@
 	{ "ASI",		"MB-5BLMP", },
 	{ "ASUS",		"A8N-E", },
 	{ "ASUS",		"A8NE-FM/S", },
+	{ "ASUS",		"A8N-SLI", },
 	{ "ASUS",		"A8N-SLI Premium", },
 	{ "ASUS",		"A8V-E Deluxe", },
 	{ "ASUS",		"M2A-VM", },
@@ -733,6 +734,7 @@
 	{ "MSI",		"MS-7236 (945PL Neo3)", },
 	{ "MSI",		"MS-7345 (P35 Neo2-FIR)", },
 	{ "MSI",		"MS-7168 (Orion)", },
+	{ "MSI",		"MS-7255 (P4M890M)", },
 	{ "NEC",		"PowerMate 2000", },
 	{ "PC Engines",		"Alix.1c", },
 	{ "PC Engines",		"Alix.2c2", },





More information about the coreboot mailing list