diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 10:57:16 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 10:57:16 (EST) |
commit | 87f2ebb1c8e40101871be87126001ae9c88a59a1 (patch) | |
tree | 1378118f97adc3067dd383d2bcfb57138534e8b2 | |
parent | 9e5df7dd3620279d3a0006302f7c906cf4bf971f (diff) | |
download | libreboot-87f2ebb1c8e40101871be87126001ae9c88a59a1.zip libreboot-87f2ebb1c8e40101871be87126001ae9c88a59a1.tar.gz libreboot-87f2ebb1c8e40101871be87126001ae9c88a59a1.tar.bz2 |
ich9deblob: gbe struct: info about Reserved Word 19h
-rw-r--r-- | resources/utilities/ich9deblob/src/gbe/gbe.h | 2 |
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 c265d06..eec4c1e 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.h +++ b/resources/utilities/ich9deblob/src/gbe/gbe.h @@ -287,7 +287,7 @@ struct GBEREGIONRECORD_4K { struct LED_CTL_1 ledCtl1; /* Word 17: LED 1 Configuration and Power Management */ struct LED_CTL_02 ledCtl02; /* Word 18: LED 0 and 2 Configuration Defaults */ - unsigned short reserved8; + unsigned short reservedWord19h; /* Word 19: Reserved. Default is 0x2B00 according to datasheet, but in deblobbed_descriptor.bin it is 0x2B40 */ unsigned short reserved9; unsigned short reserved10; unsigned short reserved11; |