coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ramstage.c File Reference
#include <smbios.h>
Include dependency graph for ramstage.c:

Go to the source code of this file.

Functions

unsigned int smbios_cache_error_correction_type (u8 level)
 
unsigned int smbios_cache_sram_type (void)
 
unsigned int smbios_cache_conf_operation_mode (u8 level)
 

Function Documentation

◆ smbios_cache_conf_operation_mode()

unsigned int smbios_cache_conf_operation_mode ( u8  level)

◆ smbios_cache_error_correction_type()

unsigned int smbios_cache_error_correction_type ( u8  level)

Definition at line 5 of file ramstage.c.

References SMBIOS_CACHE_ERROR_CORRECTION_SINGLE_BIT.

◆ smbios_cache_sram_type()

unsigned int smbios_cache_sram_type ( void  )

Definition at line 10 of file ramstage.c.

References SMBIOS_CACHE_SRAM_TYPE_SYNCHRONOUS.