diff --git a/board_enable.c b/board_enable.c index cff10a8094b1dcaa8b6ecd1b753541fe982f6502..d2bb3b90a25804c37314ae11ec4fc68a613a88b3 100644 --- a/board_enable.c +++ b/board_enable.c @@ -907,6 +907,7 @@ const struct board_info boards_ok[] = { { "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 @@ const struct board_info boards_bad[] = { { "Boser", "HS-6637", }, { "DFI", "855GME-MGF", }, { "FIC", "VA-502", }, - { "GIGABYTE", "GA-7ZM", }, { "MSI", "MS-6178", }, { "MSI", "MS-7260 (K9N Neo)", }, { "PCCHIPS", "M537DMA33", }, diff --git a/print.c b/print.c index c1247833a8ae5c8beb38514caad078000934536d..d08aa6eb49976cfbbe11097820bdb817435cb7c7 100644 --- a/print.c +++ b/print.c @@ -451,6 +451,7 @@ const struct board_info_notes boards_notes[] = { { "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." },