coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mrc_mainboard_params Struct Reference

#include <mrc_wrapper.h>

Collaboration diagram for mrc_mainboard_params:
Collaboration graph

Data Fields

int dram_type
 
int dram_info_location
 
int dram_is_slotted
 
int weaker_odt_settings
 
int cpu_odt_value
 
int dram_odt_value
 
int spd_addrs [NUM_CHANNELS]
 
voiddram_data [NUM_CHANNELS]
 

Detailed Description

Definition at line 36 of file mrc_wrapper.h.

Field Documentation

◆ cpu_odt_value

int mrc_mainboard_params::cpu_odt_value

Definition at line 48 of file mrc_wrapper.h.

◆ dram_data

void* mrc_mainboard_params::dram_data[NUM_CHANNELS]

Definition at line 52 of file mrc_wrapper.h.

Referenced by mainboard_fill_mrc_params(), and raminit().

◆ dram_info_location

int mrc_mainboard_params::dram_info_location

Definition at line 38 of file mrc_wrapper.h.

Referenced by mainboard_fill_mrc_params(), and raminit().

◆ dram_is_slotted

int mrc_mainboard_params::dram_is_slotted

Definition at line 39 of file mrc_wrapper.h.

Referenced by mainboard_fill_mrc_params().

◆ dram_odt_value

int mrc_mainboard_params::dram_odt_value

Definition at line 50 of file mrc_wrapper.h.

◆ dram_type

int mrc_mainboard_params::dram_type

Definition at line 37 of file mrc_wrapper.h.

Referenced by mainboard_fill_mrc_params().

◆ spd_addrs

int mrc_mainboard_params::spd_addrs[NUM_CHANNELS]

Definition at line 51 of file mrc_wrapper.h.

Referenced by mainboard_fill_mrc_params(), and raminit().

◆ weaker_odt_settings

int mrc_mainboard_params::weaker_odt_settings

Definition at line 46 of file mrc_wrapper.h.

Referenced by mainboard_fill_mrc_params().


The documentation for this struct was generated from the following file: