summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/util.md1
-rw-r--r--util/README.md1
-rw-r--r--util/bucts/description.md1
3 files changed, 3 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__
diff --git a/util/README.md b/util/README.md
index 2fe0afc8530a..bd1398bafbf6 100644
--- a/util/README.md
+++ b/util/README.md
@@ -16,6 +16,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__
diff --git a/util/bucts/description.md b/util/bucts/description.md
new file mode 100644
index 000000000000..e777e5b35d65
--- /dev/null
+++ b/util/bucts/description.md
@@ -0,0 +1 @@
+A tool to manipulate the BUC.TS bit on Intel targets. `C`