coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smihandler.c File Reference
Include dependency graph for smihandler.c:

Go to the source code of this file.

Functions

void mainboard_smi_gpi (u32 gpi_sts)
 
int mainboard_smi_apmc (u8 data)
 

Function Documentation

◆ mainboard_smi_apmc()

int mainboard_smi_apmc ( u8  data)

Definition at line 13 of file smihandler.c.

References APM_CNT_ACPI_DISABLE, APM_CNT_ACPI_ENABLE, PCI_DEV, pci_read_config8(), and pci_write_config8().

Here is the call graph for this function:

◆ mainboard_smi_gpi()

void mainboard_smi_gpi ( u32  gpi_sts)

Definition at line 9 of file smihandler.c.