summaryrefslogtreecommitdiffstats
path: root/Documentation/util.md
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-10-18 00:26:21 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-21 09:16:24 +0000
commit194422af82ad61bc2870e3db7d1a1e864e5b1ecd (patch)
treec132729a25e4fe435d4b2f9b164327c6f57a4212 /Documentation/util.md
parent3e42dbac307ae1b9c29874ac732b8d07109427cf (diff)
downloadcoreboot-194422af82ad61bc2870e3db7d1a1e864e5b1ecd.tar.gz
coreboot-194422af82ad61bc2870e3db7d1a1e864e5b1ecd.tar.bz2
coreboot-194422af82ad61bc2870e3db7d1a1e864e5b1ecd.zip
Documentation: Make sure ifdtool/index gets added to toctree
Change-Id: I57b37ebd3383e73a101511e303ad3beeb9d4ea31 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36109 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'Documentation/util.md')
-rw-r--r--Documentation/util.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/util.md b/Documentation/util.md
index 3a09b0010185..021af791c7e1 100644
--- a/Documentation/util.md
+++ b/Documentation/util.md
@@ -1,4 +1,7 @@
# Utilities
+
+## List of utils
+
_Scripts and programs found in the `./util` directory_
* __abuild__ - coreboot autobuild script builds coreboot images for all
available targets. `bash`
@@ -131,3 +134,8 @@ CPUs. `C`
* __x86__ - Generates 32-bit PAE page tables based on a CSV input file.
`Go`
* __xcompile__ - Cross compile setup `Bash`
+
+
+## In depth documentation
+
+* [ifdtool](ifdtool/index.md)