coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fsp_m_params.c File Reference
#include <amdblocks/apob_cache.h>
#include <commonlib/helpers.h>
#include <console/uart.h>
#include <device/device.h>
#include <fsp/api.h>
#include <soc/pci_devs.h>
#include <soc/fsp.h>
#include <types.h>
#include "chip.h"
Include dependency graph for fsp_m_params.c:

Go to the source code of this file.

Functions

void __weak mainboard_updm_update (FSP_M_CONFIG *mupd)
 
void platform_fsp_memory_init_params_cb (FSPM_UPD *mupd, uint32_t version)
 

Function Documentation

◆ mainboard_updm_update()

void __weak mainboard_updm_update ( FSP_M_CONFIG mupd)

Definition at line 13 of file fsp_m_params.c.

Referenced by platform_fsp_memory_init_params_cb().

Here is the caller graph for this function:

◆ platform_fsp_memory_init_params_cb()

void platform_fsp_memory_init_params_cb ( FSPM_UPD *  mupd,
uint32_t  version 
)