<div dir="ltr">Wang Wen,<div><br></div><div>I found following message in the coreboot-seabios log,</div><div><br></div><div>[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.3.4-5.fc17.x86_64 root=UUID=c4d4a429-d880-4caa-831e-9e95b5595f67 ro <a href="http://rd.md">rd.md</a>=0 rd.lvm=0 <a href="http://rd.dm">rd.dm</a>=0 SYSFONT=True KEYTABLE=us rd.luks=0 LANG=en_US.UTF-8 console=ttyS1,115200n8<br>
</div><div><br></div><div>It shows "console=ttyS1,115200n8", it means the Linux kernel is using ttyS1 as the primary serial console, which is I/O port 0x2f8. But the seabios configure file shows seabios is configured using I/O port 0x3f8. it might be the problem.</div>
<div><br></div><div>Please run "make menuconfig" in seabios and reconfigure the serial port to 0x2f8, let us know any difference.</div><div><br></div><div>-Wang Fei</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Jul 14, 2014 at 9:53 PM, Paul Menzel <span dir="ltr"><<a href="mailto:paulepanter@users.sourceforge.net" target="_blank">paulepanter@users.sourceforge.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Wen,<br>
<br>
<br>
Am Montag, den 14.07.2014, 11:32 -0400 schrieb Wen Wang:<br>
<div class=""><br>
> Thanks for looking into to it!<br>
><br>
> I pulled the seabios tree and built seabios manually (.config shown<br>
> below). I then loaded seabios/out/bios.bin.elf as coreboot payload and<br>
> sgabios as option rom. Unfortunately the same result, no output from<br>
> seabios at all.<br>
<br>
</div>If you build and run the utility `cbmem` as shown below, what is the<br>
output of the last two commands?<br>
<br>
        $ cd util/cbmem<br>
        $ make<br>
        $ sudo cbmem -l<br>
        $ sudo cbmem -c<br>
<br>
<br>
Thanks,<br>
<br>
Paul<br>
<br>--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="http://www.coreboot.org/mailman/listinfo/coreboot" target="_blank">http://www.coreboot.org/mailman/listinfo/coreboot</a><br></blockquote></div><br></div>