coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ramstage.c File Reference
#include <console/console.h>
#include <fsp/api.h>
#include <soc/ramstage.h>
#include "emmc.h"
Include dependency graph for ramstage.c:

Go to the source code of this file.

Functions

static int get_emmc_dll_info (uint16_t signature, size_t num_of_entry, BL_EMMC_INFORMATION **config)
 
void mainboard_silicon_init_params (FSPS_UPD *params)
 

Function Documentation

◆ get_emmc_dll_info()

static int get_emmc_dll_info ( uint16_t  signature,
size_t  num_of_entry,
BL_EMMC_INFORMATION **  config 
)
static

Definition at line 8 of file ramstage.c.

References config, and NULL.

Referenced by mainboard_silicon_init_params().

Here is the caller graph for this function:

◆ mainboard_silicon_init_params()

void mainboard_silicon_init_params ( FSPS_UPD *  params)

Definition at line 26 of file ramstage.c.

References ARRAY_SIZE, DEFAULT_EMMC_DLL_SIGN, die(), get_emmc_dll_info(), harcuvar_emmc_config, and params.

Here is the call graph for this function: