d945gclf.html 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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>Intel D945GCLF flashing tutorial</title>
  10. </head>
  11. <body><div class="section"><p>If you're using libreboot from git, note that only CrOS devices build at the moment. We merged a newly rewritten build system recently, and we've yet to complete re-integration of older boards into Libreboot. Use Libreboot 20160907 for the time being, unless you're involved in libreboot development</p></div>
  12. <div class="section">
  13. <h1 id="pagetop">Intel D945GCLF flashing tutorial</h1>
  14. <p>
  15. This guide is for those who want libreboot on their Intel D945GCLF
  16. motherboard while they still have the original BIOS present.
  17. </p>
  18. <p>
  19. For information about this board, go to
  20. <a href="../hcl/d945gclf.html">../hcl/d945gclf.html</a>
  21. </p>
  22. <p>
  23. <a href="./">Back to main index</a>
  24. </p>
  25. </div>
  26. <div class="section">
  27. <h1 id="clip">Flashing instructions</h1>
  28. <p>
  29. Refer to <a href="bbb_setup.html">bbb_setup.html</a> for how to
  30. set up the BBB for external flashing.
  31. </p>
  32. <p>
  33. Here is an image of the flash chip:<br/>
  34. <img alt="" src="../images/d945gclf/d945gclf_spi.jpg" />
  35. </p>
  36. </div>
  37. <div class="section">
  38. <p>
  39. Copyright &copy; 2016 Leah Rowe &lt;info@minifree.org&gt;<br/>
  40. Permission is granted to copy, distribute and/or modify this document
  41. under the terms of the Creative Commons Attribution-ShareAlike 4.0 International license
  42. or any later version published by Creative Commons;
  43. A copy of the license can be found at <a href="../cc-by-sa-4.0.txt">../cc-by-sa-4.0.txt</a>
  44. </p>
  45. <p>
  46. Updated versions of the license (when available) can be found at
  47. <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">https://creativecommons.org/licenses/by-sa/4.0/legalcode</a>
  48. </p>
  49. <p>
  50. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  51. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  52. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  53. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  54. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  55. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  56. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  57. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  58. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  59. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  60. </p>
  61. <p>
  62. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  63. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  64. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  65. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  66. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  67. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  68. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  69. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  70. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  71. </p>
  72. <p>
  73. The disclaimer of warranties and limitation of liability provided
  74. above shall be interpreted in a manner that, to the extent
  75. possible, most closely approximates an absolute disclaimer and
  76. waiver of all liability.
  77. </p>
  78. </div>
  79. </body>
  80. </html>