summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/src/descriptor/descriptor.h
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-29 17:58:28 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-29 17:58:28 (EST)
commit4806ec8129986d6a608c1deb10413b4ff17315d0 (patch)
treed7d2fc6c1db42e3911da5dd65404aa9e9e9e35cd /resources/utilities/ich9deblob/src/descriptor/descriptor.h
parent3a667ea44008dcb1958456d6c23ee978f0536eae (diff)
downloadlibreboot-4806ec8129986d6a608c1deb10413b4ff17315d0.zip
libreboot-4806ec8129986d6a608c1deb10413b4ff17315d0.tar.gz
libreboot-4806ec8129986d6a608c1deb10413b4ff17315d0.tar.bz2
ich9deblob/ich9gen: Host/CPU read/write access to all regions.
The ME is also disabled from reading/writing any regions (though the ME is already removed in libreboot).
Diffstat (limited to 'resources/utilities/ich9deblob/src/descriptor/descriptor.h')
-rw-r--r--resources/utilities/ich9deblob/src/descriptor/descriptor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/src/descriptor/descriptor.h b/resources/utilities/ich9deblob/src/descriptor/descriptor.h
index 69d3358..04a5c93 100644
--- a/resources/utilities/ich9deblob/src/descriptor/descriptor.h
+++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.h
@@ -302,6 +302,8 @@ struct DESCRIPTORREGIONRECORD
* ---------------------------------------------------------------------
*/
+struct DESCRIPTORREGIONRECORD descriptorHostRegionsUnlocked(struct DESCRIPTORREGIONRECORD descriptorStruct);
+struct DESCRIPTORREGIONRECORD descriptorMeRegionsForbidden(struct DESCRIPTORREGIONRECORD descriptorStruct);
struct DESCRIPTORREGIONRECORD deblobbedDescriptorStructFromFactory(struct DESCRIPTORREGIONRECORD factoryDescriptorStruct, unsigned int factoryRomSize);
int notCreatedHFileForDescriptorCFile(char* outFileName, char* cFileName);
int notCreatedCFileFromDescriptorStruct(struct DESCRIPTORREGIONRECORD descriptorStruct, char* outFileName, char* headerFileName);