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 sdram_paramsget_sdram_config ()
 

Variables

static struct sdram_params sdram_configs []
 

Function Documentation

◆ get_sdram_config()

const struct sdram_params* get_sdram_config ( void  )

Definition at line 14 of file sdram_configs.c.

References ARRAY_SIZE, BIOS_SPEW, die(), sdram_params::MemoryType, NvBootMemoryType_Unused, printk, sdram_configs, and sdram_get_ram_code().

Here is the call graph for this function:

Variable Documentation

◆ sdram_configs

struct sdram_params sdram_configs[]
static
Initial value:
= {
}

Definition at line 1 of file sdram_configs.c.

Referenced by get_sdram_config().