summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-05-28 00:00:23 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-05-28 00:00:23 +0000
commit50d3f3e959722867b6002a48e7e5226ac06e159c (patch)
tree2679e7a5a07317df1ce26f073fc3575e967fd837
parenta106d15212784371315ff8aa702afd2ddb4beba7 (diff)
downloadast2050-flashrom-50d3f3e959722867b6002a48e7e5226ac06e159c.zip
ast2050-flashrom-50d3f3e959722867b6002a48e7e5226ac06e159c.tar.gz
A bunch of flashrom board updates
Marked as OK: - ASUS M2V (reported by Henri Valta <henri.valta@kemi.fi>) http://www.coreboot.org/pipermail/coreboot/2009-May/048674.html - Jetway J7F4K1G5D-PB (reported by Kevin O'Connor <kevin@koconnor.net>) - PC Engines Alix.3d3 (reported by Tobias Müller <Tobias_Mueller@twam.info>) http://www.coreboot.org/pipermail/coreboot/2009-May/048549.html - MSI K7N2 (reported by Maciej Pijanka <maciej.pijanka@gmail.com>) http://www.coreboot.org/pipermail/coreboot/2009-May/048777.html Marked as (so far) non-working: - DFI 855GME-MGF (reported by Tobias Müller <Tobias_Mueller@twam.info>) http://www.coreboot.org/pipermail/coreboot/2009-May/048549.html - ASUS M3N78 Pro (reported by Piotr Esden-Tempski <esden@esden.net>) As discussed on IRC this is an MCP78 chipset with SPI translation apparently done in the southbridge, and we have no NVIDIA datasheets, of course. So the situation for this board will probably not change anytime soon. - MSI MS-6178 (reported by Uwe Hermann <uwe@hermann-uwe.de>) I tested write/erase will not work on this board, so a write-enable is needed. In _addition_, the board immediately powers off if you hot-unplug the PLCC chip, so I guess there's some SMI interference. - GIGABYTE GA-K8N-SLI (reported by Alexander Gordeev <lasaine@lvk.cs.msu.su>) This is currently being discussed on the mailing list (see http://www.coreboot.org/pipermail/coreboot/2009-May/048717.html) and it's very likely that we'll be able to add a board-enable, so this board can be maked as OK soonish. Corresponding to flashrom svn r553. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
-rw-r--r--board_enable.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index 6bdba92..ec1ae5d 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -713,6 +713,7 @@ const struct board_info boards_ok[] = {
{ "ASUS", "A8V-E Deluxe", },
{ "ASUS", "M2A-VM", },
{ "ASUS", "M2N-E", },
+ { "ASUS", "M2V", },
{ "ASUS", "P2B", },
{ "ASUS", "P2B-F", },
{ "ASUS", "P2B-D", },
@@ -732,6 +733,8 @@ const struct board_info boards_ok[] = {
{ "GIGABYTE", "GA-6BXDU", },
{ "GIGABYTE", "GA-6ZMA", },
{ "Intel", "EP80759", },
+ { "Jetway", "J7F4K1G5D-PB", },
+ { "MSI", "K7N2", },
{ "MSI", "KT4V", },
{ "MSI", "MS-7046", },
{ "MSI", "MS-7065", },
@@ -743,6 +746,7 @@ const struct board_info boards_ok[] = {
{ "PC Engines", "Alix.2c2", },
{ "PC Engines", "Alix.2c3", },
{ "PC Engines", "Alix.3c3", },
+ { "PC Engines", "Alix.3d3", },
{ "RCA", "RM4100", },
{ "Supermicro", "H8QC8", },
{ "Sun", "Blade x6250", },
@@ -782,6 +786,7 @@ const struct board_info boards_ok[] = {
const struct board_info boards_bad[] = {
/* Verified non-working boards (for now). */
{ "Abit", "IS-10", },
+ { "ASUS", "M3N78 Pro", },
{ "ASUS", "MEW-AM", },
{ "ASUS", "MEW-VM", },
{ "ASUS", "P3B-F", },
@@ -789,7 +794,10 @@ const struct board_info boards_bad[] = {
{ "ASUS", "P5BV-M", },
{ "Biostar", "M6TBA", },
{ "Boser", "HS-6637", },
+ { "DFI", "855GME-MGF", },
{ "FIC", "VA-502", },
+ { "GIGABYTE", "GA-K8N-SLI", },
+ { "MSI", "MS-6178", },
{ "MSI", "MS-7260 (K9N Neo)", },
{ "PCCHIPS", "M537DMA33", },
{ "Soyo", "SY-5VD", },
OpenPOWER on IntegriCloud