coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sdram_configs.c File Reference
#include <boardid.h>
#include <cbfs.h>
#include <console/console.h>
#include <soc/emi.h>
Include dependency graph for sdram_configs.c:

Go to the source code of this file.

Functions

const struct sdram_paramsget_sdram_config (void)
 

Variables

static const char *const sdram_configs []
 
static struct sdram_params params
 

Function Documentation

◆ get_sdram_config()

const struct sdram_params* get_sdram_config ( void  )

Definition at line 79 of file sdram_configs.c.

References ARRAY_SIZE, cbfs_load(), die(), name, NULL, params, ram_code(), and sdram_configs.

Here is the call graph for this function:

Variable Documentation

◆ params

struct sdram_params params
static

Definition at line 13 of file sdram_configs.c.

Referenced by get_sdram_config().

◆ sdram_configs

const char* const sdram_configs[]
static

Definition at line 13 of file sdram_configs.c.

Referenced by get_sdram_config().