Author: uwe Date: 2009-06-22 03:37:06 +0200 (Mon, 22 Jun 2009) New Revision: 618
Modified: trunk/board_enable.c trunk/print.c Log: Turns out that the GIGABYTE GA-7ZM _does_ work fine if you disable the BIOS flash protection option _and_ remove jumper JP9 on the board (d'oh!).
This board can decode 512 KB chips just fine (not just 256 KB).
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-06-21 20:50:22 UTC (rev 617) +++ trunk/board_enable.c 2009-06-22 01:37:06 UTC (rev 618) @@ -907,6 +907,7 @@ { "GIGABYTE", "GA-6BXC", }, { "GIGABYTE", "GA-6BXDU", }, { "GIGABYTE", "GA-6ZMA", }, + { "GIGABYTE", "GA-7ZM", }, { "Intel", "EP80759", }, { "Jetway", "J7F4K1G5D-PB", }, { "MSI", "MS-6570 (K7N2)", }, @@ -969,7 +970,6 @@ { "Boser", "HS-6637", }, { "DFI", "855GME-MGF", }, { "FIC", "VA-502", }, - { "GIGABYTE", "GA-7ZM", }, { "MSI", "MS-6178", }, { "MSI", "MS-7260 (K9N Neo)", }, { "PCCHIPS", "M537DMA33", },
Modified: trunk/print.c =================================================================== --- trunk/print.c 2009-06-21 20:50:22 UTC (rev 617) +++ trunk/print.c 2009-06-22 01:37:06 UTC (rev 618) @@ -451,6 +451,7 @@ { "ASUS", "A8V-E SE", "See http://www.coreboot.org/pipermail/coreboot/2007-October/026496.html." }, { "ASUS", "M2A-VM", "See http://www.coreboot.org/pipermail/coreboot/2007-September/025281.html." }, { "BCOM", "WinNET100", "Used in the IGEL-316 thin client." }, + { "GIGABYTE", "GA-7ZM", "Works fine iff you remove jumper JP9 on the board and disable the flash protection BIOS option." },
/* Verified working boards that DO need write-enables. */ { "Acer", "Aspire One", "See http://www.coreboot.org/pipermail/coreboot/2009-May/048041.html." },