summaryrefslogtreecommitdiffstats
path: root/docs/maintain/index.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-13 14:27:38 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-10-14 19:08:12 (EDT)
commitda0b13bc655a4dab57d28697e73b1d44fa611cf3 (patch)
treee4b6c093c1804125d7fefcbb83ccc66dce809e5d /docs/maintain/index.html
parent479070b54390a415b77883fb88d2e0a68e212e57 (diff)
downloadlibreboot-da0b13bc655a4dab57d28697e73b1d44fa611cf3.zip
libreboot-da0b13bc655a4dab57d28697e73b1d44fa611cf3.tar.gz
libreboot-da0b13bc655a4dab57d28697e73b1d44fa611cf3.tar.bz2
Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOS
Diffstat (limited to 'docs/maintain/index.html')
-rw-r--r--docs/maintain/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html
index 0dc9565..3a0da0a 100644
--- a/docs/maintain/index.html
+++ b/docs/maintain/index.html
@@ -60,6 +60,9 @@
<li>
<a href="#updating_memtest86plus">Updating MemTest86+</a>
</li>
+ <li>
+ <a href="#seabios">SeaBIOS</a>
+ </li>
</ul>
<p>
@@ -596,6 +599,39 @@
</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">