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

Go to the source code of this file.

Macros

#define print(_x_...)   printk(BIOS_INFO, _x_)
 

Functions

struct dramc_paramget_dramc_param_from_blob (void *blob)
 
void dump_param_header (const void *blob)
 
int initialize_dramc_param (void *blob)
 

Macro Definition Documentation

◆ print

#define print (   _x_...)    printk(BIOS_INFO, _x_)

Definition at line 7 of file dramc_param.c.

Function Documentation

◆ dump_param_header()

void dump_param_header ( const void blob)

◆ get_dramc_param_from_blob()

struct dramc_param* get_dramc_param_from_blob ( void blob)

Definition at line 9 of file dramc_param.c.

◆ initialize_dramc_param()

int initialize_dramc_param ( void blob)

Definition at line 27 of file dramc_param.c.

References DRAMC_PARAM_HEADER_VERSION, dramc_param::header, memset(), dramc_param_header::size, and dramc_param_header::version.

Referenced by dram_run_full_calibration().

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