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 <baseboard/variants.h>
#include <gpio.h>
#include <variant/sku.h>
Include dependency graph for smihandler.c:

Go to the source code of this file.

Macros

#define LTE3_PWROFF_L   GPP_D0
 

Functions

void variant_smi_sleep (u8 slp_typ)
 

Macro Definition Documentation

◆ LTE3_PWROFF_L

#define LTE3_PWROFF_L   GPP_D0

Definition at line 8 of file smihandler.c.

Function Documentation

◆ variant_smi_sleep()

void variant_smi_sleep ( u8  slp_typ)

Definition at line 10 of file smihandler.c.

References ACPI_S5, gpio_set(), LTE3_PWROFF_L, SKU_1_NAUTILUS_LTE, sku_id(), and variant_board_sku().

Here is the call graph for this function: