On Mon, Dec 14, 2009 at 5:27 AM, Libra Li <[email protected]> wrote: > Hello, > > This patch has RS690 function int15. > The VGA BIOS is through int15 getting LCD panel's ID. > The panel's ID is selection by switch. > This functions is reference "AMD RS690 ASIC Family BIOS Developer’s > Guide". > > Thanks. > > Signed-off-by: Libra Li <[email protected]> >
Hi Libra Li, I understand that you need the int15 vbios call back for your platform support, but we need to find a way to add it that doesn't put 690 specific code into the generic int15 handler, util/x86emu/x86_interrupts.c. Can you fix this to move the code to a 690 specific file and to only include the case AMD_RS690_INT15: is it is a RS690 system built? src/include/vbios.h should be moved to an AMD 690 directory as well. Thanks, Marc -- http://marcjonesconsulting.com -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

