Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/IntelFsp2Pkg/IntelFsp2Pkg.dec
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- 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-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/IntelFsp2Pkg/IntelFsp2Pkg.dec
r99404 r108794 2 2 # Provides driver and definitions to build fsp in EDKII bios. 3 3 # 4 # Copyright (c) 2014 - 202 2, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2014 - 2024, Intel Corporation. All rights reserved.<BR> 5 5 # SPDX-License-Identifier: BSD-2-Clause-Patent 6 6 # … … 68 68 gEdkiiPeiVariablePpiGuid = { 0xe7b2cd04, 0x4b14, 0x44c2, {0xb7, 0x48, 0xce, 0xaf, 0x2b, 0x66, 0x4a, 0xb0}} 69 69 70 # 71 # PPI for Architectural configuration data for FSP-I 72 # 73 gFspiArchConfigPpiGuid = { 0x15735ef9, 0x84ac, 0x4e34, {0x98, 0x86, 0x56, 0xee, 0xcf, 0x73, 0xec, 0x0f}} 70 74 71 75 [Guids] … … 81 85 gFspNonVolatileStorageHobGuid = { 0x721acf02, 0x4d77, 0x4c2a, { 0xb3, 0xdc, 0x27, 0x0b, 0x7b, 0xa9, 0xe4, 0xb0 } } 82 86 gFspBootLoaderTolumHobGuid = { 0x73ff4f56, 0xaa8e, 0x4451, { 0xb3, 0x16, 0x36, 0x35, 0x36, 0x67, 0xad, 0x44 } } # FSP EAS v1.1 87 gFspSmmBootLoaderFvContextHobGuid = { 0xf9f1dbb9, 0x1be5, 0x4c3d, { 0xb8, 0x17, 0xe6, 0xd8, 0x0d, 0xb5, 0x24, 0x03 } } 83 88 84 89 gFspPerformanceDataGuid = { 0x56ed21b6, 0xba23, 0x429e, { 0x89, 0x32, 0x37, 0x6d, 0x8e, 0x18, 0x2e, 0xe3 } } … … 115 120 gIntelFsp2PkgTokenSpaceGuid.PcdFspPrivateTemporaryRamSize |0x00000000|UINT32|0x10000006 116 121 122 [PcdsFeatureFlag] 123 # 124 # Indicates if the FSP will save and restore page table. Only works in FSP API mode 125 # TRUE - FSP will save and restore page table 126 # FALSE - FSP will not save and restore page table 127 # 128 gIntelFsp2PkgTokenSpaceGuid.PcdFspSaveRestorePageTableEnable |FALSE|BOOLEAN|0x10000007 129 117 130 [PcdsFixedAtBuild,PcdsDynamic,PcdsDynamicEx] 118 131 gIntelFsp2PkgTokenSpaceGuid.PcdFspReservedMemoryLength |0x00100000|UINT32|0x46530000
Note:
See TracChangeset
for help on using the changeset viewer.