coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
variant.c File Reference
#include <ec/google/chromeec/ec.h>
#include <soc/pm.h>
#include <smbios.h>
#include <soc/romstage.h>
#include <variant/onboard.h>
#include <mainboard/google/auron/variant.h>
Include dependency graph for variant.c:

Go to the source code of this file.

Functions

int variant_smbios_data (struct device *dev, int *handle, unsigned long *current)
 
void mainboard_post_raminit (const int s3resume)
 

Function Documentation

◆ mainboard_post_raminit()

void mainboard_post_raminit ( const int  s3resume)

Definition at line 37 of file variant.c.

References google_chromeec_kbbacklight().

Here is the call graph for this function:

◆ variant_smbios_data()

int variant_smbios_data ( struct device dev,
int *  handle,
unsigned long *  current 
)