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 <arch/io.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <soc/pm.h>
#include <elog.h>
#include <ec/google/chromeec/ec.h>
#include <southbridge/intel/lynxpoint/lp_gpio.h>
#include <soc/iomap.h>
#include <soc/nvs.h>
#include "ec.h"
#include <variant/onboard.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)
 
static void mainboard_disable_gpios (void)
 
void mainboard_smi_sleep (u8 slp_typ)
 
int mainboard_smi_apmc (u8 apmc)
 

Function Documentation

◆ mainboard_disable_gpios()

static void mainboard_disable_gpios ( void  )
static

Definition at line 49 of file smihandler.c.

References BOARD_LTE_DISABLE_GPIO, BOARD_PP3300_CODEC_GPIO, BOARD_SSD_RESET_GPIO, BOARD_WLAN_DISABLE_GPIO, and set_gpio().

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)

◆ mainboard_smi_ec()

static u8 mainboard_smi_ec ( void  )
static

Definition at line 16 of file smihandler.c.

References ACPI_BASE_ADDRESS, BIOS_DEBUG, EC_HOST_EVENT_LID_CLOSED, elog_gsmi_add_event_byte(), ELOG_TYPE_EC_EVENT, google_chromeec_get_event(), inl(), outl(), PM1_CNT, and printk.

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 40 of file smihandler.c.

References EC_SMI_GPI, and mainboard_smi_ec().

Here is the call graph for this function:

◆ mainboard_smi_sleep()