summaryrefslogtreecommitdiffstats
path: root/docs/git/index.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-13 18:38:47 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-13 18:38:47 (EST)
commit4ebfb52f2418adf73405c90771c1b080644afed0 (patch)
tree64e66c7bc2a6692330a22588f361ff29e51be013 /docs/git/index.html
parent50701e0614ccb2c5d87cfe17e0abc85341773260 (diff)
downloadlibreboot-4ebfb52f2418adf73405c90771c1b080644afed0.zip
libreboot-4ebfb52f2418adf73405c90771c1b080644afed0.tar.gz
libreboot-4ebfb52f2418adf73405c90771c1b080644afed0.tar.bz2
Delete SeaBIOS from libreboot.
It was virtually useless. Noone used it. SeaBIOS is easy enough to build from source if someone wants to use it from now on.
Diffstat (limited to 'docs/git/index.html')
-rw-r--r--docs/git/index.html41
1 files changed, 0 insertions, 41 deletions
diff --git a/docs/git/index.html b/docs/git/index.html
index 02c8279..df2b0fc 100644
--- a/docs/git/index.html
+++ b/docs/git/index.html
@@ -41,7 +41,6 @@
</ul>
</li>
<li><a href="#build">How to build the ROM images</a></li>
- <li><a href="#build_addseabios">Add SeaBIOS to the ROM images</a></li>
</ul>
</div>
@@ -675,46 +674,6 @@
<div class="section">
- <h1 id="build_addseabios">How to add SeaBIOS to the ROM images</h1>
-
- <p>
- SeaBIOS isn't really needed since libreboot uses the GRUB payload which
- is much better (for several reasons), so it is no longer included in the ROM
- images by default. Instead, you can add it afterwards.
- </p>
-
- <p>
- In the supplied binary archives, or in your own (if you did 'build-release') you can add SeaBIOS
- to the ROM images, along with SeaVGABIOS which is a free/libre Video BIOS implementation that wraps
- around the 'native graphics initializitation' code in coreboot, for boards that have support for it.
- </p>
-
- <p>
- First, <a href="#build_dependencies">install the build dependencies</a>.
- </p>
-
- <p>
- Binaries for cbfstool are provided (built from libreboot_src) statically linked under cbfstool/ and the <b>addseabios</b>
- script (see below) will try to automatically select the right one to use.
- </p>
-
- <p>
- Now:<br/>
- $ <b>./addseabios</b>
- </p>
-
- <p>
- SeaBIOS and SeaVGABIOS (which the build scripts created, and the build-release script put - compiled -
- inside the binary archive) have now been added to all of the ROM images under ./bin/. A GRUB menuentry will show
- up when you boot your machine, allowing you to use SeaBIOS.
- </p>
-
- <p><a href="#pagetop">Back to top of page</a></p>
-
- </div>
-
- <div class="section">
-
<p>
Copyright &copy; 2014, 2015 Francis Rowe &lt;info@gluglug.org.uk&gt;<br/>
This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions.