summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-25 22:13:57 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-25 22:13:57 (EST)
commite82b3147e0f623dd23d1989fd5b5eea0f20efb2c (patch)
tree1c0c61c9b71b6d25da4ec3adc05dffa1e01a8b0e /resources
parent0d0ca4a112b5f6ed54d966e43880b0df8b669d6b (diff)
downloadlibreboot-e82b3147e0f623dd23d1989fd5b5eea0f20efb2c.zip
libreboot-e82b3147e0f623dd23d1989fd5b5eea0f20efb2c.tar.gz
libreboot-e82b3147e0f623dd23d1989fd5b5eea0f20efb2c.tar.bz2
ich9deblob: gbe struct: info about word 0C (subsystem vendor id)
Diffstat (limited to 'resources')
-rw-r--r--resources/utilities/ich9deblob/src/gbe/gbe.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h
index 567efc8..ebcd6ad 100644
--- a/resources/utilities/ich9deblob/src/gbe/gbe.h
+++ b/resources/utilities/ich9deblob/src/gbe/gbe.h
@@ -125,7 +125,16 @@ struct GBEREGIONRECORD_4K {
*/
unsigned short subsystemId; /* Set this to 0x20EE */
- unsigned short subsystemVendorId;
+ /*
+ * Word 0C; subsystem vendor ID
+ *
+ * If load subsystem vendor ID bit of word 0A (pci init control word)
+ * is set to 1 (read: it is. in my deblobbed_descriptor.bin), store
+ * the subsystem vendor id here. Datasheet says that the default
+ * value is 8086h, but you should set this to 17AAh (lendian: AA 17).
+ */
+ unsigned short subsystemVendorId; /* Set this to 0x17AA */
+
unsigned short deviceId;
unsigned short vendorId;
unsigned short deviceRevId;