coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mma.h File Reference
#include <types.h>
Include dependency graph for mma.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mma_config_param
 

Functions

int mma_map_param (struct mma_config_param *mma_cfg)
 
int fsp_locate_mma_results (const void **mma_hob, size_t *mma_hob_size)
 

Function Documentation

◆ fsp_locate_mma_results()

int fsp_locate_mma_results ( const void **  mma_hob,
size_t mma_hob_size 
)

Definition at line 11 of file mma_core.c.

References fsp_find_extension_hob_by_guid(), and mma_results_uuid.

Referenced by save_mma_results_data().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mma_map_param()

int mma_map_param ( struct mma_config_param mma_cfg)