coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mma_config_param Struct Reference

#include <mma.h>

Collaboration diagram for mma_config_param:
Collaboration graph

Data Fields

voidtest_content
 
size_t test_content_size
 
voidtest_param
 
size_t test_param_size
 

Detailed Description

Definition at line 8 of file mma.h.

Field Documentation

◆ test_content

void* mma_config_param::test_content

Definition at line 9 of file mma.h.

Referenced by mma_map_param(), and soc_update_memory_params_for_mma().

◆ test_content_size

size_t mma_config_param::test_content_size

Definition at line 10 of file mma.h.

Referenced by mma_map_param(), and soc_update_memory_params_for_mma().

◆ test_param

void* mma_config_param::test_param

Definition at line 11 of file mma.h.

Referenced by mma_map_param(), and soc_update_memory_params_for_mma().

◆ test_param_size

size_t mma_config_param::test_param_size

Definition at line 12 of file mma.h.

Referenced by mma_map_param(), and soc_update_memory_params_for_mma().


The documentation for this struct was generated from the following file: