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

CoffeeLake Intel Firmware

CoffeeLake Intel(R) Firmware Support Package (FSP) Integration Guide
HobUsageDataHob.h
Go to the documentation of this file.
1 /** @file
2  Definitions for Hob Usage data 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 
12  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 
14 @par Specification Reference:
15 **/
16 
17 #ifndef _HOB_USAGE_DATA_HOB_H_
18 #define _HOB_USAGE_DATA_HOB_H_
19 
20 extern EFI_GUID gHobUsageDataGuid;
21 
22 #pragma pack (push, 1)
23 
24 /**
25  Hob Usage Data Hob
26 
27  <b>Revision 1:</b>
28  - Initial version.
29 **/
30 typedef struct {
31  EFI_PHYSICAL_ADDRESS EfiMemoryTop;
32  EFI_PHYSICAL_ADDRESS EfiMemoryBottom;
33  EFI_PHYSICAL_ADDRESS EfiFreeMemoryTop;
34  EFI_PHYSICAL_ADDRESS EfiFreeMemoryBottom;
35  UINTN FreeMemory;
37 
38 #pragma pack (pop)
39 
40 #endif // _HOB_USAGE_DATA_HOB_H_
Hob Usage Data Hob.
Generated on Wed Aug 22 2018 17:48:55 for CoffeeLake Intel(R) Firmware Support Package (FSP) Integration Guide by   doxygen 1.8.10