summaryrefslogtreecommitdiffstats
path: root/docs/hcl/gm45_remove_me.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-08-16 09:20:44 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-08-16 09:20:44 (EDT)
commit540cb706c135fde7f3275c7443706a57f377caad (patch)
tree94b31d7b265de5a05824c178e3fbf970acad8125 /docs/hcl/gm45_remove_me.html
parent9d0376588cbac320dfd565070fab862d433f081e (diff)
downloadlibreboot-540cb706c135fde7f3275c7443706a57f377caad.zip
libreboot-540cb706c135fde7f3275c7443706a57f377caad.tar.gz
libreboot-540cb706c135fde7f3275c7443706a57f377caad.tar.bz2
docs/hcl/gm45_remove_me.html: Fix write-protect instructions
Diffstat (limited to 'docs/hcl/gm45_remove_me.html')
-rw-r--r--docs/hcl/gm45_remove_me.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/hcl/gm45_remove_me.html b/docs/hcl/gm45_remove_me.html
index 9c17daf..632b1e8 100644
--- a/docs/hcl/gm45_remove_me.html
+++ b/docs/hcl/gm45_remove_me.html
@@ -140,6 +140,17 @@
descriptorStruct.masterAccessSection.flMstr1.gbeRegionWriteAccess = 0x1;
descriptorStruct.masterAccessSection.flMstr1.pdRegionWriteAccess = 0x1;
</pre>
+ <p>
+ Also look in <i>resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c</i>
+ for the following lines:
+ </p>
+<pre>
+ descriptorStruct.masterAccessSection.flMstr1.fdRegionWriteAccess = 0x1; /* see ../descriptor/descriptor.c */
+ descriptorStruct.masterAccessSection.flMstr1.biosRegionWriteAccess = 0x1; /* see ../descriptor/descriptor.c */
+ descriptorStruct.masterAccessSection.flMstr1.meRegionWriteAccess = 0x1; /* see ../descriptor/descriptor.c */
+ descriptorStruct.masterAccessSection.flMstr1.gbeRegionWriteAccess = 0x1; /* see ../descriptor/descriptor.c */
+ descriptorStruct.masterAccessSection.flMstr1.pdRegionWriteAccess = 0x1; /* see ../descriptor/descriptor.c */
+</pre>
<p>
Change them all to 0x0, then re-compile ich9gen. After you have done that,