diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-10-30 17:16:52 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-06 06:22:18 +0000 |
commit | 9d454f942ca0b5599eeacc2440cde885f4904448 (patch) | |
tree | cfafaad1da6c57ac6f7648fe94c75955ed82a703 /docs | |
parent | 44ac10c68ded7f7804e72cb17d1c5651913de99d (diff) | |
download | librebootfr-9d454f942ca0b5599eeacc2440cde885f4904448.tar.gz librebootfr-9d454f942ca0b5599eeacc2440cde885f4904448.zip |
docs: Introduce instructions to maintain depthcharge
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/maintain/index.html | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index f71d67e1..2a8cf271 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"> |