On Thu, Oct 22, 2009 at 09:04:49PM -0600, Myles Watson wrote:
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.
There's also documentation/POSTCODES which documents some of them (probably not all) and which is probably also outdated and needs fixing. Yay, yet another item on our TODO list :)
Uwe.