Author: uwe Date: 2009-05-21 19:11:25 +0200 (Thu, 21 May 2009) New Revision: 542
Modified: trunk/board_enable.c trunk/flashchips.c Log: Mark the following boards as 'known-good' (write/erase works):
- ASUS P5B-Deluxe (reported by Andrew Paprocki) - ASUS P6T Deluxe V2 (reported by Aldrik Dunbar) - GIGABYTE GA-6ZMA (reported by Urja Rannikko) - Intel EP80759 (reported by Stephan GUILLOUX) - MSI MS-7345 (P35 Neo2-FIR) (reported by Onno) - MSI MS-7168 (Orion) (reported by ubuntosaure) - Supermicro H8QC8 (reported by Victor Zele)
Mark the following boards as 'known-bad' (they likely require a write-enable):
- Abit IS-10 (reported by deejkuba) - ASUS P5B (reported by Henning Fleddermann) - ASUS P5BV-M (reported by Bernhard M. Wiedemann) - Boser HS-6637 (reported by Mark Robinson)
Also, mark the Winbond W39V040A as fully tested (report by ubuntosaure).
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-21 15:59:58 UTC (rev 541) +++ trunk/board_enable.c 2009-05-21 17:11:25 UTC (rev 542) @@ -724,20 +724,27 @@ { "ASUS", "A8V-E SE", }, { "ASUS", "P2L97-S", }, { "ASUS", "M2A-MX", }, + { "ASUS", "P5B-Deluxe", }, + { "ASUS", "P6T Deluxe V2", }, { "A-Trend", "ATC-6220", }, { "BCOM", "WinNET100", }, { "GIGABYTE", "GA-6BXC", }, { "GIGABYTE", "GA-6BXDU", }, + { "GIGABYTE", "GA-6ZMA", }, + { "Intel", "EP80759", }, { "MSI", "KT4V", }, { "MSI", "MS-7046", }, { "MSI", "MS-7065", }, { "MSI", "MS-7236 (945PL Neo3)", }, + { "MSI", "MS-7345 (P35 Neo2-FIR)", }, + { "MSI", "MS-7168 (Orion)", }, { "NEC", "PowerMate 2000", }, { "PC Engines", "Alix.1c", }, { "PC Engines", "Alix.2c2", }, { "PC Engines", "Alix.2c3", }, { "PC Engines", "Alix.3c3", }, { "RCA", "RM4100", }, + { "Supermicro", "H8QC8", }, { "Sun", "Blade x6250", }, { "Thomson", "IP1000", }, { "T-Online", "S-100", }, @@ -774,11 +781,15 @@ /* Please keep this list alphabetically ordered by vendor/board. */ const struct board_info boards_bad[] = { /* Verified non-working boards (for now). */ + { "Abit", "IS-10", }, { "ASUS", "A7N8X-E Deluxe", }, { "ASUS", "MEW-AM", }, { "ASUS", "MEW-VM", }, { "ASUS", "P3B-F", }, + { "ASUS", "P5B", }, + { "ASUS", "P5BV-M", }, { "Biostar", "M6TBA", }, + { "Boser", "HS-6637", }, { "FIC", "VA-502", }, { "MSI", "MS-7260 (K9N Neo)", }, { "PCCHIPS", "M537DMA33", },
Modified: trunk/flashchips.c =================================================================== --- trunk/flashchips.c 2009-05-21 15:59:58 UTC (rev 541) +++ trunk/flashchips.c 2009-05-21 17:11:25 UTC (rev 542) @@ -2173,7 +2173,7 @@ .model_id = W_39V040A, .total_size = 512, .page_size = 64*1024, - .tested = TEST_OK_PR, + .tested = TEST_OK_PREW, .probe = probe_jedec, .erase = erase_chip_jedec, .write = write_49f002,