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/soc.h>
#include <soc/spi.h>
#include <soc/uart.h>
Include dependency graph for bootblock.c:

Go to the source code of this file.

Functions

void bootblock_mainboard_early_init (void)
 
static void configure_spi_flash (void)
 
void bootblock_mainboard_init (void)
 

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 8 of file bootblock.c.

References CONFIG, uart_is_enabled(), and uart_setup().

Here is the call graph for this function:

◆ bootblock_mainboard_init()

void bootblock_mainboard_init ( void  )

Definition at line 28 of file bootblock.c.

References configure_spi_flash().

Here is the call graph for this function:

◆ configure_spi_flash()

static void configure_spi_flash ( void  )
static

Definition at line 16 of file bootblock.c.

References spi_init_custom().

Referenced by bootblock_mainboard_init().

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