[coreboot-gerrit] Patch set updated for coreboot: util/autoport: Create superiotool logs

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Tue Mar 14 22:56:31 CET 2017


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18483

-gerrit

commit 00e239e35839aeeff24a61c664472d9f19b59f4f
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Fri Feb 24 13:18:14 2017 +0100

    util/autoport: Create superiotool logs
    
    Change-Id: I29797ac6078c0488cb75a8e510bfd5ddf49e4b8b
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 util/autoport/log_maker.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/autoport/log_maker.go b/util/autoport/log_maker.go
index 86fc9b2..15bd51c 100644
--- a/util/autoport/log_maker.go
+++ b/util/autoport/log_maker.go
@@ -94,6 +94,7 @@ func MakeLogs(outDir string) {
 
 	RunAndSave(outDir+"/inteltool.log", "../inteltool/inteltool", inteltoolArgs)
 	RunAndSave(outDir+"/ectool.log", "../ectool/ectool", "-d")
+	RunAndSave(outDir+"/superiotool.log", "../superiotool/superiotool", "-ade")
 
 	SysDir := "/sys/class/sound/card0/"
 	files, _ := ioutil.ReadDir(SysDir)



More information about the coreboot-gerrit mailing list