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

Go to the source code of this file.

Functions

int fsp_locate_mma_results (const void **mma_hob, size_t *mma_hob_size)
 
void setup_mma (FSP_M_CONFIG *memory_cfg)
 

Variables

static const uint8_t mma_results_uuid [16]
 

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:

◆ setup_mma()

void setup_mma ( FSP_M_CONFIG memory_cfg)

Definition at line 22 of file mma_core.c.

References BIOS_DEBUG, mma_map_param(), printk, and soc_update_memory_params_for_mma().

Here is the call graph for this function:

Variable Documentation

◆ mma_results_uuid

const uint8_t mma_results_uuid[16]
static
Initial value:
= { 0x28, 0xe9, 0xf4, 0x08,
0x5f, 0x0f, 0xd4, 0x46,
0x84, 0x10, 0x47, 0x9f, 0xda, 0x27, 0x9d, 0xb6 }

Definition at line 7 of file mma_core.c.

Referenced by fsp_locate_mma_results().