]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Include/Guid/SystemNvDataHobGuid.h
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / SystemNvDataHobGuid.h
CommitLineData
b303605e
MK
1/** @file\r
2GUIDs used for System Non Volatile HOB entries in the in the HOB list and FV Guids carrying\r
3the System specific information.\r
4\r
5Copyright (c) 2013-2015 Intel Corporation.\r
6\r
7This program and the accompanying materials\r
8are licensed and made available under the terms and conditions of the BSD License\r
9which accompanies this distribution. The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php\r
11\r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15**/\r
16\r
17#ifndef _SYSTEM_NV_DATA_HOB_GUID_H_\r
18#define _SYSTEM_NV_DATA_HOB_GUID_H_\r
19\r
20#define EFI_SYSTEM_NV_DATA_HOB_GUID \\r
21 {0xd6e5092d, 0xc7b2, 0x4872, {0xaf, 0x66, 0xfd, 0xc0, 0xe6, 0xf9, 0x5e, 0x78}}\r
22\r
23typedef struct {\r
24 EFI_GUID SystemNvDataHobGuid;\r
25 EFI_GUID SystemNvDataFvGuid;\r
26 EFI_LBA StartLba;\r
27 UINTN StartLbaOffset;\r
28 EFI_LBA EndLba;\r
29 UINTN EndLbaOffset;\r
30 UINT32 DataTypeSignature;\r
31} NV_SYSTEM_DATA_GUID_TYPE;\r
32\r
33extern EFI_GUID gEfiSystemNvDataHobGuid;\r
34\r
35#endif\r