coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
verstage.c File Reference
#include <delay.h>
#include <gpio.h>
#include <security/vboot/vboot_common.h>
Include dependency graph for verstage.c:

Go to the source code of this file.

Macros

#define TPM_RESET_GPIO   19
 

Functions

static void ipq_setup_tpm (void)
 
void verstage_mainboard_init (void)
 

Macro Definition Documentation

◆ TPM_RESET_GPIO

#define TPM_RESET_GPIO   19

Definition at line 7 of file verstage.c.

Function Documentation

◆ ipq_setup_tpm()

static void ipq_setup_tpm ( void  )
static

Definition at line 9 of file verstage.c.

References CONFIG, FUNC_SEL_GPIO, GPIO_6MA, GPIO_PULL_UP, gpio_set(), gpio_tlmm_config_set(), mdelay(), TPM_RESET_GPIO, and udelay().

Referenced by verstage_mainboard_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ verstage_mainboard_init()

void verstage_mainboard_init ( void  )

Definition at line 41 of file verstage.c.

References ipq_setup_tpm().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function: