t500_external.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  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: flashing tutorial (BeagleBone Black)</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">Flashing the T500 with a BeagleBone Black</h1>
  14. <p>Initial flashing instructions for T500.</p>
  15. <p>
  16. This guide is for those who want libreboot on their ThinkPad T500
  17. while they still have the original Lenovo BIOS present. This guide
  18. can also be followed (adapted) if you brick your T500, to know how
  19. to recover.
  20. </p>
  21. <p><a href="index.html">Back to main index</a></p>
  22. </div>
  23. <div class="section">
  24. <h1 id="t400">Libreboot T400</h1>
  25. <p>
  26. You may also be interested in the smaller, more portable <a href="t400_external.html">Libreboot T400</a>.
  27. </p>
  28. </div>
  29. <div class="section">
  30. <h2 id="serial_port">Serial port</h2>
  31. <p>
  32. EHCI debug might not be needed. It has been reported that the docking station
  33. for this laptop has a serial port, so it might be possible to use that instead.
  34. </p>
  35. </div>
  36. <div class="section">
  37. <h1 id="lcd_compatibility">LCD compatibly</h1>
  38. <p>
  39. Not all LCD panels are compatible yet. See <a href="../hcl/gm45_lcd.html">../hcl/gm45_lcd.html</a>.
  40. </p>
  41. </div>
  42. <div class="section" id="cpu_compatibility">
  43. <h1>A note about CPUs</h1>
  44. <p>
  45. <a href="http://www.thinkwiki.org/wiki/Category:T500">ThinkWiki</a> has a list of CPUs
  46. for this system. The Core 2 Duo P8400, P8600 and P8700 are believed to work in libreboot.
  47. The T9600 was also tested on the T400 and confirmed working, so the T9400/T9500/T9550 probably
  48. also work, but they are untested.
  49. </p>
  50. <h2>Quad-core CPUs</h2>
  51. <p>
  52. Although blocked by lenovobios (as was reported), it is reported that there are quad-core CPUs
  53. for GM45. This laptop has socketed CPUs, so it might be possible to use them
  54. (they are untested in coreboot; support may have to be added).
  55. Core 2 Quad Q9000, Q9100 or QX9300.
  56. </p>
  57. <p>
  58. Look at this link:<br/>
  59. <a href="https://en.wikipedia.org/wiki/List_of_Intel_Core_2_microprocessors#Quad-Core_Notebook_processors">https://en.wikipedia.org/wiki/List_of_Intel_Core_2_microprocessors#Quad-Core_Notebook_processors</a>
  60. </p>
  61. </div>
  62. <div class="section" id="switchable_graphics">
  63. <h1>A note about GPUs</h1>
  64. <p>
  65. Some models have an Intel GPU, while others have both an ATI and an Intel GPU; this
  66. is referred to as &quot;switchable graphics&quot;. In the <i>BIOS setup</i> program
  67. for lenovobios, you can specify that the system will use one or the other (but not both).
  68. </p>
  69. <p>
  70. Libreboot is known to work on systems with only the Intel GPU, using native graphics initialization.
  71. On systems with switchable graphics, the Intel GPU is used and the ATI GPU is disabled, so
  72. native graphics initialization works all the same.
  73. </p>
  74. <h1>CPU paste required</h1>
  75. <p>
  76. See <a href="#paste">#paste</a>.
  77. </p>
  78. </div>
  79. <div class="section">
  80. <h1 id="flashchips">Flash chip size</h1>
  81. <p>
  82. Use this to find out:<br/>
  83. # <b>dmidecode | grep ROM\ Size</b>
  84. </p>
  85. <p>
  86. <a href="#pagetop">Back to top of page.</a>
  87. </p>
  88. </div>
  89. <div class="section photos">
  90. <h1 id="macaddress">MAC address</h1>
  91. <p>
  92. On the T500, the MAC address for the onboard
  93. gigabit ethernet chipset is stored inside the flash chip,
  94. along with other configuration data.
  95. </p>
  96. <p>
  97. Keep a note of the MAC address before disassembly; this is
  98. very important, because you will need to insert this into
  99. the libreboot ROM image before flashing it.
  100. It will be written in one of these locations:
  101. </p>
  102. <p>
  103. <img src="images/t400/macaddress0.jpg" alt="" />
  104. <img src="images/t400/macaddress1.jpg" alt="" />
  105. <img src="images/x200/disassembly/0001.jpg" alt="" />
  106. </p>
  107. </div>
  108. <div class="section photos">
  109. <h1>Initial BBB configuration</h1>
  110. <p>
  111. Refer to <a href="bbb_setup.html">bbb_setup.html</a> for how to
  112. configure the BBB for flashing.
  113. </p>
  114. <p>
  115. The following shows how to connect clip to the BBB (on the P9 header), for SOIC-16 (clip: Pomona 5252):
  116. </p>
  117. <pre>
  118. POMONA 5252 (correlate with the BBB guide)
  119. === ethernet jack and VGA port ====
  120. NC - - 21
  121. 1 - - 17
  122. NC - - NC
  123. NC - - NC
  124. NC - - NC
  125. NC - - NC
  126. 18 - - 3.3V (PSU)
  127. 22 - - NC - this is pin 1 on the flash chip
  128. === SATA port ===
  129. <i>This is how you will connect. Numbers refer to pin numbers on the BBB, on the plugs near the DC jack.</i><br/>
  130. <img src="images/t400/0065.jpg" alt="" />
  131. </pre>
  132. <p>
  133. The following shows how to connect clip to the BBB (on the P9 header), for SOIC-8 (clip: Pomona 5250):
  134. </p>
  135. <pre>
  136. POMONA 5250 (correlate with the BBB guide)
  137. === RAM slots ====
  138. 18 - - 1
  139. 22 - - NC
  140. NC - - 21
  141. 3.3V (PSU) - - 17 - this is pin 1 on the flash chip
  142. === slot where the AC jack is connected ===<br/>
  143. <i>This is how you will connect. Numbers refer to pin numbers on the BBB, on the plugs near the DC jack.</i><br/>
  144. <img src="images/t500/0060.jpg" alt="" />
  145. </pre>
  146. <h2>
  147. The procedure
  148. </h2>
  149. <p>
  150. Remove all screws:<br/>
  151. <img src="images/t500/0000.jpg" alt="" /><br/>
  152. It is also advisable to, throughout the disassembly,
  153. place any screws and/or components that you removed in
  154. the same layout or arrangement. The follow photos demonstrate
  155. this:<br/>
  156. <img src="images/t500/0001.jpg" alt="" />
  157. <img src="images/t500/0002.jpg" alt="" />
  158. </p>
  159. <p>
  160. Remove the HDD/SSD and optical drive:<br/>
  161. <img src="images/t500/0003.jpg" alt="" />
  162. <img src="images/t500/0004.jpg" alt="" />
  163. </p>
  164. <p>
  165. Remove the palm rest:<br/>
  166. <img src="images/t500/0005.jpg" alt="" />
  167. <img src="images/t500/0006.jpg" alt="" />
  168. </p>
  169. <p>
  170. Remove the keyboard and rear bezel:<br/>
  171. <img src="images/t500/0007.jpg" alt="" />
  172. <img src="images/t500/0008.jpg" alt="" />
  173. <img src="images/t500/0009.jpg" alt="" />
  174. <img src="images/t500/0010.jpg" alt="" />
  175. <img src="images/t500/0011.jpg" alt="" />
  176. <img src="images/t500/0012.jpg" alt="" />
  177. </p>
  178. <p>
  179. If you have a WWAN/3G card and/or sim card reader,
  180. remove them permanently. The WWAN-3G card has proprietary firmware inside; the technology is identical
  181. to what is used in mobile phones, so it can also track
  182. your movements:<br/>
  183. <img src="images/t500/0013.jpg" alt="" />
  184. <img src="images/t500/0017.jpg" alt="" />
  185. <img src="images/t500/0018.jpg" alt="" />
  186. </p>
  187. <p>
  188. Remove this frame, and then remove the wifi chip:<br/>
  189. <img src="images/t500/0014.jpg" alt="" />
  190. <img src="images/t500/0015.jpg" alt="" />
  191. <img src="images/t500/0016.jpg" alt="" />
  192. </p>
  193. <p>
  194. Remove the speakers:<br/>
  195. <img src="images/t500/0019.jpg" alt="" />
  196. <img src="images/t500/0020.jpg" alt="" />
  197. <img src="images/t500/0021.jpg" alt="" />
  198. <img src="images/t500/0022.jpg" alt="" />
  199. <img src="images/t500/0023.jpg" alt="" />
  200. <img src="images/t500/0024.jpg" alt="" />
  201. <img src="images/t500/0025.jpg" alt="" />
  202. </p>
  203. <p>
  204. Remove the NVRAM battery (already removed in this photo):<br/>
  205. <img src="images/t500/0026.jpg" alt="" />
  206. </p>
  207. <p>
  208. When you re-assemble, you will be replacing the wifi chip
  209. with another. These two screws don't hold anything together,
  210. but they are included in your system because the screw
  211. holes for half-height cards are a different size, so
  212. use these if you will be installing a half-height card:<br/>
  213. <img src="images/t500/0027.jpg" alt="" />
  214. </p>
  215. <p>
  216. Unroute the antenna wires:<br/>
  217. <img src="images/t500/0028.jpg" alt="" />
  218. <img src="images/t500/0029.jpg" alt="" />
  219. <img src="images/t500/0030.jpg" alt="" />
  220. <img src="images/t500/0031.jpg" alt="" />
  221. </p>
  222. <p>
  223. Disconnect the LCD cable from the motherboard:<br/>
  224. <img src="images/t500/0032.jpg" alt="" />
  225. <img src="images/t500/0033.jpg" alt="" />
  226. </p>
  227. <p>
  228. Remove the LCD assembly hinge screws, and then remove the LCD
  229. assembly:<br/>
  230. <img src="images/t500/0034.jpg" alt="" />
  231. <img src="images/t500/0035.jpg" alt="" />
  232. <img src="images/t500/0036.jpg" alt="" />
  233. </p>
  234. <p>
  235. Remove the fan and heatsink:<br/>
  236. <img src="images/t500/0037.jpg" alt="" />
  237. <img src="images/t500/0038.jpg" alt="" />
  238. <img src="images/t500/0039.jpg" alt="" />
  239. </p>
  240. <p>
  241. Remove this screw:<br/>
  242. <img src="images/t500/0040.jpg" alt="" />
  243. </p>
  244. <p>
  245. Remove these cables, keeping note of how and in what
  246. arrangement they are connected:<br/>
  247. <img src="images/t500/0041.jpg" alt="" />
  248. <img src="images/t500/0042.jpg" alt="" />
  249. <img src="images/t500/0043.jpg" alt="" />
  250. <img src="images/t500/0044.jpg" alt="" />
  251. <img src="images/t500/0045.jpg" alt="" />
  252. <img src="images/t500/0046.jpg" alt="" />
  253. <img src="images/t500/0047.jpg" alt="" />
  254. <img src="images/t500/0048.jpg" alt="" />
  255. <img src="images/t500/0049.jpg" alt="" />
  256. </p>
  257. <p>
  258. Disconnect the power jack:<br/>
  259. <img src="images/t500/0050.jpg" alt="" />
  260. <img src="images/t500/0051.jpg" alt="" />
  261. </p>
  262. <p>
  263. Remove the motherboard and cage from the base
  264. (the marked hole is where those cables were routed through):<br/>
  265. <img src="images/t500/0052.jpg" alt="" />
  266. <img src="images/t500/0053.jpg" alt="" />
  267. </p>
  268. <p>
  269. Remove all screws, arranging them in the same layout
  270. when placing the screws on a surface and marking each screw
  271. hole (this is to reduce the possibility of putting them
  272. back in the wrong holes):<br/>
  273. <img src="images/t500/0054.jpg" alt="" />
  274. <img src="images/t500/0055.jpg" alt="" />
  275. </p>
  276. <p>
  277. Also remove this:<br/>
  278. <img src="images/t500/0056.jpg" alt="" />
  279. <img src="images/t500/0057.jpg" alt="" />
  280. </p>
  281. <p>
  282. Separate the motherboard from the cage:<br/>
  283. <img src="images/t500/0058.jpg" alt="" />
  284. <img src="images/t500/0059.jpg" alt="" />
  285. </p>
  286. <p>
  287. The flash chip is next to the memory slots. On this
  288. system, it was a SOIC-8 (4MiB or 32Mb) flash chip:<br/>
  289. <img src="images/t500/0060.jpg" alt="" />
  290. </p>
  291. <p>
  292. Connect your programmer, then connect GND and 3.3V<br/>
  293. <img src="images/t500/0061.jpg" alt="" /><br/>
  294. <img src="images/t400/0067.jpg" alt="" />
  295. <img src="images/t400/0069.jpg" alt="" />
  296. <img src="images/t400/0070.jpg" alt="" />
  297. <img src="images/t400/0071.jpg" alt="" />
  298. </p>
  299. <p>
  300. A dedicated 3.3V PSU was used to create this guide, but
  301. at ATX PSU is also fine:<br/>
  302. <img src="images/t400/0072.jpg" alt="" />
  303. </p>
  304. <p>
  305. Of course, make sure to turn on your PSU:<br/>
  306. <img src="images/x200/disassembly/0013.jpg" alt="" />
  307. </p>
  308. <p>
  309. Now, you should be ready to install libreboot.
  310. </p>
  311. <p>
  312. Flashrom binaries for ARM (tested on a BBB) are distributed in libreboot_util. Alternatively,
  313. libreboot also distributes flashrom source code which can be built.
  314. </p>
  315. <p>
  316. Log in as root on your BBB, using the instructions in <a href="bbb_setup.html#bbb_access">bbb_setup.html#bbb_access</a>.
  317. </p>
  318. <p>
  319. Test that flashrom works:<br/>
  320. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512</b><br/>
  321. In this case, the output was:
  322. </p>
  323. <pre>
  324. flashrom v0.9.7-r1854 on Linux 3.8.13-bone47 (armv7l)
  325. flashrom is free software, get the source code at http://www.flashrom.org
  326. Calibrating delay loop... OK.
  327. Found Macronix flash chip &quot;MX25L6405(D)&quot; (8192 kB, SPI) on linux_spi.
  328. Found Macronix flash chip &quot;MX25L6406E/MX25L6436E&quot; (8192 kB, SPI) on linux_spi.
  329. Found Macronix flash chip &quot;MX25L6445E/MX25L6473E&quot; (8192 kB, SPI) on linux_spi.
  330. Multiple flash chip definitions match the detected chip(s): &quot;MX25L6405(D)&quot;, &quot;MX25L6406E/MX25L6436E&quot;, &quot;MX25L6445E/MX25L6473E&quot;
  331. Please specify which chip definition to use with the -c &lt;chipname&gt; option.
  332. </pre>
  333. <p>
  334. How to backup factory.rom (change the -c option as neeed, for your flash chip):<br/>
  335. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r factory.rom</b><br/>
  336. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r factory1.rom</b><br/>
  337. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r factory2.rom</b><br/>
  338. Note: the <b>-c</b> option is not required in libreboot's patched flashrom, because
  339. the redundant flash chip definitions in <i>flashchips.c</i> have been removed.<br/>
  340. Now compare the 3 images:<br/>
  341. # <b>sha512sum factory*.rom</b><br/>
  342. If the hashes match, then just copy one of them (the factory.rom) to a safe place (on a drive connected to another system, not
  343. the BBB). This is useful for reverse engineering work, if there is a desirable behaviour in the original firmware
  344. that could be replicated in coreboot and libreboot.
  345. </p>
  346. <p>
  347. Follow the instructions at <a href="../hcl/gm45_remove_me.html#ich9gen">../hcl/gm45_remove_me.html#ich9gen</a>
  348. to change the MAC address inside the libreboot ROM image, before flashing it.
  349. Although there is a default MAC address inside the ROM image, this is not what you want. <b>Make sure
  350. to always change the MAC address to one that is correct for your system.</b>
  351. </p>
  352. <p>
  353. Now flash it:<br/>
  354. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w path/to/libreboot/rom/image.rom -V</b>
  355. </p>
  356. <p>
  357. <img src="images/x200/disassembly/0015.jpg" alt="" />
  358. </p>
  359. <p>
  360. You might see errors, but if it says <b>Verifying flash... VERIFIED</b> at the end, then it's flashed and should boot.
  361. If you see errors, try again (and again, and again); the message <b>Chip content is identical to the requested image</b>
  362. is also an indication of a successful installation.
  363. </p>
  364. <p>
  365. Example output from running the command (see above):
  366. </p>
  367. <pre>
  368. flashrom v0.9.7-r1854 on Linux 3.8.13-bone47 (armv7l)
  369. flashrom is free software, get the source code at http://www.flashrom.org
  370. Calibrating delay loop... OK.
  371. Found Macronix flash chip &quot;MX25L6405(D)&quot; (8192 kB, SPI) on linux_spi.
  372. Reading old flash chip contents... done.
  373. Erasing and writing flash chip... FAILED at 0x00001000! Expected=0xff, Found=0x00, failed byte count from 0x00000000-0x0000ffff: 0xd716
  374. ERASE FAILED!
  375. Reading current flash chip contents... done. Looking for another erase function.
  376. Erase/write done.
  377. Verifying flash... VERIFIED.
  378. </pre>
  379. <p>
  380. <a href="#pagetop">Back to top of page.</a>
  381. </p>
  382. </div>
  383. <div class="section photos" id="paste">
  384. <h1>Thermal paste (IMPORTANT)</h1>
  385. <p>
  386. Because part of this procedure involved removing the heatsink, you will need to apply new paste.
  387. Arctic MX-4 is ok. You will also need isopropyl alcohol and an anti-static cloth to clean with.
  388. </p>
  389. <p>
  390. When re-installing the heatsink, you must first clean off all old paste with the alcohol/cloth.
  391. Then apply new paste. Arctic MX-4 is also much better than the default paste used on these systems.
  392. </p>
  393. <p>
  394. <img src="images/t400/paste.jpg" alt="" />
  395. </p>
  396. <p>
  397. NOTE: the photo above is for illustration purposes only, and does not show how to properly apply the thermal paste.
  398. Other guides online detail the proper application procedure.
  399. </p>
  400. </div>
  401. <div class="section">
  402. <h1 id="wifi">Wifi</h1>
  403. <p>
  404. The T500 typically comes with an Intel wifi chipset, which does not
  405. work without proprietary software. For a list of wifi chipsets that
  406. work without proprietary software, see
  407. <a href="../hcl/index.html#recommended_wifi">../hcl/index.html#recommended_wifi</a>.
  408. </p>
  409. <p>
  410. Some T500 laptops might come with an Atheros chipset, but this is 802.11g only.
  411. </p>
  412. <p>
  413. It is recommended that you install a new wifi chipset. This can only
  414. be done after installing libreboot, because the original firmware has
  415. a whitelist of approved chips, and it will refuse to boot if you
  416. use an 'unauthorized' wifi card.
  417. </p>
  418. <p>
  419. The following photos show an Atheros AR5B95 being installed, to
  420. replace the Intel chip that this T500 came with:<br/>
  421. <img src="images/t400/0012.jpg" alt="" />
  422. <img src="images/t400/ar5b95.jpg" alt="" />
  423. </p>
  424. </div>
  425. <div class="section">
  426. <h1 id="wwan">WWAN</h1>
  427. <p>
  428. If you have a WWAN/3G card and/or sim card reader, remove them permanently.
  429. The WWAN-3G card has DMA, and proprietary firmware inside; the technology is
  430. identical to what is used in mobile phones, so it can also track your movements.
  431. </p>
  432. <p>
  433. Not to be confused with wifi (wifi is fine).
  434. </p>
  435. </div>
  436. <div class="section photos">
  437. <h1 id="memory">Memory</h1>
  438. <p>
  439. You need DDR3 SODIMM PC3-8500 RAM installed, in matching pairs
  440. (speed/size). Non-matching pairs won't work. You can also install a
  441. single module (meaning, one of the slots will be empty) in slot 0.
  442. </p>
  443. <p>
  444. Make sure that the RAM you buy is the 2Rx8 density.
  445. </p>
  446. <p>
  447. The following photo shows 8GiB (2x4GiB) of RAM installed:<br/>
  448. <img src="images/t400/memory.jpg" alt="" />
  449. </p>
  450. </div>
  451. <div class="section photos">
  452. <h2>
  453. Boot it!
  454. </h2>
  455. <p>
  456. You should see something like this:
  457. </p>
  458. <p>
  459. <img src="images/t500/0062.jpg" alt="" />
  460. </p>
  461. <p>
  462. Now <a href="../gnulinux/index.html">install GNU/Linux</a>.
  463. </p>
  464. </div>
  465. <div class="section">
  466. <p>
  467. Copyright &copy; 2015 Francis Rowe &lt;info@gluglug.org.uk&gt;<br/>
  468. Permission is granted to copy, distribute and/or modify this document
  469. under the terms of the GNU Free Documentation License, Version 1.3
  470. or any later version published by the Free Software Foundation;
  471. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  472. A copy of the license can be found at <a href="../gfdl-1.3.txt">../gfdl-1.3.txt</a>
  473. </p>
  474. <p>
  475. Updated versions of the license (when available) can be found at
  476. <a href="https://www.gnu.org/licenses/licenses.html">https://www.gnu.org/licenses/licenses.html</a>
  477. </p>
  478. <p>
  479. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  480. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  481. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  482. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  483. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  484. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  485. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  486. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  487. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  488. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  489. </p>
  490. <p>
  491. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  492. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  493. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  494. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  495. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  496. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  497. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  498. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  499. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  500. </p>
  501. <p>
  502. The disclaimer of warranties and limitation of liability provided
  503. above shall be interpreted in a manner that, to the extent
  504. possible, most closely approximates an absolute disclaimer and
  505. waiver of all liability.
  506. </p>
  507. </div>
  508. </body>
  509. </html>