Hello!
Successful BIOS flashing on a MSI 890FXA-GD70 (MS-7640): http://www.msi.com/product/mb/890FXA-GD70.html
I successfully flashed to BIOS version 1.70 a while ago and now to 1.80. See the MSI homepage for details, here are the BIOSes: http://www.msi.com/product/mb/890FXA-GD70.html#/?div=BIOS
This is a nice link for MSI mainboard owners and Linux users: MSI-Forum: Flash your BIOS, the Linux way! [beware the dangers!!] http://forum-en.msi.com/index.php?topic=138659.0
Take a look at the text file (flashrom output) in the attatchement. Please add the MS-7640 aka MSI 890FXA-GD70 to the list of supported mainboards.
Thanks, Andreas aka Linux User #330250
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at --- chipset_enable.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/chipset_enable.c b/chipset_enable.c index 838d321..0bb46bb 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -1011,7 +1011,7 @@ const struct penable chipset_enables[] = { {0x1022, 0x2090, OK, "AMD", "CS5536", enable_flash_cs5536}, {0x1022, 0x3000, OK, "AMD", "Elan SC520", get_flashbase_sc520}, {0x1002, 0x438D, OK, "AMD", "SB600", enable_flash_sb600}, - {0x1002, 0x439d, OK, "AMD", "SB700/SB710/SB750", enable_flash_sb600}, + {0x1002, 0x439d, OK, "AMD", "SB700/SB710/SB750/SB850", enable_flash_sb600}, {0x100b, 0x0510, NT, "AMD", "SC1100", enable_flash_sc1100}, {0x1002, 0x4377, OK, "ATI", "SB400", enable_flash_sb400}, {0x1166, 0x0200, OK, "Broadcom", "OSB4", enable_flash_osb4},
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at --- print.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/print.c b/print.c index a6591f9..0cec79e 100644 --- a/print.c +++ b/print.c @@ -544,6 +544,7 @@ const struct board_info boards_known[] = { B("MSI", "MS-7368 (K9AG Neo2-Digital)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1241", NULL), B("MSI", "MS-7376 (K9A2 Platinum)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1332", NULL), B("MSI", "MS-7596 (785GM-E51)", 1, "http://eu.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1866", NULL), + B("MSI", "MS-7640 (890FXA-GD70)",1, "http://www.msi.com/product/mb/890FXA-GD70.html", "Reported by "Linux User #330250" http://flashrom.org/pipermail/flashrom/2011-March/006072.html"), B("MSI", "MS-7642 (890GXM-G65)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=2012", NULL), B("NEC", "PowerMate 2000", 1, "http://support.necam.com/mobilesolutions/hardware/Desktops/pm2000/celeron/", NULL), B("Nokia", "IP530", 1, NULL, NULL),