From c219d384bec64e6755a87e63b3608577c5a45f87 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 20 Aug 2022 20:40:00 -0300 Subject: [PATCH] bios_extract: Add AMIBIOSC[00][00][00][00] signature for a Gigabyte board --- bios_extract/src/bios_extract.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bios_extract/src/bios_extract.c b/bios_extract/src/bios_extract.c index 8f28900..546ac4c 100644 --- a/bios_extract/src/bios_extract.c +++ b/bios_extract/src/bios_extract.c @@ -190,6 +190,7 @@ static struct { "AMIBIOSC07", NULL, AMI95Extract}, { "AMIBIOSC08", NULL, AMI95Extract}, { "AMIBIOSC09", NULL, AMI95Extract}, { /* Hyper-V legacy BIOS */ + "AMIBIOSC\x00\x00\x00\x00", NULL, AMI95Extract}, { /* Gigabyte GA-8IPXDR F1 */ "(AAMMIIBBIIOOSS)", "AMIBIOSC", AMI940725Extract}, { /* 12/15/93 */ "AMI Flash Utility for DOS Command mode.", "@ROM", AFUDOSExtract}, { "= Award Decompression Bios =", NULL, AwardExtract}, {