coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
OemCustomize.c File Reference
Include dependency graph for OemCustomize.c:

Go to the source code of this file.

Macros

#define DIMMS_PER_CHANNEL   2
 

Functions

void OemPostParams (AMD_POST_PARAMS *PostParams)
 

Variables

static const PSO_ENTRY DDR4PlatformMemoryConfiguration []
 

Macro Definition Documentation

◆ DIMMS_PER_CHANNEL

#define DIMMS_PER_CHANNEL   2

Definition at line 6 of file OemCustomize.c.

Function Documentation

◆ OemPostParams()

void OemPostParams ( AMD_POST_PARAMS *  PostParams)

Definition at line 25 of file OemCustomize.c.

References DDR4PlatformMemoryConfiguration.

Variable Documentation

◆ DDR4PlatformMemoryConfiguration

const PSO_ENTRY DDR4PlatformMemoryConfiguration[]
static
Initial value:
= {
DRAM_TECHNOLOGY(ANY_SOCKET, DDR4_TECHNOLOGY),
NUMBER_OF_DIMMS_SUPPORTED(ANY_SOCKET, ANY_CHANNEL, DIMMS_PER_CHANNEL),
NUMBER_OF_CHANNELS_SUPPORTED(ANY_SOCKET, MAX_DRAM_CH),
MOTHER_BOARD_LAYERS(LAYERS_6),
MEMCLK_DIS_MAP(ANY_SOCKET, ANY_CHANNEL,
0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00),
CKE_TRI_MAP(ANY_SOCKET, ANY_CHANNEL, 0xff, 0xff, 0xff, 0xff),
ODT_TRI_MAP(ANY_SOCKET, ANY_CHANNEL, 0xff, 0xff, 0xff, 0xff),
CS_TRI_MAP(ANY_SOCKET, ANY_CHANNEL,
0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00),
PSO_END
}
#define DIMMS_PER_CHANNEL
Definition: OemCustomize.c:6
#define MAX_DRAM_CH
Definition: chip.h:19

Definition at line 11 of file OemCustomize.c.

Referenced by OemPostParams().