diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 21:42:14 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 21:42:14 +0000 |
commit | a17304abebea2a96eb8d23286cb896d06933f855 (patch) | |
tree | 71bf19f7e3a1a31b16b692120d974e5f2d76be3d /resources/utilities/ich9deblob | |
parent | f2afa101b39f8ddf2a57145d52716940c2230c2c (diff) | |
download | librebootfr-a17304abebea2a96eb8d23286cb896d06933f855.tar.gz librebootfr-a17304abebea2a96eb8d23286cb896d06933f855.zip |
ich9deblob: remove useless comment from descriptor deblob function
Diffstat (limited to 'resources/utilities/ich9deblob')
-rw-r--r-- | resources/utilities/ich9deblob/src/descriptor/descriptor.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/utilities/ich9deblob/src/descriptor/descriptor.c b/resources/utilities/ich9deblob/src/descriptor/descriptor.c index 467e2bd7..7c8aa24d 100644 --- a/resources/utilities/ich9deblob/src/descriptor/descriptor.c +++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.c @@ -81,10 +81,6 @@ struct DESCRIPTORREGIONRECORD deblobbedDescriptorStructFromFactory(struct DESCRI deblobbedDescriptorStruct.ichStraps.ichStrap0.meDisable = 1; /* Disable the ME in ICHSTRAP0 */ deblobbedDescriptorStruct.mchStraps.mchStrap0.meDisable = 1; /* Disable the ME in MCHSTRAP0 */ deblobbedDescriptorStruct.mchStraps.mchStrap0.tpmDisable = 1; /* Disable the TPM in MCHSTRAP0 */ - - /* Disable the ME, apart from chipset bugfixes. This is useless for libreboot, but might be interesting for others. */ - /* The concept is similar to CPU microcode updates in coreboot. */ - /* deblobbedDescriptorStruct.mchStraps.mchStrap0.meAlternateDisable = 1; */ /* * Removing the ME and Platform regions lets us do cool things, like: |