r400_external.html 19 KB

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