<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>OK, i resolve problem with other errors INT10 & 
PCI :-)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>These errors have in coreboot without SeaBIOS or if 
set make menuconfig payload to None and manually add SeaBIOS to coreboot like 
this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>./build/cbfstool build/coreboot.rom add-payload -f 
build/seabios/out/bios.bin.elf -n fallback/payload -c lzma</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>If we want to use new version SeaBIOS we 
have build like this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>cd /coreboot</FONT></DIV>
<DIV><FONT face=Arial size=2>make distclean</FONT></DIV>
<DIV><FONT face=Arial size=2>make menuconfig (select board & set SeaBIOS to 
master)</FONT></DIV>
<DIV><FONT face=Arial size=2>cd build</FONT></DIV>
<DIV><FONT face=Arial size=2>git clone seabios version which I 
want use</FONT></DIV>
<DIV><FONT face=Arial size=2>(no use make menuconfig in SeaBIOS because coreboot 
ignores these setings, if need change debug to 8 simply edit 
src/Kconfig)</FONT></DIV>
<DIV><FONT face=Arial size=2>cd ..</FONT></DIV>
<DIV><FONT face=Arial size=2>make (this build coreboot with SeaBIOS manually 
cloned)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I don't know why coreboot ignores settings SeaBIOS 
from make menuconfig</FONT></DIV></BODY></HTML>