diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-08-31 11:53:35 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-08-31 11:53:35 +0000 |
commit | 4dd5e080a1a229cdaa79d80850caa3e192fc84f0 (patch) | |
tree | 654265f35181af711cabab807b9325f17d41f8ee | |
parent | f8a06839d4a79383fbdd8904c3a4d339c4c6d8a6 (diff) | |
download | flashrom-4dd5e080a1a229cdaa79d80850caa3e192fc84f0.tar.gz flashrom-4dd5e080a1a229cdaa79d80850caa3e192fc84f0.tar.bz2 flashrom-4dd5e080a1a229cdaa79d80850caa3e192fc84f0.zip |
Refine bad board list
Update bad board list and remove boards where either the chipset is
not supported (not a board issue) or where we have no report in the
archives.
Corresponding to flashrom svn r703.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
-rw-r--r-- | board_enable.c | 3 | ||||
-rw-r--r-- | print.c | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/board_enable.c b/board_enable.c index 51d12a72..5265862c 100644 --- a/board_enable.c +++ b/board_enable.c @@ -1063,8 +1063,6 @@ const struct board_info boards_bad[] = { { "Abit", "IS-10", }, { "ASRock", "K7VT4A+", }, { "ASUS", "A7V600-X", }, - { "ASUS", "M2N68", }, - { "ASUS", "M3N78 Pro", }, { "ASUS", "MEW-AM", }, { "ASUS", "MEW-VM", }, { "ASUS", "P3B-F", }, @@ -1076,7 +1074,6 @@ const struct board_info boards_bad[] = { { "FIC", "VA-502", }, { "MSI", "MS-6178", }, { "MSI", "MS-7260 (K9N Neo)", }, - { "PCCHIPS", "M537DMA33", }, { "Soyo", "SY-5VD", }, { "Sun", "Fire x4150", }, { "Sun", "Fire x4200", }, @@ -431,8 +431,6 @@ const struct board_info_url boards_url[] = { { "Abit", "IS-10", "http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?pMODEL_NAME=IS-10&fMTYPE=Socket+478" }, { "ASRock", "K7VT4A+", "http://www.asrock.com/mb/overview.asp?Model=K7VT4A%%2b&s=" }, { "ASUS", "A7V600-X", "http://www.asus.com/product.aspx?P_ID=L2XYS0rmtCjeOr4k" }, - { "ASUS", "M2N68", "http://www.asus.com/product.aspx?P_ID=iDZQ9yNK2CbKW6Zv"}, - { "ASUS", "M3N78 Pro", "http://www.asus.com/product.aspx?P_ID=DVvm9CU0G1bCC4gp" }, { "ASUS", "MEW-AM", "ftp://ftp.asus.com.tw/pub/ASUS/mb/sock370/810/mew-am/" }, { "ASUS", "MEW-VM", "http://www.elhvb.com/mboards/OEM/HP/manual/ASUS%20MEW-VM.htm" }, { "ASUS", "P3B-F", "ftp://ftp.asus.com.tw/pub/ASUS/mb/slot1/440bx/p3b-f/" }, @@ -444,7 +442,6 @@ const struct board_info_url boards_url[] = { { "FIC", "VA-502", "ftp://ftp.fic.com.tw/motherboard/manual/socket7/va-502/" }, { "MSI", "MS-6178", "http://www.msi-technology.de/index.php?func=proddesc&prod_no=343&maincat_no=1" }, { "MSI", "MS-7260 (K9N Neo)", "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=255" }, - { "PCCHIPS", "M537DMA33", "http://motherboards.mbarron.net/models/pcchips/m537dma.htm" }, { "Soyo", "SY-5VD", "http://www.soyo.com/content/Downloads/163/&c=80&p=464&l=English" }, { "Sun", "Fire x4540", "http://www.sun.com/servers/x64/x4540/" }, { "Sun", "Fire x4150", "http://www.sun.com/servers/x64/x4150/" }, @@ -478,7 +475,6 @@ const struct board_info_notes boards_notes[] = { { "Acer", "Aspire One", "See http://www.coreboot.org/pipermail/coreboot/2009-May/048041.html." }, /* Verified non-working boards (for now). */ - { "ASUS", "M3N78 Pro", "SPI flash translation seems to be done in the NVIDIA MCP78 southbridge, but we don't have MCP78 datasheets." }, { "MSI", "MS-6178", "Immediately powers off if you try to hot-plug the chip. However, this does '''not''' happen if you use coreboot." }, { "MSI", "MS-7260 (K9N Neo)", "Interestingly flashrom does not work when the vendor BIOS is booted, but it ''does'' work flawlessly when the machine is booted with coreboot." }, |