summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-26 11:23:16 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-26 11:23:16 (EST)
commit4d212fbca6255a089cfdf3567cd2d572f2747cc5 (patch)
treecb1e3083484740d4ac95aa45948898b6bcbd684b /resources/utilities/ich9deblob
parent0b48cc506a5b291c8ea404200a7ae5ce7f5a1b55 (diff)
downloadlibreboot-4d212fbca6255a089cfdf3567cd2d572f2747cc5.zip
libreboot-4d212fbca6255a089cfdf3567cd2d572f2747cc5.tar.gz
libreboot-4d212fbca6255a089cfdf3567cd2d572f2747cc5.tar.bz2
ich9deblob: gbe struct: info about reserved words 24 to 2F
Diffstat (limited to 'resources/utilities/ich9deblob')
-rw-r--r--resources/utilities/ich9deblob/src/gbe/gbe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h
index b57b398..2770007 100644
--- a/resources/utilities/ich9deblob/src/gbe/gbe.h
+++ b/resources/utilities/ich9deblob/src/gbe/gbe.h
@@ -298,7 +298,7 @@ struct GBEREGIONRECORD_4K {
unsigned short _82567vDeviceId; /* Word 21: Device ID for Intel 82567V gigabit ethernet controller. Should be 0x10CB according to datasheet and deblobbed_descriptor.bin */
unsigned short reservedWord22h; /* Word 22: Reserved. Should be 0xBAAD according to datasheet and deblobbed_descriptor.bin */
unsigned short reservedWord23h; /* Word 23: Reserved. Should be 0xBAAD according to datasheet and deblobbed_descriptor.bin */
- unsigned short reserved16[12];
+ unsigned short reservedWords24to2Fh[12]; /* Words 24-2F: Reserved. These should all be 0x0000 according to datasheet and deblobbed_descriptor.bin */
unsigned short pxeSoftwareRegion[15];
unsigned short checkSum; /* when added to the sum of all words above, this should match GBECHECKSUMTOTAL */
unsigned char padding1[3968];