diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 16:48:22 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 16:49:22 (EST) |
commit | ca1cf1e05aed3dce902c385bb99c9d7fa835f9f9 (patch) | |
tree | 5b934c8eb3a05e8a930019bc01477697ac4e4c30 | |
parent | 1de5a9e8cd48b8fe920c4d1eba343a55f12332df (diff) | |
download | libreboot-ca1cf1e05aed3dce902c385bb99c9d7fa835f9f9.zip libreboot-ca1cf1e05aed3dce902c385bb99c9d7fa835f9f9.tar.gz libreboot-ca1cf1e05aed3dce902c385bb99c9d7fa835f9f9.tar.bz2 |
docs/hcl/x200.html: Fix incorrect notes about memory on X200S
-rw-r--r-- | docs/hcl/x200.html | 6 | ||||
-rw-r--r-- | docs/release.html | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/hcl/x200.html b/docs/hcl/x200.html index 18a1cf8..58801f3 100644 --- a/docs/hcl/x200.html +++ b/docs/hcl/x200.html @@ -126,10 +126,12 @@ <p> This suspicion was confirmed with the following log: <a href="text/x200s/cblog01.txt">text/x200s/cblog01.txt</a>. - The memory modules in this case are 2x4GB. <b>However, not all + The memory modules in this case are 2x4GB. <s><b>However, not all configurations work: <a href="text/x200s/cblog02.txt">text/x200s/cblog02.txt</a> (2x2GB) and <a href="text/x200s/cblog03.txt">text/x200s/cblog03.txt</a> (1x2GB) - show a failed bootup.</b> + show a failed bootup.</b></s> <i>False alarm. The modules were mixed (non-matching). X200S + with high-performance mode CPU will work so long as you use matching memory modules + (doesn't matter what size).</i> </p> <p> This was then pushed as a patch for coreboot, which can be found at diff --git a/docs/release.html b/docs/release.html index 3b4c8f7..e99947e 100644 --- a/docs/release.html +++ b/docs/release.html @@ -98,7 +98,7 @@ <b>Lenovo ThinkPad X200</b> <ul> <li>X200S and X200 Tablet are also supported, conditionally; see <a href="hcl/x200.html">hcl/x200.html#x200s</a></li> - <li>Machines come with ME/AMT: it can be removed. <a href="hcl/x200_remove_me.html">hcl/x200_remove_me.html</a></li> + <li>Machines come with ME/AMT: it can be removed (and is, in libreboot). <a href="hcl/x200_remove_me.html">hcl/x200_remove_me.html</a></li> <li>External hardware required for initial flashing procedure. <a href="install/x200_external.html">install/x200_external.html</a></li> </ul> </li> |