iPXE
Data Fields
amd_ucode_header Struct Reference

An AMD microcode update file header. More...

#include <ucode.h>

Data Fields

uint32_t magic
 Magic signature. More...
 
uint32_t type
 Equivalence table type. More...
 
uint32_t len
 Equivalence table length. More...
 

Detailed Description

An AMD microcode update file header.

Definition at line 169 of file ucode.h.

Field Documentation

◆ magic

uint32_t amd_ucode_header::magic

Magic signature.

Definition at line 171 of file ucode.h.

◆ type

uint32_t amd_ucode_header::type

Equivalence table type.

Definition at line 173 of file ucode.h.

◆ len

uint32_t amd_ucode_header::len

Equivalence table length.

Definition at line 175 of file ucode.h.


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