Patrick Georgi has submitted this change. ( 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 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 --- M Documentation/ifdtool/index.md M Documentation/util.md 2 files changed, 9 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved
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)