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

Go to the source code of this file.

Functions

uint32_t get_ddr_voltage (uint8_t DdrVoltage)
 
uint16_t get_max_memory_speed (uint32_t commonTck)
 

Function Documentation

◆ get_ddr_voltage()

uint32_t get_ddr_voltage ( uint8_t  DdrVoltage)

Definition at line 5 of file ddr.c.

Referenced by save_dimm_info().

Here is the caller graph for this function:

◆ get_max_memory_speed()