From 95ce23d6f8eff63f0b1bc91ed90da5df747e7863 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 03 May 2015 12:03:23 -0400 Subject: demefactory: don't remove the ME/Platform regions (not tested on factory firmware yet, which is what this utility is mainly intended for) --- 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. */ -- cgit v0.9.1