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

Go to the source code of this file.

Functions

void bootblock_mainboard_early_init (void)
 
void bootblock_mainboard_init (void)
 

Variables

static int dock_err
 

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 9 of file bootblock.c.

References dock_connect(), dock_err, and pc87382_early().

Here is the call graph for this function:

◆ bootblock_mainboard_init()

void bootblock_mainboard_init ( void  )

Definition at line 17 of file bootblock.c.

References BIOS_ERR, dock_err, dock_info(), and printk.

Here is the call graph for this function:

Variable Documentation

◆ dock_err

int dock_err
static

Definition at line 7 of file bootblock.c.

Referenced by bootblock_mainboard_early_init(), and bootblock_mainboard_init().