diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/utilities/ich9deblob/ich9desc.c | 9 |
1 files changed, 8 insertions, 1 deletions
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 { |