summaryrefslogtreecommitdiffstats
path: root/resources/utilities
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-03 12:03:23 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-03 12:03:23 (EDT)
commit95ce23d6f8eff63f0b1bc91ed90da5df747e7863 (patch)
tree9f39adb7d153d60c629b384e2255ca47dac7e7e4 /resources/utilities
parentf5a8733367fe80f8a172e92daa9e1b0f2e4f488b (diff)
downloadlibreboot-95ce23d6f8eff63f0b1bc91ed90da5df747e7863.zip
libreboot-95ce23d6f8eff63f0b1bc91ed90da5df747e7863.tar.gz
libreboot-95ce23d6f8eff63f0b1bc91ed90da5df747e7863.tar.bz2
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')
-rw-r--r--resources/utilities/ich9deblob/src/demefactory.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/src/demefactory.c b/resources/utilities/ich9deblob/src/demefactory.c
index 9888b7d..13e0f0b 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. */