From 2e8f4ccfe636fcb0ccd62aee503aa2320c83b6ea Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Thu, 25 Jan 2018 21:44:09 +0800 Subject: ectool: Add an option to get and use EC ports from /proc/ioports There are boards that don't use ports 0x62 and 0x66 for EC, e.g. Dell Latitude E6230 uses 0x930 and 0x934. Change-Id: Ie3005f5cd6e37206ef187267b0542efdeb26b3af Signed-off-by: Iru Cai Reviewed-on: https://review.coreboot.org/23430 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- util/autoport/log_maker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/autoport/log_maker.go') diff --git a/util/autoport/log_maker.go b/util/autoport/log_maker.go index a62f8f6ea8..08b35d2195 100644 --- a/util/autoport/log_maker.go +++ b/util/autoport/log_maker.go @@ -94,7 +94,7 @@ func MakeLogs(outDir string) { } RunAndSave(outDir+"/inteltool.log", "../inteltool/inteltool", inteltoolArgs) - RunAndSave(outDir+"/ectool.log", "../ectool/ectool", "-d") + RunAndSave(outDir+"/ectool.log", "../ectool/ectool", "-pd") RunAndSave(outDir+"/superiotool.log", "../superiotool/superiotool", "-ade") SysDir := "/sys/class/sound/card0/" -- cgit v1.2.3