diff options
author | Iru Cai <mytbk920423@gmail.com> | 2017-02-24 15:19:25 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-03-02 21:59:27 +0100 |
commit | bc5112029b633fffef2a0abca4a438bd6264f467 (patch) | |
tree | 97f6a3facf5054a10df74f3580217ac49e5223dc /util/autoport | |
parent | 610d1c67b2298a9840681c2b4492b6d3fdf44a46 (diff) |
autoport: add "-d" option to ectool to dump registers
Change-Id: I7de37a026a0899c2d07ea17c9377c8d2283450ab
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Reviewed-on: https://review.coreboot.org/18481
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'util/autoport')
-rw-r--r-- | util/autoport/log_maker.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/log_maker.go b/util/autoport/log_maker.go index 7c8240eaec..86fc9b2ffb 100644 --- a/util/autoport/log_maker.go +++ b/util/autoport/log_maker.go @@ -93,7 +93,7 @@ func MakeLogs(outDir string) { } RunAndSave(outDir+"/inteltool.log", "../inteltool/inteltool", inteltoolArgs) - RunAndSave(outDir+"/ectool.log", "../ectool/ectool") + RunAndSave(outDir+"/ectool.log", "../ectool/ectool", "-d") SysDir := "/sys/class/sound/card0/" files, _ := ioutil.ReadDir(SysDir) |