summaryrefslogtreecommitdiffstats
path: root/Documentation/util.md
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@gmx.at>2016-05-02 23:16:57 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-12-19 10:21:32 +0000
commit47d6663bba233014dc6d418b94ad6161751f2176 (patch)
treeef0dd9194c847142522ac74f7a952a25edbd8dde /Documentation/util.md
parent43825e89607db06ac96926ab9872887980fb2ad3 (diff)
downloadcoreboot-47d6663bba233014dc6d418b94ad6161751f2176.tar.gz
coreboot-47d6663bba233014dc6d418b94ad6161751f2176.tar.bz2
coreboot-47d6663bba233014dc6d418b94ad6161751f2176.zip
utils: introduce find_usbdebug.sh to help find USB debug ports
Carl-Daniel made this script a long time ago but it never was picked up in the tree. Now that USB debugging is way more common it makes sense to include it. I have made a number of changes to the original version: * -h help text * check for running as root * enhanced readability (test -> if) * new execution flow and refined output that better shows the device(s) attached to the debug port(s) * handling of Intel rate-matching hubs * hiding of (bogus) error messages from lspci and lsusb Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Change-Id: Iadf775e990f5c5f91a28d57e3331d1f59acee305 Reviewed-on: https://review.coreboot.org/c/9305 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 c63e80139f68..f8fabc1ec33a 100644
--- a/Documentation/util.md
+++ b/Documentation/util.md
@@ -40,6 +40,7 @@ _coreboot.org-status_ and _docs.coreboot.org_
Controller (EC). `C`
* __exynos__ - Computes and fills Exynos ROM checksum (for BL1 or BL2).
`Python2`
+* __find_usbdebug__ - Help find USB debug ports
* __futility__ - Firmware utility for signing ChromeOS images `Make`
* __fuzz-tests__ - Create test cases that crash the jpeg code. `C`
* __genbuild_h__ - Generate build system definitions `Shell`