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

Go to the source code of this file.

Functions

void mb_set_up_early_espi (void)
 
void bootblock_mainboard_early_init (void)
 
void bootblock_mainboard_init (void)
 

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

◆ bootblock_mainboard_init()

void bootblock_mainboard_init ( void  )

Definition at line 32 of file bootblock.c.

References gpio_configure_pads(), and variant_bootblock_gpio_table().

Here is the call graph for this function:

◆ mb_set_up_early_espi()

void mb_set_up_early_espi ( void  )

Definition at line 8 of file bootblock.c.

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

Here is the call graph for this function: