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

Go to the source code of this file.

Data Structures

struct  spd_info
 

Functions

const char * spd_manufacturer_name (const uint16_t mod_id)
 
void get_spd_info (smbios_memory_type memory_type, uint8_t module_type, struct spd_info *info)
 
uint8_t convert_form_factor_to_module_type (smbios_memory_type memory_type, smbios_memory_form_factor form_factor)
 

Function Documentation

◆ convert_form_factor_to_module_type()

uint8_t convert_form_factor_to_module_type ( smbios_memory_type  memory_type,
smbios_memory_form_factor  form_factor 
)

◆ get_spd_info()

◆ spd_manufacturer_name()

const char* spd_manufacturer_name ( const uint16_t  mod_id)

Definition at line 6 of file spd.c.

References NULL.

Referenced by copy_meminfo(), and smbios_fill_dimm_manufacturer_from_id().

Here is the caller graph for this function: