Add a PCI header to the VGA ROM if needed
authorJulian Pidancet <julian.pidancet@gmail.com>
Mon, 19 Dec 2011 05:07:55 +0000 (05:07 +0000)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 21 Dec 2011 04:13:06 +0000 (23:13 -0500)
commit7c6509cb10417c38334d74c0dff8a3511f6d9c60
treefbb2faeddefcc8ac2dcc560345a97aa696de3e03
parentbc6097b0316fec04411c0603058154cbcd8320de
Add a PCI header to the VGA ROM if needed

Allows the ROM to be extracted from a PCI device.

V2: * Declare the PCI header in C
    * Replace #ifdef CONFIG_VGA_PCI with #if CONFIG_VGA_PCI == 1

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
vgasrc/vga.c
vgasrc/vgaentry.S