aboutsummaryrefslogtreecommitdiff
path: root/docs/hcl
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 09:54:31 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 09:54:31 -0700
commita19ff95539b0f9df2a59abef64f0decf999103f2 (patch)
tree0e591af379687513a0850167b316618781349948 /docs/hcl
parenta23830654fa620d3982d851c9f8f0f99d282575d (diff)
downloadlibrebootfr-a19ff95539b0f9df2a59abef64f0decf999103f2.tar.gz
librebootfr-a19ff95539b0f9df2a59abef64f0decf999103f2.zip
Fix another class of code block bugs
Diffstat (limited to 'docs/hcl')
-rw-r--r--docs/hcl/gm45_remove_me.md8
-rw-r--r--docs/hcl/t500.md2
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/hcl/gm45_remove_me.md b/docs/hcl/gm45_remove_me.md
index 2001a9c6..c10c892e 100644
--- a/docs/hcl/gm45_remove_me.md
+++ b/docs/hcl/gm45_remove_me.md
@@ -69,7 +69,7 @@ On GM45 laptops that use flash descriptors, the MAC address or the
onboard ethernet chipset is flashed (inside the ROM image). You should
generate a descriptor+gbe image with your own MAC address inside (with
the Gbe checksum updated to match). Run:\
-\$ **./ich9gen --macaddress XX:XX:XX:XX:XX:XX**\
+ $ ./ich9gen --macaddress XX:XX:XX:XX:XX:XX
(replace the XX chars with the hexadecimal chars in the MAC address that
you want)
@@ -164,7 +164,7 @@ If you are working with libreboot\_src (or git), you can find the source
under resources/utilities/ich9deblob/ and will already be compiled if
you ran **./oldbuild module all** or **./oldbuild module ich9deblob**
from the main directory (./), otherwise you can build it like so:\
-\$ **./oldbuild module ich9deblob**\
+ $ ./oldbuild module ich9deblob
An executable file named **ich9deblob** will now appear under
resources/utilities/ich9deblob/
@@ -176,7 +176,7 @@ Place the factory.rom from your system (can be obtained using the
external flashing guides for GM45 targets linked
[../install/](../install/)) in the directory where you have your
ich9deblob executable, then run the tool:\
-\$ **./ich9deblob**
+ $ ./ich9deblob
A 12kiB file named **deblobbed\_descriptor.bin** will now appear. **Keep
this and the factory.rom stored in a safe location!** The first 4KiB
@@ -232,7 +232,7 @@ descriptor locks some regions. The idea is that doing this will remove
all of those restrictions.
Simply run (with factory.rom in the same directory):\
-\$ **./demefactory**
+ $ ./demefactory
It will generate a 4KiB descriptor file (only the descriptor, no GbE).
Insert that into a factory.rom image (NOTE: do this on a copy of it.
diff --git a/docs/hcl/t500.md b/docs/hcl/t500.md
index 7a88b3ca..a17a6fc1 100644
--- a/docs/hcl/t500.md
+++ b/docs/hcl/t500.md
@@ -81,7 +81,7 @@ factory.rom image dumped from the T500 with a SOIC-8 4MiB flash chip.
The patch re-creates the X200 descriptor/gbe source, so the commands
were something like:
$ diff -u t500gbe x200gbe
-\$ **diff -u t500descriptor x200descriptor**
+ $ diff -u t500descriptor x200descriptor
ME VSCC table is in a different place and a different size on the T500.
Libreboot disables and removes the ME anyway, so it doesn't matter.