diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-25 22:44:46 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-25 22:46:07 (EST) |
commit | 0781d3a8c573e036357fc86c7eb7003be0ef46e3 (patch) | |
tree | dcb522713a58793af42afd59fefeadd02013d01e /resources/utilities/ich9deblob | |
parent | 9cdcb8b950480b9e2981fce370dfac0e158484ee (diff) | |
download | libreboot-0781d3a8c573e036357fc86c7eb7003be0ef46e3.zip libreboot-0781d3a8c573e036357fc86c7eb7003be0ef46e3.tar.gz libreboot-0781d3a8c573e036357fc86c7eb7003be0ef46e3.tar.bz2 |
ich9deblob: gbe struct: rename PCI_INITIALIZATION_CONTROL_WORD
Diffstat (limited to 'resources/utilities/ich9deblob')
-rw-r--r-- | resources/utilities/ich9deblob/src/gbe/gbe.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h index 7e521f5..3881780 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.h +++ b/resources/utilities/ich9deblob/src/gbe/gbe.h @@ -74,7 +74,8 @@ struct GBE_RESERVED_WORD_03H { /* most significant bits */ }; -struct PCI_INITIALIZATION_CONTROL_WORD { +/* Word 0A */ +struct GBE_PCI_INITIALIZATION_CONTROL_WORD { /* least significant bits */ unsigned char loadVendorDeviceId : 1; /* 1 = load from NVM. 0 = load from MAC fuses. It's 1 in my deblobbed_descriptor.bin */ unsigned char loadSubsystemId : 1; /* 1 = load from NVM. 0 = load from MAC fuses. It's 1 in my deblobbed_descriptor.bin */ @@ -113,7 +114,7 @@ struct GBEREGIONRECORD_4K { unsigned short pbaHigh; /* Word 09. Set it to 0xFFFF. */ /* Word 0A */ - struct PCI_INITIALIZATION_CONTROL_WORD pciInitializationControlWord; + struct GBE_PCI_INITIALIZATION_CONTROL_WORD pciInitializationControlWord; /* * Word 0B; subsystem ID |