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 <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/23430 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@@ -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/"
|
||||
|
Reference in New Issue
Block a user