coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <amdblocks/dimm_spd.h>
#include <arch/romstage.h>
#include <baseboard/variants.h>
#include <soc/gpio.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

int mainboard_read_spd (uint8_t spdAddress, char *buf, size_t len)
 
void __weak variant_romstage_entry (void)
 
void mainboard_romstage_entry (void)
 

Function Documentation

◆ mainboard_read_spd()

int mainboard_read_spd ( uint8_t  spdAddress,
char *  buf,
size_t  len 
)

Definition at line 8 of file romstage.c.

References buf, and variant_mainboard_read_spd().

Here is the call graph for this function:

◆ mainboard_romstage_entry()

void mainboard_romstage_entry ( void  )

Definition at line 18 of file romstage.c.

References gpio_configure_pads(), variant_romstage_entry(), and variant_romstage_gpio_table().

Here is the call graph for this function:

◆ variant_romstage_entry()

void __weak variant_romstage_entry ( void  )

Definition at line 13 of file romstage.c.

Referenced by mainboard_romstage_entry().

Here is the caller graph for this function: