TianoCore EDK2 master
Loading...
Searching...
No Matches
SMBIOS_TABLE_TYPE32 Struct Reference

#include <MdePkg/Include/IndustryStandard/SmBios.h>

Data Fields

SMBIOS_STRUCTURE Hdr
 
UINT8 Reserved [6]
 
UINT8 BootStatus
 The enumeration value from MISC_BOOT_INFORMATION_STATUS_DATA_TYPE.
 

Detailed Description

System Boot Information (Type 32).

The client system firmware, e.g. BIOS, communicates the System Boot Status to the client's Pre-boot Execution Environment (PXE) boot image or OS-present management application via this structure. When used in the PXE environment, for example, this code identifies the reason the PXE was initiated and can be used by boot-image software to further automate an enterprise's PXE sessions. For example, an enterprise could choose to automatically download a hardware-diagnostic image to a client whose reason code indicated either a firmware- or operating system-detected hardware failure.

Definition at line 2406 of file SmBios.h.

Field Documentation

◆ BootStatus

UINT8 SMBIOS_TABLE_TYPE32::BootStatus

The enumeration value from MISC_BOOT_INFORMATION_STATUS_DATA_TYPE.

Definition at line 2409 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE32::Hdr

Definition at line 2407 of file SmBios.h.

◆ Reserved

UINT8 SMBIOS_TABLE_TYPE32::Reserved[6]

Definition at line 2408 of file SmBios.h.


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