From 84d22fb9d4cf3738020bbf9f69ee00cbf23e0fd4 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 03 Apr 2015 09:21:40 -0400 Subject: Delete the ich9macchange script. It's useless, and confuses people --- (limited to 'docs/hcl') 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 @@

Assuming that your libreboot image is named libreboot.rom, copy the file to where libreboot.rom is located - and then run, for instance:
+ and then insert the descriptor+gbe file into the ROM image. For 8MiB flash chips:
$ dd if=ich9fdgbe_8m.bin of=libreboot.rom bs=1 count=12k conv=notrunc
- or:
+ For 4MiB flash chips:
$ dd if=ich9fdgbe_4m.bin of=libreboot.rom bs=1 count=12k conv=notrunc

- 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 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. -

- -

Your libreboot.rom image is now ready to be flashed on the machine. Refer back to ../install/index.html#flashrom for how to flash it. -- cgit v0.9.1