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

Go to the source code of this file.

Macros

#define FSP_SMBIOS_MEMORY_INFO_GUID
 

Functions

void soc_display_fsp_smbios_memory_info_hob (const FSP_SMBIOS_MEMORY_INFO *memory_info_hob)
 
void soc_save_dimm_info (void)
 
static const FSP_SMBIOS_MEMORY_INFO * soc_get_fsp_smbios_memory_info_hob (void)
 

Macro Definition Documentation

◆ FSP_SMBIOS_MEMORY_INFO_GUID

#define FSP_SMBIOS_MEMORY_INFO_GUID
Value:
{ \
0x8c, 0x10, 0xa1, 0x01, 0xee, 0x9d, 0x84, 0x49, \
0x88, 0xc3, 0xee, 0xe8, 0xc4, 0x9e, 0xfb, 0x89 \
}

Definition at line 14 of file hob_mem.h.

Function Documentation

◆ soc_display_fsp_smbios_memory_info_hob()

void soc_display_fsp_smbios_memory_info_hob ( const FSP_SMBIOS_MEMORY_INFO *  memory_info_hob)

Definition at line 60 of file hob_display.c.

References BIOS_DEBUG, and printk.

Referenced by soc_save_dimm_info().

Here is the caller graph for this function:

◆ soc_get_fsp_smbios_memory_info_hob()

static const FSP_SMBIOS_MEMORY_INFO* soc_get_fsp_smbios_memory_info_hob ( void  )
inlinestatic

Definition at line 21 of file hob_mem.h.

References BIOS_ERR, fsp_find_extension_hob_by_guid(), FSP_SMBIOS_MEMORY_INFO_GUID, NULL, printk, and smbios_memory_info_guid.

Referenced by soc_save_dimm_info().

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

◆ soc_save_dimm_info()