diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-03 17:03:23 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-03 17:03:23 +0100 |
commit | 95ce23d6f8eff63f0b1bc91ed90da5df747e7863 (patch) | |
tree | 9f39adb7d153d60c629b384e2255ca47dac7e7e4 /resources/utilities/ich9deblob | |
parent | f5a8733367fe80f8a172e92daa9e1b0f2e4f488b (diff) | |
download | librebootfr-95ce23d6f8eff63f0b1bc91ed90da5df747e7863.tar.gz librebootfr-95ce23d6f8eff63f0b1bc91ed90da5df747e7863.zip |
demefactory: don't remove the ME/Platform regions
(not tested on factory firmware yet, which is what this utility
is mainly intended for)
Diffstat (limited to 'resources/utilities/ich9deblob')
-rw-r--r-- | resources/utilities/ich9deblob/src/demefactory.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/src/demefactory.c b/resources/utilities/ich9deblob/src/demefactory.c index 9888b7d4..13e0f0bd 100644 --- a/resources/utilities/ich9deblob/src/demefactory.c +++ b/resources/utilities/ich9deblob/src/demefactory.c @@ -97,8 +97,7 @@ int main() * ------------------------------------------------------------------ */ - // Disable the ME/TPM and remove the ME/Platform regions: - descriptorStruct = descriptorMePlatformRegionsRemoved(descriptorStruct); + // Disable the ME/TPM: descriptorStruct = descriptorDisableMeTpm(descriptorStruct); /* Host/CPU is allowed to read/write all regions. */ |