Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36109 )
Change subject: Documentation: Make sure ifdtool/index gets added to toctree ......................................................................
Documentation: Make sure ifdtool/index gets added to toctree
Change-Id: I57b37ebd3383e73a101511e303ad3beeb9d4ea31 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M Documentation/ifdtool/index.md M Documentation/util.md 2 files changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/36109/1
diff --git a/Documentation/ifdtool/index.md b/Documentation/ifdtool/index.md index e6e6057..4348009 100644 --- a/Documentation/ifdtool/index.md +++ b/Documentation/ifdtool/index.md @@ -1,3 +1,4 @@ +# ifdtool
Contents:
diff --git a/Documentation/util.md b/Documentation/util.md index 3a09b00..021af79 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 @@ * __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)