diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-12 01:48:16 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-12 01:48:16 +0100 |
commit | 162ed3fcd5d524f09755fa060920fc649d4e5f1f (patch) | |
tree | 0a359437e247e57e07b8b334ee746cb4cb346dae /docs/git | |
parent | 715cccfff28e039c7efb5555427b41d8003d96a9 (diff) | |
download | librebootfr-162ed3fcd5d524f09755fa060920fc649d4e5f1f.tar.gz librebootfr-162ed3fcd5d524f09755fa060920fc649d4e5f1f.zip |
docs/git/index.html: depthcharge boards get their own section
Diffstat (limited to 'docs/git')
-rw-r--r-- | docs/git/index.html | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index 8fc64ab7..69b41e3e 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -32,9 +32,14 @@ <ul> <li><a href="#config_dmidecode">dmidecode</a></li> <li> - <a href="#configgrub">GRUB payload</a> + <a href="#configdepthcharge">Depthcharge payload</a> <ul> <li><a href="#config_c201">ASUS Chromebook C201</a></li> + </ul> + </li> + <li> + <a href="#configgrub">GRUB payload</a> + <ul> <li><a href="#config_kfsn4-dre">ASUS KFSN4-DRE</a></li> <li><a href="#config_x60">ThinkPad X60, X60S and X60 Tablet</a></li> <li><a href="#config_t60">ThinkPad T60</a></li> @@ -325,17 +330,14 @@ </p> </div> - <h2 id="configgrub">GRUB payload</h2> - + <h2 id="configdepthcharge">Depthcharge payload</h2> <p> - GRUB is one of the payloads that libreboot targets. + Depthcharge is one of the payloads that libreboot targets. </p> - <p> Configurations are then saved as files called <b>".config"</b>. Copies of each configuration used - for each system type by the libreboot build scripts are stored in resources/libreboot/config/grub/ + for each system type by the libreboot build scripts are stored in resources/libreboot/config/depthcharge/ </p> - <div class="subsection"> <h3 id="config_c201"> ASUS Chromebook C201 configuration (file: resources/libreboot/config/depthcharge/veyron_speedy/config) @@ -344,6 +346,18 @@ TODO: write this section. </p> </div> + <p><a href="#pagetop">Back to top of page.</a></p> + + <h2 id="configgrub">GRUB payload</h2> + + <p> + GRUB is one of the payloads that libreboot targets. + </p> + + <p> + Configurations are then saved as files called <b>".config"</b>. Copies of each configuration used + for each system type by the libreboot build scripts are stored in resources/libreboot/config/grub/ + </p> <div class="subsection"> <h3 id="config_kfsn4-dre"> |