Hi,
the changes to VGA_RUN_ROM and PCI_RUN_ROM broke boards using certain via chipsets, as they use their own vgabios handling.
The real fix would be to eliminate those copies and move their via support code (if there is any) to x86emu or so, but this is good enough for now: x86emu is disabled, and vgabios.c (of the board or northbridge) can take over.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
On Thu, Oct 8, 2009 at 8:56 AM, Patrick Georgi patrick@georgi-clan.de wrote:
the changes to VGA_RUN_ROM and PCI_RUN_ROM broke boards using certain via chipsets, as they use their own vgabios handling.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Myles Watson mylesgw@gmail.com
Thanks, Myles