coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acpi_wake_source.h File Reference
#include <stdint.h>
Include dependency graph for acpi_wake_source.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int soc_fill_acpi_wake (const struct chipset_power_state *ps, uint32_t *pm1, uint32_t **gpe0)
 

Function Documentation

◆ soc_fill_acpi_wake()

int soc_fill_acpi_wake ( const struct chipset_power_state ps,
uint32_t pm1,
uint32_t **  gpe0 
)

Definition at line 121 of file ramstage.c.

References acpi_fill_soc_wake(), chipset_power_state::gpe0_en, GPE0_REG_MAX, chipset_power_state::gpe0_sts, memcpy(), chipset_power_state::pm1_en, chipset_power_state::pm1_sts, PWRBTN_EN, and WAK_STS.

Referenced by pm_fill_gnvs().

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