t500.html 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('../css/main.css');
  8. </style>
  9. <title>ThinkPad T500</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">ThinkPad T500</h1>
  14. <p>
  15. It is believed that all or most T500 laptops are compatible.
  16. See notes about <a href="../install/t500_external.html#cpu_compatibility">CPU compatibility</a>
  17. for potential incompatibilities.
  18. </p>
  19. <p>
  20. There are two possible flash chip sizes for the T500: 4MiB (32Mbit) or 8MiB (64Mbit).
  21. This can be identified by the type of flash chip below the palmrest: 4MiB is SOIC-8, 8MiB
  22. is SOIC-16.
  23. </p>
  24. <p>
  25. <b>The T500 laptops come with the ME (and sometimes AMT in addition) before flashing libreboot. Libreboot disables and removes it
  26. by using a modified descriptor: see <a href="gm45_remove_me.html">gm45_remove_me.html</a></b> (contains notes, plus
  27. instructions)
  28. </p>
  29. <p>
  30. Flashing instructions can be found at <a href="../install/index.html#flashrom">../install/index.html#flashrom</a>
  31. </p>
  32. <p>
  33. <a href="index.html">Back to previous index</a>.
  34. </p>
  35. </div>
  36. <div class="section">
  37. <h2 id="compatibility_noblobs">Compatibility (without blobs)</h2>
  38. <div class="subsection">
  39. <h3 id="hwvirt">Hardware virtualization (vt-x)</h3>
  40. <p>
  41. The T500, when run without CPU microcode updates in coreboot, currently kernel panics
  42. if running QEMU with vt-x enabled on 2 cores for the guest. With a single core enabled
  43. for the guest, the guest panics (but the host is fine). Working around this in QEMU
  44. might be possible; if not, software virtualization should work fine (it's just slower).
  45. </p>
  46. <p>
  47. On GM45 hardware (with libreboot), make sure that the <i>kvm</i> and <i>kvm_intel</i> kernel modules
  48. are not loaded, when using QEMU.
  49. </p>
  50. <p>
  51. The following errata datasheet from Intel might help with investigation:
  52. <a href="http://download.intel.com/design/mobile/specupdt/320121.pdf">http://download.intel.com/design/mobile/specupdt/320121.pdf</a>
  53. </p>
  54. </div>
  55. </div>
  56. <div class="section">
  57. <p>
  58. The T500 is almost identical to the X200, code-wise. See <a href="x200.html">x200.html</a>.
  59. </p>
  60. </div>
  61. <div class="section">
  62. <h1 id="lcd_compatibility">LCD compatibly</h1>
  63. <p>
  64. Not all LCD panels are compatible yet. See <a href="gm45_lcd.html">gm45_lcd.html</a>.
  65. </p>
  66. </div>
  67. <div class="section">
  68. <h2 id="descriptor_difference">
  69. Descriptor and Gbe differences
  70. </h2>
  71. <p>
  72. See
  73. <a href="../future/dumps/t500_x200_descriptor/descriptor_diff_t500_x200.txt">../future/dumps/t500_x200_descriptor/descriptor_diff_t500_x200.txt</a>
  74. and
  75. <a href="../future/dumps/t500_x200_descriptor/gbe_diff_t500_x200.txt">../future/dumps/t500_x200_descriptor/gbe_diff_t500_x200.txt</a>
  76. </p>
  77. <p>
  78. The patches above are based on the output from ich9deblob on a factory.rom image dumped from the T500
  79. with a SOIC-8 4MiB flash chip. The patch re-creates the X200 descriptor/gbe source, so the commands were
  80. something like:<br/>
  81. $ <b>diff -u t500gbe x200gbe</b><br/>
  82. $ <b>diff -u t500descriptor x200descriptor</b>
  83. </p>
  84. <p>
  85. ME VSCC table is in a different place and a different size on the T500. Libreboot disables and removes the ME
  86. anyway, so it doesn't matter.
  87. </p>
  88. <p>
  89. The very same descriptor/gbe used on the X200 (generated by <a href="gm45_remove_me.html#ich9gen">ich9gen</a>)
  90. was re-used on the T500, and it still worked.
  91. </p>
  92. </div>
  93. <div class="section">
  94. <h2 id="regdumps">Hardware register dumps</h2>
  95. <p>
  96. The coreboot wiki <a href="http://www.coreboot.org/Motherboard_Porting_Guide">shows</a>
  97. how to collect various logs useful in porting to new
  98. boards. Following are outputs from the T500:
  99. </p>
  100. <ul>
  101. <li>
  102. T500 with <b>Macronix MX25L3205D</b> flash chip (4MiB, SOIC-8)
  103. and Lenovo BIOS 3.13 7VET83WW (EC firmware 1.06):
  104. <ul>
  105. <li><a href="../future/dumps/t500log/">../future/dumps/t500log/</a></li>
  106. </ul>
  107. </li>
  108. </ul>
  109. </div>
  110. <div class="section">
  111. <p>
  112. Copyright &copy; 2015 Leah Rowe &lt;info@minifree.org&gt;<br/>
  113. Permission is granted to copy, distribute and/or modify this document
  114. under the terms of the GNU Free Documentation License, Version 1.3
  115. or any later version published by the Free Software Foundation;
  116. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  117. A copy of the license can be found at <a href="../gfdl-1.3.txt">../gfdl-1.3.txt</a>
  118. </p>
  119. <p>
  120. Updated versions of the license (when available) can be found at
  121. <a href="https://www.gnu.org/licenses/licenses.html">https://www.gnu.org/licenses/licenses.html</a>
  122. </p>
  123. <p>
  124. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  125. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  126. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  127. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  128. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  129. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  130. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  131. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  132. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  133. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  134. </p>
  135. <p>
  136. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  137. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  138. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  139. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  140. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  141. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  142. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  143. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  144. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  145. </p>
  146. <p>
  147. The disclaimer of warranties and limitation of liability provided
  148. above shall be interpreted in a manner that, to the extent
  149. possible, most closely approximates an absolute disclaimer and
  150. waiver of all liability.
  151. </p>
  152. </div>
  153. </body>
  154. </html>