coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smihandler.c File Reference
#include <cpu/x86/smm.h>
#include <soc/nvs.h>
#include <southbridge/intel/common/pmutil.h>
Include dependency graph for smihandler.c:

Go to the source code of this file.

Macros

#define GPE_EC_SCI   12
 

Functions

int mainboard_smi_apmc (u8 data)
 

Macro Definition Documentation

◆ GPE_EC_SCI

#define GPE_EC_SCI   12

Definition at line 7 of file smihandler.c.

Function Documentation

◆ mainboard_smi_apmc()

int mainboard_smi_apmc ( u8  data)

Definition at line 9 of file smihandler.c.

References APM_CNT_ACPI_DISABLE, APM_CNT_ACPI_ENABLE, GPE_EC_SCI, GPI_IS_SCI, GPI_IS_SMI, and gpi_route_interrupt().

Here is the call graph for this function: