coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
int15.c File Reference
#include <x86emu/x86emu.h>
#include <arch/interrupt.h>
#include <console/console.h>
#include "int15.h"
Include dependency graph for int15.c:

Go to the source code of this file.

Functions

int intel_vga_int15_handler (void)
 
void install_intel_vga_int15_handler (int active_lfp_, int pfit_, int display_, int panel_type_)
 

Variables

static int active_lfp
 
static int pfit
 
static int display
 
static int panel_type
 

Function Documentation

◆ install_intel_vga_int15_handler()

void install_intel_vga_int15_handler ( int  active_lfp_,
int  pfit_,
int  display_,
int  panel_type_ 
)

Definition at line 101 of file int15.c.

References active_lfp, display, intel_vga_int15_handler(), mainboard_interrupt_handlers(), panel_type, and pfit.

Referenced by mainboard_enable(), and mainboard_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ intel_vga_int15_handler()

int intel_vga_int15_handler ( void  )

Definition at line 11 of file int15.c.

References active_lfp, BIOS_DEBUG, display, panel_type, pfit, printk, X86_AX, X86_BX, X86_CL, X86_CX, and X86_DX.

Referenced by install_intel_vga_int15_handler().

Here is the caller graph for this function:

Variable Documentation

◆ active_lfp

int active_lfp
static

Definition at line 9 of file int15.c.

Referenced by install_intel_vga_int15_handler(), and intel_vga_int15_handler().

◆ display

int display
static

Definition at line 9 of file int15.c.

Referenced by install_intel_vga_int15_handler(), and intel_vga_int15_handler().

◆ panel_type

int panel_type
static

Definition at line 9 of file int15.c.

Referenced by install_intel_vga_int15_handler(), and intel_vga_int15_handler().

◆ pfit

int pfit
static

Definition at line 9 of file int15.c.

Referenced by install_intel_vga_int15_handler(), and intel_vga_int15_handler().