diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ifdtool/index.md | 1 | ||||
-rw-r--r-- | Documentation/util.md | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ifdtool/index.md b/Documentation/ifdtool/index.md index e6e6057a74..4348009f10 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 3a09b00101..021af791c7 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) |