t500.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. <h2 id="descriptor_difference">
  63. Descriptor and Gbe differences
  64. </h2>
  65. <p>
  66. See
  67. <a href="../future/dumps/t500_x200_descriptor/descriptor_diff_t500_x200.txt">../future/dumps/t500_x200_descriptor/descriptor_diff_t500_x200.txt</a>
  68. and
  69. <a href="../future/dumps/t500_x200_descriptor/gbe_diff_t500_x200.txt">../future/dumps/t500_x200_descriptor/gbe_diff_t500_x200.txt</a>
  70. </p>
  71. <p>
  72. The patches above are based on the output from ich9deblob on a factory.rom image dumped from the T500
  73. with a SOIC-8 4MiB flash chip. The patch re-creates the X200 descriptor/gbe source, so the commands were
  74. something like:<br/>
  75. $ <b>diff -u t500gbe x200gbe</b><br/>
  76. $ <b>diff -u t500descriptor x200descriptor</b>
  77. </p>
  78. <p>
  79. ME VSCC table is in a different place and a different size on the T500. Libreboot disables and removes the ME
  80. anyway, so it doesn't matter.
  81. </p>
  82. <p>
  83. The very same descriptor/gbe used on the X200 (generated by <a href="gm45_remove_me.html#ich9gen">ich9gen</a>)
  84. was re-used on the T500, and it still worked.
  85. </p>
  86. </div>
  87. <div class="section">
  88. <h2 id="regdumps">Hardware register dumps</h2>
  89. <p>
  90. The coreboot wiki <a href="http://www.coreboot.org/Motherboard_Porting_Guide">shows</a>
  91. how to collect various logs useful in porting to new
  92. boards. Following are outputs from the T500:
  93. </p>
  94. <ul>
  95. <li>
  96. T500 with <b>Macronix MX25L3205D</b> flash chip (4MiB, SOIC-8)
  97. and Lenovo BIOS 3.13 7VET83WW (EC firmware 1.06):
  98. <ul>
  99. <li><a href="../future/dumps/t500log/">../future/dumps/t500log/</a></li>
  100. </ul>
  101. </li>
  102. </ul>
  103. </div>
  104. <div class="section">
  105. <p>
  106. Copyright &copy; 2015 Leah Rowe &lt;info@minifree.org&gt;<br/>
  107. Permission is granted to copy, distribute and/or modify this document
  108. under the terms of the Creative Commons Attribution-ShareAlike 4.0 International license
  109. or any later version published by Creative Commons;
  110. A copy of the license can be found at <a href="../cc-by-sa-4.0.txt">../cc-by-sa-4.0.txt</a>
  111. </p>
  112. <p>
  113. Updated versions of the license (when available) can be found at
  114. <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">https://creativecommons.org/licenses/by-sa/4.0/legalcode</a>
  115. </p>
  116. <p>
  117. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  118. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  119. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  120. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  121. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  122. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  123. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  124. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  125. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  126. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  127. </p>
  128. <p>
  129. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  130. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  131. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  132. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  133. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  134. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  135. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  136. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  137. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  138. </p>
  139. <p>
  140. The disclaimer of warranties and limitation of liability provided
  141. above shall be interpreted in a manner that, to the extent
  142. possible, most closely approximates an absolute disclaimer and
  143. waiver of all liability.
  144. </p>
  145. </div>
  146. </body>
  147. </html>