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

Go to the source code of this file.

Functions

static void early_config_gpio (void)
 
void bootblock_mainboard_init (void)
 

Function Documentation

◆ bootblock_mainboard_init()

void bootblock_mainboard_init ( void  )

Definition at line 15 of file bootblock_mainboard.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 7 of file bootblock_mainboard.c.

References ARRAY_SIZE, early_gpio_table, and gpio_configure_pads().

Referenced by bootblock_mainboard_init().

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