diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:24:56 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:24:56 -0700 |
commit | 224a941f4c7d56295a8ec10bf5e655971b1deb66 (patch) | |
tree | 538f931a35e1506422a3fa6fda13baf47dbc432d /docs/hardware | |
parent | 731e383e52f56d6bc84df340982348851081c3a4 (diff) | |
download | librebootfr-224a941f4c7d56295a8ec10bf5e655971b1deb66.tar.gz librebootfr-224a941f4c7d56295a8ec10bf5e655971b1deb66.zip |
Fix missing code tops
Diffstat (limited to 'docs/hardware')
-rw-r--r-- | docs/hardware/gm45_remove_me.md | 2 | ||||
-rw-r--r-- | docs/hardware/t500.md | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/hardware/gm45_remove_me.md b/docs/hardware/gm45_remove_me.md index a5343ac9..b697d244 100644 --- a/docs/hardware/gm45_remove_me.md +++ b/docs/hardware/gm45_remove_me.md @@ -37,11 +37,13 @@ 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 The executable will appear under resources/utilities/ich9deblob/ Run: + $ ./ich9gen Running ich9gen this way (without any arguments) generates a default diff --git a/docs/hardware/t500.md b/docs/hardware/t500.md index 66d6a37d..7a0ac85c 100644 --- a/docs/hardware/t500.md +++ b/docs/hardware/t500.md @@ -72,6 +72,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 t500descriptor x200descriptor |