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 <mainboard/gpio.h>
#include <superio/aspeed/common/aspeed.h>
#include <superio/aspeed/ast2400/ast2400.h>
#include <console/uart.h>
Include dependency graph for bootblock.c:

Go to the source code of this file.

Functions

static void early_config_superio (void)
 
void bootblock_mainboard_early_init (void)
 

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 15 of file bootblock.c.

References early_config_superio(), and mainboard_configure_early_gpios().

Here is the call graph for this function:

◆ early_config_superio()

static void early_config_superio ( void  )
static

Definition at line 9 of file bootblock.c.

References aspeed_enable_serial(), AST2400_SUART1, 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: