diff options
author | Nate DeSimone <nathaniel.l.desimone@intel.com> | 2022-07-18 13:11:24 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-07-18 20:42:55 +0000 |
commit | c966204049f3d5dae6d5e587ddc298c684142c5c (patch) | |
tree | 14afc9296ec45542051c39c41db4fad75008aaa6 /IntelFsp2Pkg/IntelFsp2Pkg.dec | |
parent | 792ebb6374f2b92e2c4b84f5b8d151a129ed81cc (diff) | |
download | edk2-c966204049f3d5dae6d5e587ddc298c684142c5c.tar.gz |
IntelFsp2Pkg: Add Definition of EDKII_PEI_VARIABLE_PPI
Adds definition of EDKII_PEI_VARIABLE_PPI.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Diffstat (limited to 'IntelFsp2Pkg/IntelFsp2Pkg.dec')
-rw-r--r-- | IntelFsp2Pkg/IntelFsp2Pkg.dec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/IntelFsp2Pkg/IntelFsp2Pkg.dec b/IntelFsp2Pkg/IntelFsp2Pkg.dec index 58eac7220d..2d3eb708b9 100644 --- a/IntelFsp2Pkg/IntelFsp2Pkg.dec +++ b/IntelFsp2Pkg/IntelFsp2Pkg.dec @@ -1,7 +1,7 @@ ## @file
# Provides driver and definitions to build fsp in EDKII bios.
#
-# Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2022, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@@ -59,6 +59,12 @@ #
gFspTempRamExitPpiGuid = { 0xbc1cfbdb, 0x7e50, 0x42be, {0xb4, 0x87, 0x22, 0xe0, 0xa9, 0x0c, 0xb0, 0x52}}
+ #
+ # PPI for Variable Services
+ #
+ gEdkiiPeiVariablePpiGuid = { 0xe7b2cd04, 0x4b14, 0x44c2, {0xb7, 0x48, 0xce, 0xaf, 0x2b, 0x66, 0x4a, 0xb0}}
+
+
[Guids]
#
# GUID defined in package
|