diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 21:13:53 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 21:25:24 (EST) |
commit | c55e5a493b0a197e89181382741b752934a17814 (patch) | |
tree | ffbdfabed9d46b344bbd11793eb83e7d75f4d7c8 /docs/install/index.html | |
parent | e8a7514e7701b314a00ceb722c912cc2ca9f6966 (diff) | |
download | libreboot-c55e5a493b0a197e89181382741b752934a17814.zip libreboot-c55e5a493b0a197e89181382741b752934a17814.tar.gz libreboot-c55e5a493b0a197e89181382741b752934a17814.tar.bz2 |
docs (X200): add notes about changing Gbe MAC address
Diffstat (limited to 'docs/install/index.html')
-rw-r--r-- | docs/install/index.html | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/install/index.html b/docs/install/index.html index 207d1cc..241ef3d 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -417,6 +417,18 @@ <p> Software flashing instructions: the guide from <a href="#flashrom">#flashrom</a> ought to work. </p> + <p> + Notes about how the ME was removed (and disabled) for libreboot can be found at + <a href="../hcl/x200_remove_me.html">../hcl/x200_remove_me.html</a>. + </p> + <p> + On the X200, the Gbe region in the flash chip contains your MAC address. + Libreboot ROM images already contain a descriptor and gbe in them, but + with the same MAC address, which probably isn't the one you want. You can change it. + Read the notes about <a href="../hcl/x200_remove_me.html#ich9gen">ich9gen</a> to + know how to change the MAC address inside your ROM image before flashing it to your + machine. + </p> <p> Flashrom supports the flash chips in the X200, but might complain that the laptop isn't whitelisted. @@ -426,11 +438,6 @@ </p> <p> - Notes about how the ME was removed (and disabled) for libreboot can be found at - <a href="../hcl/x200_remove_me.html">../hcl/x200_remove_me.html</a>. - </p> - - <p> <a href="#pagetop">Back to top of page.</a> </p> |