coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smihandler.c File Reference
#include <acpi/acpi.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <soc/nvs.h>
#include <southbridge/intel/bd82x6x/pch.h>
#include <southbridge/intel/bd82x6x/me.h>
#include <southbridge/intel/common/pmbase.h>
#include <northbridge/intel/sandybridge/sandybridge.h>
#include <elog.h>
#include <ec/google/chromeec/ec.h>
#include "ec.h"
Include dependency graph for smihandler.c:

Go to the source code of this file.

Functions

static u8 mainboard_smi_ec (void)
 
void mainboard_smi_gpi (u32 gpi_sts)
 
void mainboard_smi_sleep (u8 slp_typ)
 
int mainboard_smi_apmc (u8 apmc)
 

Function Documentation

◆ mainboard_smi_apmc()

int mainboard_smi_apmc ( u8  apmc)

◆ mainboard_smi_ec()

static u8 mainboard_smi_ec ( void  )
static

Definition at line 17 of file smihandler.c.

References BIOS_DEBUG, EC_HOST_EVENT_LID_CLOSED, elog_gsmi_add_event_byte(), ELOG_TYPE_EC_EVENT, google_chromeec_get_event(), PM1_CNT, printk, read_pmbase32(), and write_pmbase32().

Referenced by mainboard_smi_gpi().

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

◆ mainboard_smi_gpi()

void mainboard_smi_gpi ( u32  gpi_sts)

Definition at line 37 of file smihandler.c.

References EC_SMI_GPI, and mainboard_smi_ec().

Here is the call graph for this function:

◆ mainboard_smi_sleep()