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/chromeec/smm.h>
#include <gpio.h>
#include <intelblocks/smihandler.h>
#include "ec.h"
Include dependency graph for smihandler.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ mainboard_gpio_smi_sleep()

static void mainboard_gpio_smi_sleep ( u8  slp_typ)
static

Definition at line 15 of file smihandler.c.

References EN_PP3300_DX_CAM, gpio_set(), GPP_C22, and GPP_E11.

Referenced by mainboard_smi_sleep().

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

◆ mainboard_smi_apmc()

int mainboard_smi_apmc ( u8  apmc)

Definition at line 36 of file smihandler.c.

References chromeec_smi_apmc(), MAINBOARD_EC_SCI_EVENTS, and MAINBOARD_EC_SMI_EVENTS.

Here is the call graph for this function:

◆ mainboard_smi_espi_handler()

void mainboard_smi_espi_handler ( void  )

Definition at line 10 of file smihandler.c.

References chromeec_smi_process_events().

Here is the call graph for this function:

◆ mainboard_smi_sleep()

void mainboard_smi_sleep ( u8  slp_typ)