coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <amdblocks/acpimmio.h>
#include <northbridge/amd/agesa/state_machine.h>
#include "gpio_ftns.h"
#include <SB800.h>
#include <sb_cimx.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

static void early_lpc_init (void)
 
void board_BeforeAgesa (struct sysinfo *cb)
 

Function Documentation

◆ board_BeforeAgesa()

void board_BeforeAgesa ( struct sysinfo cb)

Definition at line 39 of file romstage.c.

References early_lpc_init().

Here is the call graph for this function:

◆ early_lpc_init()

static void early_lpc_init ( void  )
static

Definition at line 9 of file romstage.c.

References configure_gpio(), GPIO_10, GPIO_11, GPIO_15, GPIO_16, GPIO_17, GPIO_18, GPIO_187, GPIO_189, GPIO_190, GPIO_191, GPIO_DATA_HIGH, GPIO_DATA_LOW, GPIO_FTN_1, GPIO_INPUT, GPIO_OUTPUT, pm_read8(), and pm_write8().

Referenced by board_BeforeAgesa().

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