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 <soc/gpio.h>
#include <superio/nuvoton/common/nuvoton.h>
#include <superio/nuvoton/nct6791d/nct6791d.h>
#include "include/gpio.h"
Include dependency graph for bootblock.c:

Go to the source code of this file.

Functions

static void early_config_superio (void)
 
static void early_config_gpio (void)
 
void bootblock_mainboard_init (void)
 
void bootblock_mainboard_early_init (void)
 

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 28 of file bootblock.c.

References early_config_superio().

Here is the call graph for this function:

◆ bootblock_mainboard_init()

void bootblock_mainboard_init ( void  )

Definition at line 23 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 15 of file bootblock.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:

◆ early_config_superio()

static void early_config_superio ( void  )
static

Definition at line 9 of file bootblock.c.

References NCT6791D_SP1, nuvoton_enable_serial(), and PNP_DEV.

Referenced by bootblock_mainboard_early_init().

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