summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-14 12:56:03 (EDT)
committer Leah Woods <info@minifree.org>2016-05-14 12:56:03 (EDT)
commit6be535aadb4b9e6fa6d935241bca2e576f8ae324 (patch)
tree8d18829573d79d5e0a6667522c500bc191ec77c7
parente798b8e5e0c0951353735ad1c7d90fa2388ccd7c (diff)
downloadlibreboot-6be535aadb4b9e6fa6d935241bca2e576f8ae324.zip
libreboot-6be535aadb4b9e6fa6d935241bca2e576f8ae324.tar.gz
libreboot-6be535aadb4b9e6fa6d935241bca2e576f8ae324.tar.bz2
backport changes to master branch
-rw-r--r--docs/hcl/gm45_remove_me.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/hcl/gm45_remove_me.html b/docs/hcl/gm45_remove_me.html
index 3432baa..ee2efaf 100644
--- a/docs/hcl/gm45_remove_me.html
+++ b/docs/hcl/gm45_remove_me.html
@@ -109,12 +109,16 @@
<ul>
<li><b>ich9fdgbe_4m.bin</b>: this is for GM45 laptops with the 4MB flash chip.</li>
<li><b>ich9fdgbe_8m.bin</b>: this is for GM45 laptops with the 8MB flash chip.</li>
+ <li><b>ich9fdgbe_16m.bin</b>: this is for GM45 laptops with the 16MB flash chip.</li>
</ul>
<p>
Assuming that your libreboot image is named <b>libreboot.rom</b>, copy
the file to where <b>libreboot.rom</b> is located
- and then insert the descriptor+gbe file into the ROM image. For 8MiB flash chips:<br/>
+ and then insert the descriptor+gbe file into the ROM image.<br/>
+ For 16MiB flash chips:<br/>
+ $ <b>dd if=ich9fdgbe_16m.bin of=libreboot.rom bs=1 count=12k conv=notrunc</b><br/>
+ For 8MiB flash chips:<br/>
$ <b>dd if=ich9fdgbe_8m.bin of=libreboot.rom bs=1 count=12k conv=notrunc</b><br/>
For 4MiB flash chips:<br/>
$ <b>dd if=ich9fdgbe_4m.bin of=libreboot.rom bs=1 count=12k conv=notrunc</b><br/>