diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-15 14:59:37 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-15 14:59:37 (EST) |
commit | 2c1ed48b05aac942eea647be0e55aed687d8608c (patch) | |
tree | 9f818b41da4625e07ad9981fde42322b90159033 /resources/utilities | |
parent | 3884d513620fbec65b36f65fac070f6173f505e2 (diff) | |
download | libreboot-2c1ed48b05aac942eea647be0e55aed687d8608c.zip libreboot-2c1ed48b05aac942eea647be0e55aed687d8608c.tar.gz libreboot-2c1ed48b05aac942eea647be0e55aed687d8608c.tar.bz2 |
resources/utilities/ich9deblob: Add more info about GBe region
Diffstat (limited to 'resources/utilities')
-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 { |