[coreboot-gerrit] New patch to review for coreboot: util/autoport: Create superiotool logs

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Fri Feb 24 13:23:27 CET 2017


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18483

-gerrit

commit f01cbbf74bc65473a4ccaf308943dc57476c7aa7
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 7c8240e..1415d68 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")
+	RunAndSave(outDir+"/superiotool.log", "../superiotool/superiotool", "-ade")
 
 	SysDir := "/sys/class/sound/card0/"
 	files, _ := ioutil.ReadDir(SysDir)



More information about the coreboot-gerrit mailing list