aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool
diff options
context:
space:
mode:
authorTom Hiller <thrilleratplay@gmail.com>2018-07-21 00:14:00 -0400
committerPatrick Rudolph <siro@das-labor.org>2018-07-26 13:26:50 +0000
commit8ba9e8cf63f92902cdb71eb5c4d3b3ea579380f4 (patch)
treea0e0bdfb21d9f36f91525134cdf42959c042b128 /util/cbfstool
parented6d1e6dcca71715edb8f284958fc2fddecfeb8c (diff)
util: Add description.md to each util
Descriptions are taken from the files themselves or READMEs. Description followed by a space with the language in marked up as code. Change-Id: I5f91e85d1034736289aedf27de00df00db3ff19c Signed-off-by: Tom Hiller <thrilleratplay@gmail.com> Reviewed-on: https://review.coreboot.org/27563 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'util/cbfstool')
-rw-r--r--util/cbfstool/description.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/cbfstool/description.md b/util/cbfstool/description.md
new file mode 100644
index 0000000000..63b50f2f12
--- /dev/null
+++ b/util/cbfstool/description.md
@@ -0,0 +1,5 @@
+__cbfstool__
+ * _cbfstool_ - For manipulating CBFS file `C`
+ * _fmaptool_ - Converts plaintext fmd files into fmap blobs `C`
+ * _rmodtool_ - Creates rmodules `C`
+ * _ifwitool_ - For manipulating IFWI `C`