Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/IntelFsp2Pkg/IntelFsp2Pkg.dec
- Timestamp:
- Apr 14, 2023 3:17:44 PM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 156854
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-145445 /vendor/edk2/current 103735-103757,103769-103776,129194-156846
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/IntelFsp2Pkg/IntelFsp2Pkg.dec
r89983 r99404 2 2 # Provides driver and definitions to build fsp in EDKII bios. 3 3 # 4 # Copyright (c) 2014 - 202 1, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2014 - 2022, Intel Corporation. All rights reserved.<BR> 5 5 # SPDX-License-Identifier: BSD-2-Clause-Patent 6 6 # … … 38 38 FspSecPlatformLib|Include/Library/FspSecPlatformLib.h 39 39 40 ## @libraryclass Provides FSP MultiPhase service functions. 41 FspMultiPhaseLib|Include/Library/FspMultiPhaseLib.h 42 40 43 [Ppis] 41 44 # … … 60 63 gFspTempRamExitPpiGuid = { 0xbc1cfbdb, 0x7e50, 0x42be, {0xb4, 0x87, 0x22, 0xe0, 0xa9, 0x0c, 0xb0, 0x52}} 61 64 65 # 66 # PPI for Variable Services 67 # 68 gEdkiiPeiVariablePpiGuid = { 0xe7b2cd04, 0x4b14, 0x44c2, {0xb7, 0x48, 0xce, 0xaf, 0x2b, 0x66, 0x4a, 0xb0}} 69 70 62 71 [Guids] 63 72 # … … 69 78 gFspHeaderFileGuid = { 0x912740BE, 0x2284, 0x4734, { 0xB9, 0x71, 0x84, 0xB0, 0x27, 0x35, 0x3F, 0x0C } } 70 79 gFspReservedMemoryResourceHobGuid = { 0x69a79759, 0x1373, 0x4367, { 0xa6, 0xc4, 0xc7, 0xf5, 0x9e, 0xfd, 0x98, 0x6e } } 80 gFspNonVolatileStorageHob2Guid = { 0x4866788f, 0x6ba8, 0x47d8, { 0x83, 0x06, 0xac, 0xf7, 0x7f, 0x55, 0x10, 0x46 } } 71 81 gFspNonVolatileStorageHobGuid = { 0x721acf02, 0x4d77, 0x4c2a, { 0xb3, 0xdc, 0x27, 0x0b, 0x7b, 0xa9, 0xe4, 0xb0 } } 72 82 gFspBootLoaderTolumHobGuid = { 0x73ff4f56, 0xaa8e, 0x4451, { 0xb3, 0x16, 0x36, 0x35, 0x36, 0x67, 0xad, 0x44 } } # FSP EAS v1.1 … … 106 116 107 117 [PcdsFixedAtBuild,PcdsDynamic,PcdsDynamicEx] 108 gIntelFsp2PkgTokenSpaceGuid.PcdFspReservedMemoryLength |0x00100000|UINT32|0x46530000 109 gIntelFsp2PkgTokenSpaceGuid.PcdBootLoaderEntry |0xFFFFFFE4|UINT32|0x46530100 118 gIntelFsp2PkgTokenSpaceGuid.PcdFspReservedMemoryLength |0x00100000|UINT32|0x46530000 119 gIntelFsp2PkgTokenSpaceGuid.PcdBootLoaderEntry |0xFFFFFFE4|UINT32|0x46530100 120 # 121 # Different FSP Components may have different NumberOfPhases which can be defined 122 # by each FspSecCore module from DSC. 123 # 124 gIntelFsp2PkgTokenSpaceGuid.PcdMultiPhaseNumberOfPhases |0x00000000|UINT32|0x46530101
Note:
See TracChangeset
for help on using the changeset viewer.