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 map_rcba (void)
 
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  )

◆ enable_port80_on_lpc()

static void enable_port80_on_lpc ( void  )
static

Definition at line 13 of file bootblock.c.

References GCS, and RCBA32.

Referenced by bootblock_early_southbridge_init().

Here is the caller graph for this function:

◆ map_rcba()

static void map_rcba ( void  )
static

Definition at line 8 of file bootblock.c.

References PCH_LPC_DEV, pci_write_config32(), and RCBA.

Referenced by bootblock_early_southbridge_init().

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

◆ set_spi_speed()

static void set_spi_speed ( void  )
static

Definition at line 22 of file bootblock.c.

References FDOC, FDOD, SPIBAR32, SPIBAR8, and SSFC.

Referenced by bootblock_early_southbridge_init().

Here is the caller graph for this function: