On Sun, Jan 03, 2016 at 06:29:16PM +0000, CoolStar Organization wrote:
Can you apply the seabios patch below and run again with eDP and seabios running the option rom?
BTW, it looks like the build could not extract the seabios version. What seabios version are you using? Are you using an unusual build environment?
-Kevin
--- a/src/vgahooks.c +++ b/src/vgahooks.c @@ -303,6 +303,7 @@ winent_mb6047_setup(struct pci_device *pci) void handle_155f(struct bregs *regs) { + debug_enter(regs, 1); if (!CONFIG_VGAHOOKS) { handle_155fXX(regs); return; @@ -320,6 +321,7 @@ handle_155f(struct bregs *regs) void handle_157f(struct bregs *regs) { + debug_enter(regs, 1); if (!CONFIG_VGAHOOKS) { handle_157fXX(regs); return;
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.
On Sun, Jan 3, 2016 at 10:47 AM Kevin O'Connor kevin@koconnor.net wrote: