diff options
author | Francis 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) |
commit | 540cb706c135fde7f3275c7443706a57f377caad (patch) | |
tree | 94b31d7b265de5a05824c178e3fbf970acad8125 /docs | |
parent | 9d0376588cbac320dfd565070fab862d433f081e (diff) | |
download | libreboot-540cb706c135fde7f3275c7443706a57f377caad.zip libreboot-540cb706c135fde7f3275c7443706a57f377caad.tar.gz libreboot-540cb706c135fde7f3275c7443706a57f377caad.tar.bz2 |
docs/hcl/gm45_remove_me.html: Fix write-protect instructions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hcl/gm45_remove_me.html | 11 |
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, |