coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tpm.c File Reference
#include <acpi/acpi.h>
#include <bootstate.h>
#include <security/tpm/tspi.h>
Include dependency graph for tpm.c:

Go to the source code of this file.

Functions

static void init_tpm_dev (void *unused)
 
 BOOT_STATE_INIT_ENTRY (BS_DEV_INIT, BS_ON_ENTRY, init_tpm_dev, NULL)
 

Function Documentation

◆ BOOT_STATE_INIT_ENTRY()

BOOT_STATE_INIT_ENTRY ( BS_DEV_INIT  ,
BS_ON_ENTRY  ,
init_tpm_dev  ,
NULL   
)

◆ init_tpm_dev()

static void init_tpm_dev ( void unused)
static

Definition at line 7 of file tpm.c.

References acpi_is_wakeup_s3(), and tpm_setup().

Here is the call graph for this function: