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 27 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 
)

Definition at line 10 of file variant.c.

References BOARD_TRACKPAD_I2C_ADDR, BOARD_TRACKPAD_I2C_BUS, BOARD_TRACKPAD_IRQ, BOARD_TRACKPAD_NAME, SMBIOS_DEVICE_TYPE_OTHER, and smbios_write_type41().

Here is the call graph for this function: