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

Go to the source code of this file.

Macros

#define DIMM_SOCKETS   4
 
#define DIMM0   0x50
 
#define DIMM1   0x51
 
#define DIMM2   0x52
 
#define DIMM3   0x53
 
#define dump_spd_registers()
 

Functions

void enable_spd (void)
 
void disable_spd (void)
 
void sdram_initialize (int s3resume)
 

Macro Definition Documentation

◆ DIMM0

#define DIMM0   0x50

Definition at line 10 of file raminit.h.

◆ DIMM1

#define DIMM1   0x51

Definition at line 11 of file raminit.h.

◆ DIMM2

#define DIMM2   0x52

Definition at line 12 of file raminit.h.

◆ DIMM3

#define DIMM3   0x53

Definition at line 13 of file raminit.h.

◆ DIMM_SOCKETS

#define DIMM_SOCKETS   4

Definition at line 7 of file raminit.h.

◆ dump_spd_registers

#define dump_spd_registers (   void)

Definition at line 24 of file raminit.h.

Function Documentation

◆ disable_spd()

void disable_spd ( void  )

Definition at line 33 of file romstage.c.

References outb(), and PM_IO_BASE.

Referenced by sdram_initialize().

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

◆ enable_spd()

void enable_spd ( void  )

Definition at line 24 of file romstage.c.

References outb(), and PM_IO_BASE.

Referenced by sdram_initialize().

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

◆ sdram_initialize()

void sdram_initialize ( int  s3resume)