<div dir="ltr">I'm using SeaBIOS 1.9.0 stable. I'm building with make/gcc on Ubuntu 14.04 LTS. Will try those patches in a few.</div><br><div class="gmail_quote"><div dir="ltr">On Sun, Jan 3, 2016 at 10:47 AM Kevin O'Connor <<a href="mailto:kevin@koconnor.net">kevin@koconnor.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Jan 03, 2016 at 06:29:16PM +0000, CoolStar Organization wrote:<br>
> I have attached 4 cbmem's.<br>
><br>
> cbmem.txt is with coreboot running the ROM & seabios using SeaVGABIOS. eDP<br>
> Inits properly and all is fine.<br>
><br>
> I thought textmode might be the issue so I added a bootsplash but still no<br>
> dice :/<br>
><br>
> cbmem-seasplash.txt is with seabios running the VGA Bios and no display.<br>
> cbmem-seasplashhdmi.txt is with seabios running the VGA BIOS and display on<br>
> an external HDMI display.<br>
><br>
> cbmem-seasplashnotext.txt is same as cbmem-seasplash.txt except I commented<br>
> out code in enable_vga_console after the dprintf to see if disabling text<br>
> mode would do anything.<br>
<br>
Can you apply the seabios patch below and run again with eDP and<br>
seabios running the option rom?<br>
<br>
BTW, it looks like the build could not extract the seabios version.<br>
What seabios version are you using?  Are you using an unusual build<br>
environment?<br>
<br>
-Kevin<br>
<br>
<br>
--- a/src/vgahooks.c<br>
+++ b/src/vgahooks.c<br>
@@ -303,6 +303,7 @@ winent_mb6047_setup(struct pci_device *pci)<br>
 void<br>
 handle_155f(struct bregs *regs)<br>
 {<br>
+    debug_enter(regs, 1);<br>
     if (!CONFIG_VGAHOOKS) {<br>
         handle_155fXX(regs);<br>
         return;<br>
@@ -320,6 +321,7 @@ handle_155f(struct bregs *regs)<br>
 void<br>
 handle_157f(struct bregs *regs)<br>
 {<br>
+    debug_enter(regs, 1);<br>
     if (!CONFIG_VGAHOOKS) {<br>
         handle_157fXX(regs);<br>
         return;<br>
</blockquote></div>