From 47d6663bba233014dc6d418b94ad6161751f2176 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Mon, 2 May 2016 23:16:57 +0200 Subject: 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 Change-Id: Iadf775e990f5c5f91a28d57e3331d1f59acee305 Reviewed-on: https://review.coreboot.org/c/9305 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'util/README.md') diff --git a/util/README.md b/util/README.md index bd1398bafb..470013ed25 100644 --- a/util/README.md +++ b/util/README.md @@ -38,6 +38,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` -- cgit v1.2.3