coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
Include dependency graph for bootblock.c:

Go to the source code of this file.

Functions

static void enable_port80_on_lpc (void)
 
static void set_spi_speed (void)
 
void bootblock_early_southbridge_init (void)
 

Function Documentation

◆ bootblock_early_southbridge_init()

void bootblock_early_southbridge_init ( void  )

Definition at line 34 of file bootblock.c.

References early_pch_init(), enable_port80_on_lpc(), enable_spi_prefetching_and_caching(), RC, RCBA32, and set_spi_speed().

Here is the call graph for this function:

◆ enable_port80_on_lpc()

static void enable_port80_on_lpc ( void  )
static

Definition at line 8 of file bootblock.c.

References GCS, and RCBA32.

Referenced by bootblock_early_southbridge_init().

Here is the caller graph for this function:

◆ set_spi_speed()

static void set_spi_speed ( void  )
static

Definition at line 14 of file bootblock.c.

References RCBA32, and RCBA8.

Referenced by bootblock_early_southbridge_init().

Here is the caller graph for this function: