<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<br>   I currently use the coreboot v2 -3290 version.(very new).<br>   When I boot the corboot V2 on the intel/Truxon board, the serial port without VGA is ok.<br>  Then, I tried to add the VGA add-on card, the coreboot hung in the VGA ROM.<br><br>  After hard debug, I found this VGA OPTION ROM will check a flag in the address 0xffffe, in coreboot the value is 0x0.<br> So the OptionROM go to the wrong path and do the infinite loop.<br><br>  Actually, this addr in the legacy bios will put the System Mode ID (0xFC) in it, I manually wrote 0xFC to the address 0xfffffe.<br> The VGA ROM was ok and the screen was trun on.<br><br> I guess it is a thing the coreboot should do, otherwise some VGA OPTION ROM can't work correctly.<br><br><br /><hr />What can you do with the new Windows Live? <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>Find out</a></body>
</html>