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

Go to the source code of this file.

Functions

static void early_config_gpio (void)
 
void bootblock_mainboard_early_init (void)
 

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 14 of file bootblock.c.

References early_config_gpio().

Here is the call graph for this function:

◆ early_config_gpio()

static void early_config_gpio ( void  )
static

Definition at line 9 of file bootblock.c.

References ARRAY_SIZE, early_gpio_table, and gpio_configure_pads().

Referenced by bootblock_mainboard_early_init().

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