diff options
author | Tom Hiller <thrilleratplay@gmail.com> | 2018-07-26 21:33:35 -0400 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2018-07-31 13:10:51 +0000 |
commit | 785dee005b8bcf783732b3418e6d3ca609ce9f9c (patch) | |
tree | c8eff4bce716413c8ec041c95f8d4d9dd0b89dc6 /Documentation/util.md | |
parent | 781693f21102a10b2a8faeff2c796c5c5da3ae22 (diff) |
Documentation: Add util.md summary
Add short explanation of Utility list
Change-Id: I5fc45ebe29cd42c1aa18c59dabc3ac3db3107bd7
Signed-off-by: Tom Hiller <thrilleratplay@gmail.com>
Reviewed-on: https://review.coreboot.org/27656
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'Documentation/util.md')
-rw-r--r-- | Documentation/util.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/util.md b/Documentation/util.md index 9adb908615..be7cc9906c 100644 --- a/Documentation/util.md +++ b/Documentation/util.md @@ -1,4 +1,5 @@ # Utilities +_Scripts and programs found in the `./util` directory_ * __abuild__ - coreboot autobuild script builds coreboot images for all available targets. `bash` * __acpi__ - Walk through all ACPI tables with their addresses. `bash` |