summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-10-30 12:16:52 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-11-06 01:22:18 (EST)
commit9d454f942ca0b5599eeacc2440cde885f4904448 (patch)
treecfafaad1da6c57ac6f7648fe94c75955ed82a703
parent44ac10c68ded7f7804e72cb17d1c5651913de99d (diff)
downloadlibreboot-9d454f942ca0b5599eeacc2440cde885f4904448.zip
libreboot-9d454f942ca0b5599eeacc2440cde885f4904448.tar.gz
libreboot-9d454f942ca0b5599eeacc2440cde885f4904448.tar.bz2
docs: Introduce instructions to maintain depthcharge
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--docs/maintain/index.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html
index f71d67e..2a8cf27 100644
--- a/docs/maintain/index.html
+++ b/docs/maintain/index.html
@@ -49,7 +49,7 @@
</ul>
</li>
<li>
- <a href="#updating_depthcharge">Updating depthcharge</a> (TODO)
+ <a href="#updating_depthcharge">Updating depthcharge</a>
</li>
<li>
<a href="#updating_flashrom">Updating flashrom</a>
@@ -526,13 +526,27 @@
</div>
<div class="section">
- <h1 id="updating_depthcharge">Updating depthcharge (TODO)</h1>
+
+ <h1 id="updating_depthcharge">Updating depthcharge</h1>
+
+ <p>
+ The script to download depthcharge is: <i>resources/scripts/helpers/download/depthcharge</i>.
+ </p>
+
<p>
- TODO: write this section.
+ Patches are in <i>resources/depthcharge/patch/</i>.
</p>
+
+ <p>
+ The configuration used for depthcharge is located in <i>depthcharge/board</i>.
+ Each board has a <i>defconfig</i> Kconfig configuration and a </i>fmap.dts</i> FMAP device-tree configuration.
+ Those shouldn't need much attention, but when needed, it's best to modify them in the depthcharge tree (with patches) to keep things in one place.
+ </p>
+
<p>
<a href="#pagetop">Back to top of page</a>.
</p>
+
</div>
<div class="section">