On Thu, 28 Feb 2013 08:26:54 -0700
Alex Williamson wrote:
> Looking at how this would happen on bare metal,
In coreboot(which can use SeaBIOS as a payload) it currently works like
that (in src/device/device.c ):
/* If we prefer plugin VGA over chipset VGA, the chipset might want to
know. */
if (
On Wed, 2013-02-27 at 20:11 -0500, Kevin O'Connor wrote:
> On Wed, Feb 27, 2013 at 02:16:23PM -0700, Alex Williamson wrote:
> >
> > When we start adding root ports and bridges to systems we need some
> > concept of a primary VGA device.The differentiation of the primary
> > device is that it's the
On Wed, Feb 27, 2013 at 02:16:23PM -0700, Alex Williamson wrote:
>
> When we start adding root ports and bridges to systems we need some
> concept of a primary VGA device.The differentiation of the primary
> device is that it's the default one that responds to the Legacy VGA
> address ranges. PCs