On Wed, 9 Jun 2010 12:00:41 -0600, Myles Watson mylesgw@gmail.com wrote:
On Wed, Jun 9, 2010 at 1:45 AM, Stefan Reinauer stefan.reinauer@coresystems.de wrote:
SeaBIOS VGA hooks for Getac P470 and Roda RK886EX notebooks
It seems surprising to want to make SeaBIOS have this much stuff that's board-specific. It seems like a more generic way to set hooks from CBFS would be nice.
I'm thinking something like seabios/hooks which has a list of interrupts handlers and where they should be installed.
True, probibly could be more generic, just about any Intel vbios is going to have the potential of INT15 5F hooks enabled. But I think we should get this in for now, and genericize it in the future as more things get added.