aboutsummaryrefslogtreecommitdiff
path: root/docs/git
diff options
context:
space:
mode:
author4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org>2017-01-22 03:18:10 +0000
committer4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org>2017-01-22 03:25:50 +0000
commitcab47f3178db195d797db89486dc56383c28aace (patch)
treee515305d51c8220dda5c74e3c91de876fa4931f5 /docs/git
parentbae4652b291d4310c9ff105a874c009b3cdbaedc (diff)
downloadlibrebootfr-cab47f3178db195d797db89486dc56383c28aace.tar.gz
librebootfr-cab47f3178db195d797db89486dc56383c28aace.zip
remove CrOS boards/utils from old build system (new build system has them)
Diffstat (limited to 'docs/git')
-rw-r--r--docs/git/index.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/git/index.html b/docs/git/index.html
index 4ccb7b27..f3b5d4e7 100644
--- a/docs/git/index.html
+++ b/docs/git/index.html
@@ -13,6 +13,14 @@
<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>
+<div class="section">
+<p>
+Depthcharge is currently not documented, since it is in the new build system.
+Instructions for how to build boards that have depthcharge are included in
+the BUILD_HOWTO file in libreboot.git or _src.
+</p>
+</div>
+
<div class="section">
<h1 id="pagetop">Building libreboot from source</h1>
<p>
@@ -301,12 +309,6 @@
The list of board options can be found by looking at the directory
names in <b>resources/libreboot/config/grub/</b>.
</p>
- <p>
- For those boards which use the depcharge payload, you must use:
- $ <b>./oldbuild roms withdepthcharge</b><br/>
- You can also build for a specific board or set of boards. For example:<br/>
- $ <b>./oldbuild roms withdepthcharge veyron_speedy</b>
- </p>
<p>
To clean (reverse) everything, do the following:<br/>
@@ -315,7 +317,7 @@
<p>
The ROM images will be stored under <b>bin/<i>payload</i>/</b>,
- where <i>payload</i> could be <i>grub</i>, <i>depthcharge</i>, <i>seabios</i>, or
+ where <i>payload</i> could be <i>grub</i>, <i>seabios</i>, or
whatever other payload those images were built for.
</p>