diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-03 09:03:42 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-03 09:03:42 (EDT) |
commit | 5c732c383a0219a149db76d6fb714b951d0e332c (patch) | |
tree | 28a0b5d062c25578c57a48447c7add8b381f0e27 /docs/hcl | |
parent | eba69fbf1c8c05323c28a8785a4c69571eb3419a (diff) | |
download | libreboot-5c732c383a0219a149db76d6fb714b951d0e332c.zip libreboot-5c732c383a0219a149db76d6fb714b951d0e332c.tar.gz libreboot-5c732c383a0219a149db76d6fb714b951d0e332c.tar.bz2 |
docs/hcl/gm45_remove_me.html: mentioned ich9macchanged last
Diffstat (limited to 'docs/hcl')
-rw-r--r-- | docs/hcl/gm45_remove_me.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/hcl/gm45_remove_me.html b/docs/hcl/gm45_remove_me.html index d800146..21caf68 100644 --- a/docs/hcl/gm45_remove_me.html +++ b/docs/hcl/gm45_remove_me.html @@ -103,13 +103,6 @@ </ul> <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> 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/> @@ -119,6 +112,13 @@ </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. |