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

Go to the source code of this file.

Functions

const struct mt8173_sdram_paramsget_sdram_config (void)
 

Variables

static const struct mt8173_sdram_params sdram_configs []
 

Function Documentation

◆ get_sdram_config()

const struct mt8173_sdram_params* get_sdram_config ( void  )

Definition at line 26 of file sdram_configs.c.

References ARRAY_SIZE, die(), ram_code(), sdram_configs, type, and TYPE_INVALID.

Here is the call graph for this function:

Variable Documentation

◆ sdram_configs

const struct mt8173_sdram_params sdram_configs[]
static
Initial value:
= {
}

Definition at line 1 of file sdram_configs.c.

Referenced by get_sdram_config().