Uwe Hermann wrote:
What's the Super I/O? That should be the first thing to add. You need it for serial output.
ite it8712(f?).
In auto.c, change the #include "superio/xxx" to "superio/ite/it8712f". Then, in main(), change the line xxx_enable_serial() to it8712f_enable_serial(). Compile it and see if you get serial output!
-Corey