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

Go to the source code of this file.

Data Structures

struct  amd_image_revision
 

Functions

void soc_validate_fspm_header (const struct fsp_header *hdr)
 

Variables

struct amd_image_revision __packed
 

Function Documentation

◆ soc_validate_fspm_header()

void soc_validate_fspm_header ( const struct fsp_header *  hdr)

Definition at line 15 of file fsp_validate.c.

References BIOS_INFO, BIOS_WARNING, amd_image_revision::build, die(), amd_image_revision::major, amd_image_revision::minor, printk, and amd_image_revision::revision.

Here is the call graph for this function:

Variable Documentation

◆ __packed