CoffeeLake Intel(R) Firmware Support Package (FSP) Integration Guide: FspInfoHob.h Source File
From CoffeeLake Intel Firmware
 |
CoffeeLake Intel(R) Firmware Support Package (FSP) Integration Guide
|
Go to the documentation of this file.
16 #ifndef _FSP_INFO_HOB_H_
17 #define _FSP_INFO_HOB_H_
19 extern EFI_GUID gFspInfoGuid;
21 #pragma pack (push, 1)
24 UINT8 SiliconInitVersionMajor;
25 UINT8 SiliconInitVersionMinor;
26 UINT8 SiliconInitVersionRevision;
27 UINT8 SiliconInitVersionBuild;
28 UINT8 FspVersionRevision;
29 UINT8 FspVersionBuild;
35 #endif // _FSP_INFO_HOB_H_