diff options
Diffstat (limited to 'docs/hcl')
-rw-r--r-- | docs/hcl/gm45_remove_me.md | 6 | ||||
-rw-r--r-- | docs/hcl/index.md | 2 | ||||
-rw-r--r-- | docs/hcl/t500.md | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/hcl/gm45_remove_me.md b/docs/hcl/gm45_remove_me.md index 41288307..19719476 100644 --- a/docs/hcl/gm45_remove_me.md +++ b/docs/hcl/gm45_remove_me.md @@ -41,7 +41,7 @@ factory.bin dump. ich9gen executables can be found under ./ich9deblob/ statically compiled in libreboot\_util. If you are using src or git, build ich9gen from source with:\ -$ **./oldbuild module ich9deblob**\ +$ ./oldbuild module ich9deblob The executable will appear under resources/utilities/ich9deblob/ Run:\ @@ -71,7 +71,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) @@ -166,7 +166,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/ diff --git a/docs/hcl/index.md b/docs/hcl/index.md index d96fdc24..911ae35b 100644 --- a/docs/hcl/index.md +++ b/docs/hcl/index.md @@ -435,7 +435,7 @@ the macbook2,1. They are included here in case the main site goes down for whatever reason, since they include a lot of useful information. Backups created using wget:\ -**$ wget -m -p -E -k -K -np http://macbook.donderklumpen.de/**\ + $ wget -m -p -E -k -K -np http://macbook.donderklumpen.de/ **$ wget -m -p -E -k -K -np http://macbook.donderklumpen.de/coreboot/**\ Use **-e robots=off** if using this trick for other sites and the site diff --git a/docs/hcl/t500.md b/docs/hcl/t500.md index d4ceab13..6d814c99 100644 --- a/docs/hcl/t500.md +++ b/docs/hcl/t500.md @@ -82,7 +82,7 @@ The patches above are based on the output from ich9deblob on a 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 t500gbe x200gbe $ **diff -u t500descriptor x200descriptor** ME VSCC table is in a different place and a different size on the T500. |