From 2c1ed48b05aac942eea647be0e55aed687d8608c Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 15 Dec 2014 14:59:37 -0500 Subject: resources/utilities/ich9deblob: Add more info about GBe region --- diff --git a/resources/utilities/ich9deblob/ich9desc.c b/resources/utilities/ich9deblob/ich9desc.c index f467be7..8a58a87 100644 --- a/resources/utilities/ich9deblob/ich9desc.c +++ b/resources/utilities/ich9deblob/ich9desc.c @@ -183,7 +183,14 @@ struct OEMSECTIONRECORD { }; struct GBEREGIONRECORD { - unsigned char gbeRegion[8192]; //todo: implement and document this + unsigned char macAddress[6]; + unsigned char otherStuff[120]; + unsigned short checkSum; + unsigned char padding1[3968]; + unsigned char macAddress2[6]; + unsigned char otherStuff2[120]; + unsigned short checkSum2; + unsigned char padding2[3968]; }; struct DESCRIPTORREGIONRECORD { -- cgit v0.9.1