]> xenbits.xensource.com Git - seabios.git/commit
Calculate vgahook responses during setup instead of in 16bit code.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 2 Jul 2011 17:50:21 +0000 (13:50 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 2 Jul 2011 17:50:21 +0000 (13:50 -0400)
commitc1de91b3110cb163526784439e315d24b8e5311a
tree85c3a7a5ecc764e3a75c8de1b38af5e97aefdff5
parent76b5e7146bac15ad5357ca9e46bd8f6fd7ace3c2
Calculate vgahook responses during setup instead of in 16bit code.

Do vga type and parameter detection during setup and store the
necessary info in global variables for the 16bit code.  This
simplifies the "vgahook" 16bit code.
src/coreboot.c
src/optionroms.c
src/util.h
src/vgahooks.c