summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-13 17:24:17 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-13 17:24:17 (EST)
commit5d146f0380ee4844b4530669fcd1a63a0b6b8902 (patch)
tree74769f31ea970894f4b341a248aeea809dead807
parent35666dff7e8f946b8767166fa9b9d2526dc1bb67 (diff)
downloadlibreboot-5d146f0380ee4844b4530669fcd1a63a0b6b8902.zip
libreboot-5d146f0380ee4844b4530669fcd1a63a0b6b8902.tar.gz
libreboot-5d146f0380ee4844b4530669fcd1a63a0b6b8902.tar.bz2
backport 34e0269
-rw-r--r--docs/maintain/index.html36
-rw-r--r--docs/tasks.html6
2 files changed, 0 insertions, 42 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html
index 2a8cf27..c3a620d 100644
--- a/docs/maintain/index.html
+++ b/docs/maintain/index.html
@@ -60,9 +60,6 @@
<li>
<a href="#updating_memtest86plus">Updating MemTest86+</a>
</li>
- <li>
- <a href="#seabios">SeaBIOS</a>
- </li>
</ul>
<p>
@@ -606,39 +603,6 @@
</p>
</div>
-
- <div class="section">
-
- <h1 id="seabios">SeaBIOS</h1>
-
- <p>
- Create the SeaBIOS config like so (changed from defaults):<br/>
- $ <b>./build config seabiosmodify</b>
- </p>
-<pre>
-General Features -&gt; Build Target -&gt; Build for coreboot (enable)
-VGA ROM -&gt; VGA Hardware Type -&gt; coreboot linear framebuffer (enable)
-Debugging -&gt; Serial port debugging (enable)
-</pre>
-
- <p>
- When updating SeaBIOS, run the following:<br/>
- $ <b>./build config seabiosupdate</b><br/>
- (this will run <b>make oldconfig</b> on seabios)
- </p>
-
- <p>
- Relevant scripts:
- </p>
- <ul>
- <li>resources/scripts/helpers/build/config/seabiosmodify</li>
- <li>resources/scripts/helpers/build/config/seabiosupdate</li>
- <li>resources/scripts/helpers/download/seabios (change patches used, revision, etc)</li>
- <li>resources/scripts/helpers/build/clean/seabios</li>
- <li>resources/scripts/helpers/build/module/seabios</li>
- </ul>
-
- </div>
<div class="section">
diff --git a/docs/tasks.html b/docs/tasks.html
index 28304b1..4d26c59 100644
--- a/docs/tasks.html
+++ b/docs/tasks.html
@@ -321,15 +321,9 @@
<a href="http://review.coreboot.org/#/c/8618/">http://review.coreboot.org/#/c/8618/</a>
<a href="http://review.coreboot.org/#/c/8619/">http://review.coreboot.org/#/c/8619/</a>
</li>
- <li>
- not yet merged in master (coreboot:
- <a href="http://review.coreboot.org/#/c/10515/">http://review.coreboot.org/#/c/10515/</a> --
- not really relevant yet, but will be in the future. (libreboot currently ignores SeaBIOS)
- </li>
<li>NOTE: see build/release/* commands for coreboot/.coreboot-version in libreboot</li>
<li>NOTE: GRUB ELF executable (payload) is built reproducibly in libreboot now</li>
<li>NOTE: MemTest86+ seems to be built reproducibly, but we're not sure. @uref{https://reproducible.debian.net/rb-pkg/testing/amd64/memtest86+.html,this link}</li>
- <li>NOTE: SeaBIOS version used is based on 1.8, we need to use the latest version based on 1.9 (or just use 1.9) which is much better according to lynxisyes</li>
</ul>
</li>
</ul>