I get this:

    $ qemu-system-i386 -bios build/coreboot.rom -serial stdio
[...]
PCI: 00:02.0 init ...
CBFS: 'Master Header Locator' located CBFS at [200:40000)
CBFS: Locating 'pci1234,1111.rom'
CBFS: 'pci1234,1111.rom' not found.
Option ROM address for PCI: 00:02.0 = fe060000
Copying VGA ROM Image from fe060000 to 0xc0000, 0x9600 bytes
Calling Option ROM...
... Option ROM returned.
VBE: Getting information about VESA mode 5234
VBE: Function call failed!
    Error: In vbe_get_mode_info function

Which seems correct regarding VBE spec. But it dies before it can
show the list of supported video modes :-(

It guess its different error rather current video mode

 AH == 0x01: Function call failed

the list of supported video modes will only appear in case of AH == 3

View Change

To view, visit change 34284. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I02cba44374bc50ec3ec2819c97b6f5027c58387f
Gerrit-Change-Number: 34284
Gerrit-PatchSet: 7
Gerrit-Owner: Subrata Banik <subrata.banik@intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra@intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Duncan Laurie <dlaurie@chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan@google.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik@intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Reviewer: ron minnich <rminnich@gmail.com>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Comment-Date: Sat, 20 Jul 2019 14:42:49 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment