coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
raminit.h File Reference
#include <types.h>
Include dependency graph for raminit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  spd_info
 

Macros

#define SPD_MEMORY_DOWN   0xff
 

Functions

void mb_get_spd_map (struct spd_info *spdi)
 
void perform_raminit (const int s3resume)
 

Macro Definition Documentation

◆ SPD_MEMORY_DOWN

#define SPD_MEMORY_DOWN   0xff

Definition at line 8 of file raminit.h.

Function Documentation

◆ mb_get_spd_map()

void mb_get_spd_map ( struct spd_info spdi)

Definition at line 19 of file romstage.c.

References spd_info::addresses, spd_info::spd_index, SPD_MEMORY_DOWN, variant_get_spd_index(), and variant_is_dual_channel().

Referenced by mainboard_romstage_entry().

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

◆ perform_raminit()

void perform_raminit ( const int  s3resume)

Definition at line 342 of file raminit.c.