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

Go to the source code of this file.

Functions

static void devtree_enable_i2c_tpm (void)
 
void variant_devtree_update (void)
 

Function Documentation

◆ devtree_enable_i2c_tpm()

static void devtree_enable_i2c_tpm ( void  )
static

Definition at line 11 of file variant.c.

References DEV_PTR, and device::enabled.

Referenced by variant_devtree_update().

Here is the caller graph for this function:

◆ variant_devtree_update()

void variant_devtree_update ( void  )

Definition at line 21 of file variant.c.

References CONFIG, and devtree_enable_i2c_tpm().

Here is the call graph for this function: