CoffeeLake Intel(R) Firmware Support Package (FSP) Integration Guide: FspInfoHob.h Source File

CoffeeLake Intel Firmware

CoffeeLake Intel(R) Firmware Support Package (FSP) Integration Guide
FspInfoHob.h
Go to the documentation of this file.
1 /** @file
2  Header file for FSP Information HOB.
3 
4  @copyright
5  Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
6  This program and the accompanying materials are licensed and made available under
7  the terms and conditions of the BSD License that accompanies this distribution.
8  The full text of the license may be found at
9  http://opensource.org/licenses/bsd-license.php.
10  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 
13 @par Specification Reference:
14 **/
15 
16 #ifndef _FSP_INFO_HOB_H_
17 #define _FSP_INFO_HOB_H_
18 
19 extern EFI_GUID gFspInfoGuid;
20 
21 #pragma pack (push, 1)
22 
23 typedef struct {
24 UINT8 SiliconInitVersionMajor;
25 UINT8 SiliconInitVersionMinor;
26 UINT8 SiliconInitVersionRevision;
27 UINT8 SiliconInitVersionBuild;
28 UINT8 FspVersionRevision;
29 UINT8 FspVersionBuild;
30 UINT8 TimeStamp [12];
31 } FSP_INFO_HOB;
32 
33 #pragma pack (pop)
34 
35 #endif // _FSP_INFO_HOB_H_
Generated on Wed Aug 22 2018 17:48:54 for CoffeeLake Intel(R) Firmware Support Package (FSP) Integration Guide by   doxygen 1.8.10