r400.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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 R400</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">ThinkPad R400</h1>
  14. <p>
  15. It is believed that all or most R400 laptops are compatible.
  16. See notes about <a href="../install/r400_external.html#cpu_compatibility">CPU compatibility</a> for
  17. potential incompatibilities.
  18. </p>
  19. <p>
  20. There are two possible flash chip sizes for the R400: 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 R400 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 R400, 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 R400 is almost identical to the X200, code-wise. See <a href="x200.html">x200.html</a>.
  59. </p>
  60. <p>
  61. TODO: put hardware register logs here like on the <a href="x200.html">X200</a> and <a href="t400.html">T400</a> page.
  62. </p>
  63. </div>
  64. <div class="section">
  65. <h1 id="lcd_compatibility">LCD compatibly</h1>
  66. <p>
  67. Not all LCD panels are compatible yet. See <a href="gm45_lcd.html">gm45_lcd.html</a>.
  68. </p>
  69. </div>
  70. <div class="section">
  71. <p>
  72. Copyright &copy; 2014, 2015 Leah Rowe &lt;info@minifree.org&gt;<br/>
  73. Permission is granted to copy, distribute and/or modify this document
  74. under the terms of the GNU Free Documentation License, Version 1.3
  75. or any later version published by the Free Software Foundation;
  76. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  77. A copy of the license can be found at <a href="../gfdl-1.3.txt">../gfdl-1.3.txt</a>
  78. </p>
  79. <p>
  80. Updated versions of the license (when available) can be found at
  81. <a href="https://www.gnu.org/licenses/licenses.html">https://www.gnu.org/licenses/licenses.html</a>
  82. </p>
  83. <p>
  84. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  85. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  86. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  87. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  88. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  89. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  90. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  91. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  92. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  93. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  94. </p>
  95. <p>
  96. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  97. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  98. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  99. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  100. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  101. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  102. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  103. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  104. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  105. </p>
  106. <p>
  107. The disclaimer of warranties and limitation of liability provided
  108. above shall be interpreted in a manner that, to the extent
  109. possible, most closely approximates an absolute disclaimer and
  110. waiver of all liability.
  111. </p>
  112. </div>
  113. </body>
  114. </html>