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

Go to the source code of this file.

Functions

void cn81xx_register_bl31_param (struct bl31_plat_param *param)
 
voidsoc_get_bl31_plat_params (void)
 

Variables

static struct bl31_plat_paramplat_params
 

Function Documentation

◆ cn81xx_register_bl31_param()

void cn81xx_register_bl31_param ( struct bl31_plat_param param)

Definition at line 9 of file bl31_plat_params.c.

References ASSERT, bl31_plat_param::next, and plat_params.

Referenced by soc_init_atf().

Here is the caller graph for this function:

◆ soc_get_bl31_plat_params()

void* soc_get_bl31_plat_params ( void  )

Definition at line 17 of file bl31_plat_params.c.

References plat_params.

Variable Documentation

◆ plat_params

struct bl31_plat_param* plat_params
static