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

Go to the source code of this file.

Functions

struct dramc_paramget_dramc_param_from_blob (void *blob)
 
int validate_dramc_param (const void *blob)
 
int is_valid_dramc_param (const void *blob)
 
int initialize_dramc_param (void *blob, u16 config)
 

Function Documentation

◆ get_dramc_param_from_blob()

struct dramc_param* get_dramc_param_from_blob ( void blob)

Definition at line 6 of file dramc_param.c.

◆ initialize_dramc_param()

int initialize_dramc_param ( void blob,
u16  config 
)

◆ is_valid_dramc_param()

int is_valid_dramc_param ( const void blob)

Definition at line 28 of file dramc_param.c.

References DRAMC_SUCCESS, and validate_dramc_param().

Referenced by dram_run_fast_calibration().

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

◆ validate_dramc_param()