summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-10 14:21:20 (EDT)
committer Leah Woods <info@minifree.org>2016-05-10 14:21:20 (EDT)
commit1245567f32ee0ef19281644ce2d51d5ad10d5364 (patch)
tree374a3cbe8ac11ff5ad09d3f34b13d958e0fa644b
parente632c41e260c0529a72bde9d696541aa4212f0d6 (diff)
downloadlibreboot-1245567f32ee0ef19281644ce2d51d5ad10d5364.zip
libreboot-1245567f32ee0ef19281644ce2d51d5ad10d5364.tar.gz
libreboot-1245567f32ee0ef19281644ce2d51d5ad10d5364.tar.bz2
backport changes to master branch
-rw-r--r--docs/images/d510mo/d510mo.jpgbin0 -> 35671 bytes
-rw-r--r--docs/install/d510mo.html55
-rw-r--r--docs/install/index.html2
3 files changed, 56 insertions, 1 deletions
diff --git a/docs/images/d510mo/d510mo.jpg b/docs/images/d510mo/d510mo.jpg
new file mode 100644
index 0000000..7558d5b
--- /dev/null
+++ b/docs/images/d510mo/d510mo.jpg
Binary files differ
diff --git a/docs/install/d510mo.html b/docs/install/d510mo.html
new file mode 100644
index 0000000..e1ac360
--- /dev/null
+++ b/docs/install/d510mo.html
@@ -0,0 +1,55 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <style type="text/css">
+ @import url('../css/main.css');
+ </style>
+
+ <title>D510MO flashing tutorial</title>
+</head>
+
+<body>
+
+ <div class="section">
+ <h1 id="pagetop">D510MO flashing tutorial</h1>
+ <p>
+ This guide is for those who want libreboot on their Intel D510MO
+ motherboard while they still have the original BIOS present.
+ </p>
+ </div>
+
+ <div class="section">
+
+ <h1 id="flashchips">Flash chip size</h1>
+
+ <p>
+ Use this to find out:<br/>
+ # <b>dmidecode | grep ROM\ Size</b>
+ </p>
+
+ <p>
+ <a href="#pagetop">Back to top of page.</a>
+ </p>
+
+ </div>
+
+ <div class="section">
+
+ <h1 id="clip">Flashing instructions</h1>
+
+ <p>
+ Refer to <a href="bbb_setup.html">bbb_setup.html</a> for how to
+ set up the BBB for flashing.
+ </p>
+ <p>
+ This is an image of the flash chip, for reference:<br/>
+ <img src=images/d510mo/d510mo.jpg" alt="" />
+ </p>
+ </div>
+
+</body>
+</html>
diff --git a/docs/install/index.html b/docs/install/index.html
index 85bdbfb..4be9b72 100644
--- a/docs/install/index.html
+++ b/docs/install/index.html
@@ -47,7 +47,7 @@
<ul>
<li><a href="bbb_setup.html">How to program an SPI flash chip with the BeagleBone Black</a></li>
<li><a href="bbb_setup.html">Flashing the Gigabyte GA-G41M-ES2L (has 2 SOIC-8 chips, one is backup)</a></li>
- <li><a href="bbb_setup.html">Flashing the Intel D510MO</a></li>
+ <li><a href="d510mo.html">Flashing the Intel D510MO</a></li>
<li><a href="bbb_ehci.html">How to configure EHCI debugging on the BeagleBone Black</a></li>
<li><a href="kgpe-d16.html">KGPE-D16 (needed if running the proprietary firmware, or to unbrick)</a></li>
<li><a href="kcma-d8.html">KCMA-D8 (needed if running the proprietary firmware, or to unbrick)</a></li>