mirror of
https://review.coreboot.org/flashrom.git
synced 2025-06-30 21:52:36 +02:00
Add success reports
PMC Pm39LV010: See http://www.coreboot.org/pipermail/flashrom/2010-March/002711.html Thanks to Tim Small for reporting! Supermicro X8DTT-F: See http://www.coreboot.org/pipermail/flashrom/2010-March/002707.html Thank to Taylan Develioglu for testing! Gigabyte GA-965P-DS4: See http://www.coreboot.org/pipermail/flashrom/2010-March/002426.html Thanks to Michal Andrzejczak for reporting! Tyan Tempest i5000PW: See http://www.coreboot.org/pipermail/flashrom/2010-February/002358.html Thanks to Rob Lazzurs for reporting! PCEngines WRAP.2E: See http://www.coreboot.org/pipermail/flashrom/2010-February/002187.html Thanks to Vincenzo Caruso for testing! Asus P5B: This board has been reporting as working (for r710/0.9.1) in: http://www.coreboot.org/pipermail/flashrom/2010-February/002170.html Thanks to Patrice Levesque for testing! MSI 7312 (K9MM-V) + W39V040B: See http://www.coreboot.org/pipermail/flashrom/2010-February/002159.html Thanks to David Mears for testing! Probe + Read on SST49LF080A: See http://www.coreboot.org/pipermail/flashrom/2010-February/002095.html Thanks to Peter Lemenkov for testing! Finally: remove Asus A7V8X-X from "boards_ok", as this table is meant only for boards not needing a board enable. Corresponding to flashrom svn r984. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
8
print.c
8
print.c
@ -266,7 +266,6 @@ const struct board_info boards_ok[] = {
|
||||
{ "ASUS", "A7V133", },
|
||||
{ "ASUS", "A7V400-MX", },
|
||||
{ "ASUS", "A7V8X-MX", },
|
||||
{ "ASUS", "A7V8X-X", },
|
||||
{ "ASUS", "A8N-E", },
|
||||
{ "ASUS", "A8NE-FM/S", },
|
||||
{ "ASUS", "A8N-SLI", },
|
||||
@ -287,6 +286,7 @@ const struct board_info boards_ok[] = {
|
||||
{ "ASUS", "P2B-DS", },
|
||||
{ "ASUS", "P2B-F", },
|
||||
{ "ASUS", "P2L97-S", },
|
||||
{ "ASUS", "P5B", },
|
||||
{ "ASUS", "P5B-Deluxe", },
|
||||
{ "ASUS", "P5KC", },
|
||||
{ "ASUS", "P5L-MX", },
|
||||
@ -302,6 +302,7 @@ const struct board_info boards_ok[] = {
|
||||
{ "GIGABYTE", "GA-6BXDU", },
|
||||
{ "GIGABYTE", "GA-6ZMA", },
|
||||
{ "GIGABYTE", "GA-7ZM", },
|
||||
{ "GIGABYTE", "GA-965P-DS4", },
|
||||
{ "GIGABYTE", "GA-EP35-DS3L", },
|
||||
{ "GIGABYTE", "GA-EX58-UD4P", },
|
||||
{ "GIGABYTE", "GA-M57SLI-S4", },
|
||||
@ -323,6 +324,7 @@ const struct board_info boards_ok[] = {
|
||||
{ "MSI", "MS-7168 (Orion)", },
|
||||
{ "MSI", "MS-7236 (945PL Neo3)", },
|
||||
{ "MSI", "MS-7255 (P4M890M)", },
|
||||
{ "MSI", "MS-7312 (K9MM-V)", },
|
||||
{ "MSI", "MS-7345 (P35 Neo2-FIR)", },
|
||||
{ "MSI", "MS-7368 (K9AG Neo2-Digital)", },
|
||||
{ "MSI", "MS-7376 (K9A2 Platinum)", },
|
||||
@ -332,10 +334,12 @@ const struct board_info boards_ok[] = {
|
||||
{ "PC Engines", "Alix.2c3", },
|
||||
{ "PC Engines", "Alix.3c3", },
|
||||
{ "PC Engines", "Alix.3d3", },
|
||||
{ "PC Engines", "WRAP.2E", },
|
||||
{ "RCA", "RM4100", },
|
||||
{ "Shuttle", "FD37", },
|
||||
{ "Sun", "Blade x6250", },
|
||||
{ "Supermicro", "H8QC8", },
|
||||
{ "Supermicro", "X8DTT-F", },
|
||||
{ "Thomson", "IP1000", },
|
||||
{ "TriGem", "Lomita", },
|
||||
{ "T-Online", "S-100", },
|
||||
@ -358,6 +362,7 @@ const struct board_info boards_ok[] = {
|
||||
{ "Tyan", "S5375", },
|
||||
{ "Tyan", "S5376G2NR/S5376WAG2NR", },
|
||||
{ "Tyan", "S5377", },
|
||||
{ "Tyan", "S5382 (Tempest i5000PW)", },
|
||||
{ "Tyan", "S5397", },
|
||||
{ "VIA", "EPIA-CN", },
|
||||
{ "VIA", "EPIA-EX15000G", },
|
||||
@ -381,7 +386,6 @@ const struct board_info boards_bad[] = {
|
||||
{ "ASUS", "MEW-AM", },
|
||||
{ "ASUS", "MEW-VM", },
|
||||
{ "ASUS", "P3B-F", },
|
||||
{ "ASUS", "P5B", },
|
||||
{ "ASUS", "P5BV-M", },
|
||||
{ "Biostar", "M6TBA", },
|
||||
{ "Boser", "HS-6637", },
|
||||
|
Reference in New Issue
Block a user