Skip to content

Commit

Permalink
Platform/Intel: Update dynamic PCD to fixed PCD for MM_STANDALONE
Browse files Browse the repository at this point in the history
This patch changes below dynamic PCD to fixed PCD for MM_STANDALONE:
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0

Signed-off-by: Jiaxin Wu <[email protected]>
  • Loading branch information
jiaxinwu authored and ChaselChiu committed Sep 18, 2024
1 parent bd842b1 commit 3d2cd2f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@
gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear|2015
gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear|2099
gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmCodeAccessCheckEnable |TRUE
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0

[PcdsPatchableInModule.common]
######################################
Expand All @@ -219,8 +221,6 @@
# Edk2 Configuration
######################################
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600

Expand Down
1 change: 0 additions & 1 deletion Platform/Intel/SimicsOpenBoardPkg/SimicsPei/Platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ ReserveEmuVariableNvStore (
VariableStore,
(2 * PcdGet32 (PcdFlashNvStorageFtwSpareSize)) / 1024
));
PcdSet64S (PcdEmuVariableNvStoreReserved, VariableStore);
}


Expand Down
1 change: 0 additions & 1 deletion Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved
gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable
Expand Down

0 comments on commit 3d2cd2f

Please sign in to comment.