diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-08 11:42:25 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-15 09:59:25 +0100 |
commit | f4c6e4c19daf3deac2d7fc3288db5294aba955ad (patch) | |
tree | 51e48e4a16c1f0145637569e654ff3a967c54169 /vgasrc/vgaentry.S | |
parent | 34b6ecc160749a691b80fcb8638216518d971c65 (diff) | |
download | seabios-f4c6e4c19daf3deac2d7fc3288db5294aba955ad.tar.gz |
vga: add ati bios tables
Needed to make drivers happy which try to gather
informations from these tables.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'vgasrc/vgaentry.S')
-rw-r--r-- | vgasrc/vgaentry.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vgasrc/vgaentry.S b/vgasrc/vgaentry.S index 53be2b38..f9624fce 100644 --- a/vgasrc/vgaentry.S +++ b/vgasrc/vgaentry.S @@ -40,6 +40,9 @@ _rom_header_other2: _rom_header_signature: .asciz "IBM" +#if CONFIG_VGA_ATI +#include "ati-tables.S" +#endif /**************************************************************** * Entry points |