coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec.c File Reference
#include <acpi/acpi.h>
#include <baseboard/variants.h>
#include <ec/google/chromeec/ec.h>
#include <variant/ec.h>
Include dependency graph for ec.c:

Go to the source code of this file.

Functions

__weak const struct google_chromeec_event_infovariant_get_event_info (void)
 
void mainboard_ec_init (void)
 

Function Documentation

◆ mainboard_ec_init()

void mainboard_ec_init ( void  )

Definition at line 23 of file ec.c.

References acpi_is_wakeup_s3(), google_chromeec_events_init(), and variant_get_event_info().

Here is the call graph for this function:

◆ variant_get_event_info()