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

Go to the source code of this file.

Macros

#define SERIAL_DEV   PNP_DEV(0x2e, NCT6776_SP1)
 

Functions

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

Macro Definition Documentation

◆ SERIAL_DEV

#define SERIAL_DEV   PNP_DEV(0x2e, NCT6776_SP1)

Definition at line 10 of file bootblock.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 25 of file bootblock.c.

References nuvoton_enable_serial(), and SERIAL_DEV.

Here is the call graph for this function:

◆ bootblock_mainboard_init()

void bootblock_mainboard_init ( void  )

Definition at line 20 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 12 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: