[coreboot] [PATCH] The function int15 running on the Technexion's tim5690.

Marc Jones marcj303 at gmail.com
Mon Dec 14 16:45:42 CET 2009


On Mon, Dec 14, 2009 at 5:27 AM, Libra Li <librali1977 at gmail.com> 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 <libra.li at technexion.com>
>

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




More information about the coreboot mailing list