On Thu, Oct 22, 2009 at 6:29 PM, Konstantin Lazarev klazarev@sbcglobal.netwrote:
Hello,
I am working on booting up VIA VX800 board with coreboot. I have coreboot (r4824) stuck on POST code 0x80 (sequence was "00" -> "10" -> "80") with this board. Could somebody please let me know where (in which source file in coreboot) this code is outputted in port 0x80?
src/boot/hardwaremain.c, right before console_init.
Hopefully you'll quickly get to the point where you can use serial output, it's much more informative.
Thanks, Myles