From 489603d6d95ee41309bae07ba68d92386c6ac8a3 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 15 Feb 2015 01:42:01 -0500 Subject: ich9macchange: assume that the script is being run from _util Do not act on all ROM images, but instead take as input a path to a single ROM image. --- (limited to 'docs/hcl/gm45_remove_me.html') diff --git a/docs/hcl/gm45_remove_me.html b/docs/hcl/gm45_remove_me.html index eff0eac..47a60f8 100644 --- a/docs/hcl/gm45_remove_me.html +++ b/docs/hcl/gm45_remove_me.html @@ -67,6 +67,14 @@

+ Two new files will be created: +

+ + +

You can find out your MAC address from ip addr or ifconfig in GNU/Linux. Alternatively, if you are running libreboot already (with the correct MAC address in your ROM), dump it (flashrom -r) and read the first 6 bytes from position 0x1000 (or 0x2000) in a hex editor @@ -81,18 +89,11 @@

- A bash script is also included in libreboot which will change the mac address (using ich9gen) + A bash script is also included in libreboot_util which will change the mac address (using ich9gen) on all GM45 ROM images. For instance:
- $ ./ich9macchange XX:XX:XX:XX:XX:XX + $ ./ich9macchange path/to/libreboot.rom XX:XX:XX:XX:XX:XX romsize
+ romsize should be 4 or 8, depending on whether the ROM image is for a 4MiB or 8MiB flash chip.

- -

- Two new files will be created: -

-

ich9gen executables can be found under ./ich9deblob/ statically compiled in -- cgit v0.9.1