diff options
author | Martin Roth <gaumless@gmail.com> | 2022-05-22 18:20:02 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-28 05:14:22 +0000 |
commit | d5ada6d78162e60b4a984a32eb3689a0f492ee37 (patch) | |
tree | d7cd97f28242d7020e95617a5df581d6af1d28dd /Documentation/util.md | |
parent | 13c8dc5d2364168c8ddd323e355f9a8d86f7ff2e (diff) |
Documentation: Move cbfstool & ifdtool dirs under util\
Change-Id: If1b263345baf321cde75058f310c96d89a95d62d
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64577
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'Documentation/util.md')
-rw-r--r-- | Documentation/util.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/util.md b/Documentation/util.md index b618dccc44..ddcd2a1191 100644 --- a/Documentation/util.md +++ b/Documentation/util.md @@ -25,7 +25,7 @@ status repository `Bash` `Go` * __cavium__ - Devicetree_convert Tool to convert a DTB to a static C file `Python` * __cbfstool__ - * [_cbfstool_](cbfstool/index.md) - For manipulating CBFS file + * [_cbfstool_](util/cbfstool/index.md) - For manipulating CBFS file `C` * _fmaptool_ - Converts plaintext fmd files into fmap blobs `C` * _rmodtool_ - Creates rmodules `C` @@ -50,7 +50,7 @@ Controller (EC). `C` * __genbuild_h__ - Generate build system definitions `Shell` * __gitconfig__ - Initialize git repository submodules install git hooks `Bash` -* [__ifdtool__](ifdtool/index.md) - Extract and dump Intel Firmware +* [__ifdtool__](util/ifdtool/index.md) - Extract and dump Intel Firmware Descriptor information `C` * __intelmetool__ - Dump interesting things about Management Engine even if hidden `C` @@ -155,7 +155,8 @@ the documentation `Bash` ## In depth documentation -* [ifdtool](ifdtool/index.md) +* [cbfstool](util/cbfstool/index.md) +* [ifdtool](util/ifdtool/index.md) ## Generated documentation |