]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Ppi/PeiCoreFvLocation.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Ppi / PeiCoreFvLocation.h
CommitLineData
c93c0dc1
CC
1/** @file\r
2 Header file for Pei Core FV Location PPI.\r
3\r
4 This PPI contains a pointer to the firmware volume which contains the PEI Foundation.\r
5 If the PEI Foundation does not reside in the BFV, then SEC must pass this PPI as a part\r
6 of the PPI list provided to the PEI Foundation Entry Point, otherwise the PEI Foundation\r
7 shall assume that it resides within the BFV.\r
8\r
9 Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
9344f092 10 SPDX-License-Identifier: BSD-2-Clause-Patent\r
c93c0dc1
CC
11\r
12 @par Revision Reference:\r
13 This PPI is defined in UEFI Platform Initialization Specification 1.7 Volume 1:\r
14 Standards\r
15\r
16**/\r
17\r
18\r
19#ifndef _EFI_PEI_CORE_FV_LOCATION_H_\r
20#define _EFI_PEI_CORE_FV_LOCATION_H_\r
21\r
22///\r
23/// Global ID for EFI_PEI_CORE_FV_LOCATION_PPI\r
24///\r
25#define EFI_PEI_CORE_FV_LOCATION_GUID \\r
26 { \\r
27 0x52888eae, 0x5b10, 0x47d0, {0xa8, 0x7f, 0xb8, 0x22, 0xab, 0xa0, 0xca, 0xf4 } \\r
28 }\r
29\r
30///\r
31/// This PPI provides location of EFI PeiCoreFv.\r
32///\r
33typedef struct {\r
34 ///\r
35 /// Pointer to the first byte of the firmware volume which contains the PEI Foundation.\r
36 ///\r
37 VOID *PeiCoreFvLocation;\r
38} EFI_PEI_CORE_FV_LOCATION_PPI;\r
39\r
40extern EFI_GUID gEfiPeiCoreFvLocationPpiGuid;\r
41\r
42#endif // _EFI_PEI_CORE_FV_LOCATION_H_\r