coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
#include <amdblocks/espi.h>
#include <bootblock_common.h>
#include <baseboard/variants.h>
#include <console/console.h>
#include <delay.h>
#include <soc/espi.h>
#include <soc/southbridge.h>
#include <timer.h>
Include dependency graph for bootblock.c:

Go to the source code of this file.

Macros

#define FC350_PCIE_INIT_DELAY_US   (20 * USECS_PER_MSEC)
 

Functions

void mb_set_up_early_espi (void)
 
void bootblock_mainboard_early_init (void)
 
void bootblock_mainboard_init (void)
 

Variables

struct stopwatch pcie_init_timeout_sw
 

Macro Definition Documentation

◆ FC350_PCIE_INIT_DELAY_US

#define FC350_PCIE_INIT_DELAY_US   (20 * USECS_PER_MSEC)

Definition at line 12 of file bootblock.c.

Function Documentation

◆ bootblock_mainboard_early_init()

◆ bootblock_mainboard_init()

◆ mb_set_up_early_espi()

void mb_set_up_early_espi ( void  )

Definition at line 15 of file bootblock.c.

References bootblock_mainboard_early_init().

Here is the call graph for this function:

Variable Documentation

◆ pcie_init_timeout_sw

struct stopwatch pcie_init_timeout_sw

Definition at line 1 of file bootblock.c.

Referenced by bootblock_mainboard_early_init(), and bootblock_mainboard_init().