Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30161
Change subject: util/bucts: Add a description.md file ......................................................................
util/bucts: Add a description.md file
Change-Id: I367703ffcd8d10dec0c67b61c9ebbefd497424fd Signed-off-by: Jonathan Neuschäfer j.neuschaefer@gmx.net --- M Documentation/util.md M util/README.md A util/bucts/description.md 3 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/30161/1
diff --git a/Documentation/util.md b/Documentation/util.md index d76c294..c63e801 100644 --- a/Documentation/util.md +++ b/Documentation/util.md @@ -18,6 +18,7 @@ `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 2fe0afc..bd1398b 100644 --- a/util/README.md +++ b/util/README.md @@ -16,6 +16,7 @@ `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 0000000..e777e5b --- /dev/null +++ b/util/bucts/description.md @@ -0,0 +1 @@ +A tool to manipulate the BUC.TS bit on Intel targets. `C`