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 <ec/google/wilco/smm.h>
#include <intelblocks/smihandler.h>
#include <variant/ec.h>
Include dependency graph for smihandler.c:

Go to the source code of this file.

Functions

void mainboard_smi_espi_handler (void)
 
void mainboard_smi_sleep (u8 slp_typ)
 
int mainboard_smi_apmc (u8 apmc)
 

Function Documentation

◆ mainboard_smi_apmc()

int mainboard_smi_apmc ( u8  apmc)

Definition at line 18 of file smihandler.c.

References wilco_ec_smi_apmc().

Here is the call graph for this function:

◆ mainboard_smi_espi_handler()

void mainboard_smi_espi_handler ( void  )

Definition at line 8 of file smihandler.c.

References wilco_ec_smi_espi().

Here is the call graph for this function:

◆ mainboard_smi_sleep()

void mainboard_smi_sleep ( u8  slp_typ)

Definition at line 13 of file smihandler.c.

References wilco_ec_smi_sleep().

Here is the call graph for this function: