Author: uwe Date: 2009-05-28 02:00:23 +0200 (Thu, 28 May 2009) New Revision: 553
Modified: trunk/board_enable.c Log: 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?\195?\188ller 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?\195?\188ller 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.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/board_enable.c =================================================================== --- trunk/board_enable.c 2009-05-27 23:17:40 UTC (rev 552) +++ trunk/board_enable.c 2009-05-28 00:00:23 UTC (rev 553) @@ -713,6 +713,7 @@ { "ASUS", "A8V-E Deluxe", }, { "ASUS", "M2A-VM", }, { "ASUS", "M2N-E", }, + { "ASUS", "M2V", }, { "ASUS", "P2B", }, { "ASUS", "P2B-F", }, { "ASUS", "P2B-D", }, @@ -732,6 +733,8 @@ { "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 @@ { "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_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 @@ { "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", },