summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-03-24 22:56:19 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-03-24 22:56:19 +0000
commitc85fa45805caeae62f435750465c472d37a52f91 (patch)
tree6371b6b9ab1e417e08e357277a8655921c13f66c /print.c
parentb90c2217b1adc190958a28eb77fec7773da4e37f (diff)
downloadflashrom-c85fa45805caeae62f435750465c472d37a52f91.tar.gz
flashrom-c85fa45805caeae62f435750465c472d37a52f91.tar.bz2
flashrom-c85fa45805caeae62f435750465c472d37a52f91.zip
Shuttle FD37 and MSI K9A2 Platinum are supported
FD37: http://www.coreboot.org/pipermail/flashrom/2010-March/002440.html K9A2: http://www.coreboot.org/pipermail/flashrom/2010-March/002433.html Thanks to Sylvain BERTRAND for reporting! Corresponding to flashrom svn r979. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'print.c')
-rw-r--r--print.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/print.c b/print.c
index ad3113813..5b54ab96f 100644
--- a/print.c
+++ b/print.c
@@ -319,6 +319,7 @@ const struct board_info boards_ok[] = {
{ "MSI", "MS-7255 (P4M890M)", },
{ "MSI", "MS-7345 (P35 Neo2-FIR)", },
{ "MSI", "MS-7368 (K9AG Neo2-Digital)", },
+ { "MSI", "MS-7376 (K9A2 Platinum)", },
{ "NEC", "PowerMate 2000", },
{ "PC Engines", "Alix.1c", },
{ "PC Engines", "Alix.2c2", },
@@ -326,6 +327,7 @@ const struct board_info boards_ok[] = {
{ "PC Engines", "Alix.3c3", },
{ "PC Engines", "Alix.3d3", },
{ "RCA", "RM4100", },
+ { "Shuttle", "FD37", },
{ "Sun", "Blade x6250", },
{ "Supermicro", "H8QC8", },
{ "Thomson", "IP1000", },