summaryrefslogtreecommitdiffstats
path: root/Documentation/util.md
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-12-11 15:16:29 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-12-18 13:24:56 +0000
commit6b867b8aa8ca3b69250c2ba30a5bbf8b2f030b93 (patch)
tree056f651fa858f6152ee55c78b396d85401f2d33f /Documentation/util.md
parent85a8169b611e7ca02bc0dad119244b40348a6f5e (diff)
downloadcoreboot-6b867b8aa8ca3b69250c2ba30a5bbf8b2f030b93.tar.gz
coreboot-6b867b8aa8ca3b69250c2ba30a5bbf8b2f030b93.tar.bz2
coreboot-6b867b8aa8ca3b69250c2ba30a5bbf8b2f030b93.zip
util/bucts: Add a description.md file
Change-Id: I367703ffcd8d10dec0c67b61c9ebbefd497424fd Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/c/30161 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation/util.md')
-rw-r--r--Documentation/util.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/util.md b/Documentation/util.md
index d76c2949e5e3..c63e80139f68 100644
--- a/Documentation/util.md
+++ b/Documentation/util.md
@@ -18,6 +18,7 @@ Technologies, for example the Pistachio SoC. `C`
`Yacc`
* __board_status__ - Tools to collect logs and upload them to the board
status repository `Bash` `Go`
+* __bucts__ - A tool to manipulate the BUC.TS bit on Intel targets. `C`
* __cavium__ - Devicetree_convert Tool to convert a DTB to a static C
file `Python`
* __cbfstool__