summaryrefslogtreecommitdiffstats
path: root/docs/hcl
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-04-03 09:21:40 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-04-03 09:21:40 (EDT)
commit84d22fb9d4cf3738020bbf9f69ee00cbf23e0fd4 (patch)
tree2f32593a432e42a265b216499671bf847b31c0ec /docs/hcl
parent5c732c383a0219a149db76d6fb714b951d0e332c (diff)
downloadlibreboot-84d22fb9d4cf3738020bbf9f69ee00cbf23e0fd4.zip
libreboot-84d22fb9d4cf3738020bbf9f69ee00cbf23e0fd4.tar.gz
libreboot-84d22fb9d4cf3738020bbf9f69ee00cbf23e0fd4.tar.bz2
Delete the ich9macchange script. It's useless, and confuses people
Diffstat (limited to 'docs/hcl')
-rw-r--r--docs/hcl/gm45_remove_me.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/hcl/gm45_remove_me.html b/docs/hcl/gm45_remove_me.html
index 21caf68..d180ead 100644
--- a/docs/hcl/gm45_remove_me.html
+++ b/docs/hcl/gm45_remove_me.html
@@ -105,20 +105,13 @@
<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 run, for instance:<br/>
+ and then insert the descriptor+gbe file into the ROM image. For 8MiB flash chips:<br/>
$ <b>dd if=ich9fdgbe_8m.bin of=libreboot.rom bs=1 count=12k conv=notrunc</b><br/>
- or:<br/>
+ For 4MiB flash chips:<br/>
$ <b>dd if=ich9fdgbe_4m.bin of=libreboot.rom bs=1 count=12k conv=notrunc</b>
</p>
<p>
- A bash script is also included in libreboot_util which will change the mac address (using ich9gen)
- on all GM45 ROM images. For instance:<br/>
- $ <b>./ich9macchange path/to/libreboot.rom XX:XX:XX:XX:XX:XX romsize</b><br/>
- <b>romsize</b> should be 4 or 8, depending on whether the ROM image is for a 4MiB or 8MiB flash chip.
- </p>
-
- <p>
Your libreboot.rom image is now ready to be flashed on the machine. Refer back to
<a href="../install/index.html#flashrom">../install/index.html#flashrom</a>
for how to flash it.