coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dimm_spd.h File Reference
#include <amdblocks/agesawrapper.h>
#include <stddef.h>
#include <stdint.h>
Include dependency graph for dimm_spd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

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 BIOS_DEBUG, buf, printk, and variant_mainboard_read_spd().

Referenced by agesa_ReadSpd().

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

◆ sb_read_spd()

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

Definition at line 61 of file smbus_spd.c.

References buf, and readspd().

Referenced by agesa_ReadSpd().

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