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

Go to the source code of this file.

Functions

static void setup_gpio (void)
 
void verstage_mainboard_early_init (void)
 
void verstage_mainboard_espi_init (void)
 
void verstage_mainboard_tpm_init (void)
 

Function Documentation

◆ setup_gpio()

static void setup_gpio ( void  )
static

Definition at line 8 of file verstage.c.

References BIOS_DEBUG, gpio_configure_pads(), printk, and variant_early_gpio_table().

Referenced by verstage_mainboard_early_init().

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

◆ verstage_mainboard_early_init()

void verstage_mainboard_early_init ( void  )

Definition at line 19 of file verstage.c.

References setup_gpio().

Here is the call graph for this function:

◆ verstage_mainboard_espi_init()

void verstage_mainboard_espi_init ( void  )

Definition at line 24 of file verstage.c.

References CONFIG, gpio_configure_pads(), and variant_espi_gpio_table().

Here is the call graph for this function:

◆ verstage_mainboard_tpm_init()

void verstage_mainboard_tpm_init ( void  )

Definition at line 36 of file verstage.c.

References CONFIG, gpio_configure_pads(), and variant_tpm_gpio_table().

Here is the call graph for this function: