Hi,

I'm trying to use autoport to port coreboot to a machine. However, when I look at the logs generated by:
./autoport --input_log=logs --make_logs --coreboot_dir=../..

I saw in logs/ectool.log:
../ectool/ectool: invalid option -- 'a'
usage: ../ectool/ectool [-vh?Vidq] [-w 0x<addr> -z 0x<data>]

So the autoport program doesn't make use of ectool, and it needs some fixing.

Iru