diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-03-17 16:49:45 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-03-18 00:03:08 (EDT) |
commit | ccc09ce5b6e39fed38434d9e97574d84c425bc65 (patch) | |
tree | 7dea151f3246a9f595280c18f70855e1beeae17f /docs/hcl | |
parent | c164960b3b600a4da564b58645b776bbb5f4a016 (diff) | |
download | libreboot-ccc09ce5b6e39fed38434d9e97574d84c425bc65.zip libreboot-ccc09ce5b6e39fed38434d9e97574d84c425bc65.tar.gz libreboot-ccc09ce5b6e39fed38434d9e97574d84c425bc65.tar.bz2 |
New board: ThinkPad T400
Diffstat (limited to 'docs/hcl')
-rw-r--r-- | docs/hcl/gm45_remove_me.html | 4 | ||||
-rw-r--r-- | docs/hcl/index.html | 1 | ||||
-rw-r--r-- | docs/hcl/r400.html | 40 | ||||
-rw-r--r-- | docs/hcl/t400.html | 115 |
4 files changed, 125 insertions, 35 deletions
diff --git a/docs/hcl/gm45_remove_me.html b/docs/hcl/gm45_remove_me.html index 47a60f8..0d12d63 100644 --- a/docs/hcl/gm45_remove_me.html +++ b/docs/hcl/gm45_remove_me.html @@ -18,7 +18,7 @@ <h1 id="pagetop">GM45 chipsets: remove the ME (manageability engine)</h1> <p> This sections relates to disabling and removing the ME (Intel <b>M</b>anagement <b>E</b>ngine) on - GM45. This was originally done on the ThinkPad X200, and later adapted for the ThinkPad R400. It can + GM45. This was originally done on the ThinkPad X200, and later adapted for the ThinkPad R400/T400. It can in principle be done on any GM45 or GS45 machine. </p> <p> @@ -50,7 +50,7 @@ <p> It is no longer necessary to use <a href="#ich9deblob">ich9deblob</a> to generate - a deblobbed descriptor+gbe image for the X200. ich9gen is a small utility within + a deblobbed descriptor+gbe image for GM45 targets. ich9gen is a small utility within ich9deblob that can generate them from scratch, without a factory.bin dump. </p> diff --git a/docs/hcl/index.html b/docs/hcl/index.html index d164d0d..d593c20 100644 --- a/docs/hcl/index.html +++ b/docs/hcl/index.html @@ -40,6 +40,7 @@ <li><a href="#supported_t60_list">Lenovo ThinkPad T60</a> (there are exceptions. see link)</li> <li><a href="x200.html">Lenovo ThinkPad X200</a></li> <li><a href="r400.html">Lenovo ThinkPad R400</a></li> + <li><a href="t400.html">Lenovo ThinkPad T400</a></li> <li><a href="#macbook11">Apple MacBook1,1</a></li> <li><a href="#macbook21">Apple MacBook2,1</a></li> </ul> diff --git a/docs/hcl/r400.html b/docs/hcl/r400.html index 43dfb09..bb20416 100644 --- a/docs/hcl/r400.html +++ b/docs/hcl/r400.html @@ -45,39 +45,13 @@ <div class="section"> - <h2 id="compatibility_noblobs">Compatibility (without blobs)</h2> - - <p> - Usual limitations apply for native graphics initialization - (no VBT and/or INT10H and only GRUB works so no BIOS, so no DOS/Windows support - - who cares? There is no system but GNU, and Linux is one of it's kernels). - </p> - - <p> - When connecting the AC adapter while system is powered off, system will then power on. - This probably happens in coreboot aswell (with or without blobs). - It's a minor annoyance, but it should be fixed (if it's not already fixed by now). - </p> - - <p> - This method of disabling the ME leaves the flash descriptor and gbe in place (non-functional data, fully documented) - and disables the ME using soft straps. This means that the gigabit ethernet will still work (putting the machine in - non-descriptor mode would wipe it out). - </p> - - <div class="subsection"> - <h3 id="hwvirt">Hardware virtualization (vt-x)</h3> - <p> - The R400, when run without CPU microcode updates in coreboot, currently kernel panics - if running QEMU with vt-x enabled on 2 cores for the guest. With a single core enabled - for the guest, the guest panics (but the host is fine). Working around this in QEMU - might be possible; if not, software virtualization should work fine (it's just slower). - </p> - <p> - The following errata datasheet from Intel might help with investigation: - <a href="http://download.intel.com/design/mobile/specupdt/320121.pdf">http://download.intel.com/design/mobile/specupdt/320121.pdf</a> - </p> - </div> + <p> + Thi R400 is almost identical to the X200, code-wise. See <a href="x200.html">x200.html</a>. + </p> + + <p> + TODO: put hardware register logs here like on the <a href="x200.html">X200</a> and <a href="t400.html">T400</a> page. + </p> </div> diff --git a/docs/hcl/t400.html b/docs/hcl/t400.html new file mode 100644 index 0000000..0e4654d --- /dev/null +++ b/docs/hcl/t400.html @@ -0,0 +1,115 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <style type="text/css"> + @import url('../css/main.css'); + </style> + + <title>ThinkPad T400</title> +</head> + +<body> + + <div class="section"> + <h1 id="pagetop">ThinkPad T400</h1> + + <p</p> + + <p> + It is believed that all T400 laptops are compatible. + </p> + + <p> + There are two possible flash chip sizes for the R400: 4MiB (32Mbit) or 8MiB (64Mbit). + This can be identified by the type of flash chip below the palmrest: 4MiB is SOIC-8, 8MiB + is SOIC-16. + </p> + + <p> + <b>The T400 laptops come with the ME (and sometimes AMT in addition) before flashing libreboot. Libreboot disables and removes it + by using a modified descriptor: see <a href="gm45_remove_me.html">gm45_remove_me.html</a></b> (contains notes, plus + instructions) + </p> + + <p> + Flashing instructions can be found at <a href="../install/index.html#flashrom">../install/index.html#flashrom</a> + </p> + + <p> + <a href="index.html">Back to previous index</a>. + </p> + </div> + + <div class="section"> + + <p> + Thi T400 is almost identical to the X200, code-wise. See <a href="x200.html">x200.html</a>. + </p> + + </div> + + <div class="section"> + + <h2 id="regdumps">Hardware register dumps</h2> + + <p> + The coreboot wiki <a href="http://www.coreboot.org/Motherboard_Porting_Guide">shows</a> + how to collect various logs useful in porting to new + boards. Following are outputs from the T400: + </p> + + <ul> + <li> + T400 with <b>Winbond W25X64</b> flash chip (8MiB, SOIC-16) + and Lenovo BIOS 2.02 (EC firmware 1.01): + <ul> + <li>lspci <a href="../future/dumps/logs-t400-bios2.02-ec1.01/lspci.log">output</a></li> + <li>lsusb <a href="../future/dumps/logs-t400-bios2.02-ec1.01/lsusb.log">output</a></li> + <li>superiotool <a href="../future/dumps/logs-t400-bios2.02-ec1.01/superiotool.log">output</a></li> + <li>inteltool <a href="../future/dumps/logs-t400-bios2.02-ec1.01/inteltool.log">output</a></li> + <li>ectool <a href="../future/dumps/logs-t400-bios2.02-ec1.01/ectool.log">output</a></li> + <li>msrtool <a href="../future/dumps/logs-t400-bios2.02-ec1.01/msrtool.log">output</a>, + <a href="../future/dumps/logs-t400-bios2.02-ec1.01/msrtool.err">errors</a></li> + <li>dmidecode <a href="../future/dumps/logs-t400-bios2.02-ec1.01/dmidecode.log">output</a></li> + <li>biosdecode <a href="../future/dumps/logs-t400-bios2.02-ec1.01/biosdecode.log">output</a></li> + <li>nvramtool <a href="../future/dumps/logs-t400-bios2.02-ec1.01/nvramtool.log">output</a></li> + <li><a href="../future/dumps/logs-t400-bios2.02-ec1.01/dmesg.log">dmesg</a></li> + <li>flashrom probe <a href="../future/dumps/logs-t400-bios2.02-ec1.01/flashrom_info.log">output</a>, + <a href="../future/dumps/logs-t400-bios2.02-ec1.01/flashrom_info.err">errors</a></li> + <li>flashrom read <a href="../future/dumps/logs-t400-bios2.02-ec1.01/flashrom_read.log">output</a>, + <a href="../future/dumps/logs-t400-bios2.02-ec1.01/flashrom_read.err">errors</a></li> + <li><a href="../future/dumps/logs-t400-bios2.02-ec1.01/pin_hwC0D0">/sys/class/sound/card0/hwC0D0/init_pin_configs</a></li> + <li><a href="../future/dumps/logs-t400-bios2.02-ec1.01/codec%230">/proc/asound/card0/codec#0</a></li> + <li><a href="../future/dumps/logs-t400-bios2.02-ec1.01/cpuinfo.log">/proc/cpuinfo</a></li> + <li><a href="../future/dumps/logs-t400-bios2.02-ec1.01/t400_flashrom_read_with_bbb.txt">t400_flashrom_read_with_bbb.txt</a></li> + <li><a href="../future/dumps/logs-t400-bios2.02-ec1.01/t400_flashrom_write_with_bbb.txt">t400_flashrom_read_with_bbb.txt</a></li> + </ul> + </li> + <li> + Version of flashrom used for the external flashing/reading logs is the one that libreboot git revision c164960 uses. + </li> + </ul> + + </div> + + <div class="section"> + + <p> + Copyright © 2015 Francis Rowe <info@gluglug.org.uk><br/> + This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions. + A copy of the license can be found at <a href="../license.txt">../license.txt</a>. + </p> + + <p> + This document is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="../license.txt">../license.txt</a> for more information. + </p> + + </div> + +</body> +</html> |