Skip to content

Commit

Permalink
ARM/VExpressPkg: apply some StandaloneMmPkg's movement
Browse files Browse the repository at this point in the history
StandaloneMmCoreEntryPoint Library and StandaloneMmCpu Driver for Arm
are moved from StandaloneMmPkg to ArmPkg.

apply this change.

Signed-off-by: Levi.yun <[email protected]>
Change-Id: Ic800faa0fd3bd9d8ddd37735f73ee14eef0cbcec
  • Loading branch information
LeviYeoReum committed Nov 11, 2024
1 parent 6344415 commit e02bcad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Platform/ARM/VExpressPkg/PlatformStandaloneMm.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
StandaloneMmCoreEntryPoint|StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf
StandaloneMmCoreEntryPoint|ArmPkg/Library/ArmStandaloneMmCoreEntryPoint/ArmStandaloneMmCoreEntryPoint.inf
StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
VariableMmDependency|StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependency.inf

Expand Down Expand Up @@ -172,12 +172,12 @@
#
# MM Core
#
ArmPkg/Library/ArmStandaloneMmCoreEntryPoint/ArmStandaloneMmCoreEntryPoint.inf
StandaloneMmPkg/Core/StandaloneMmCore.inf {
<LibraryClasses>
NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
}
StandaloneMmPkg/Library/FvLib/FvLib.inf
StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf
StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf
StandaloneMmPkg/Library/StandaloneMmCoreMemoryAllocationLib/StandaloneMmCoreMemoryAllocationLib.inf
StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf
Expand All @@ -186,7 +186,7 @@
StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependency.inf

[Components.AARCH64, Components.ARM]
StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf
ArmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf
StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf

!if $(ENABLE_UEFI_SECURE_VARIABLE) == TRUE
Expand Down
2 changes: 1 addition & 1 deletion Platform/ARM/VExpressPkg/PlatformStandaloneMm.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ READ_LOCK_CAP = TRUE
READ_LOCK_STATUS = TRUE
FvNameGuid = 87940482-fc81-41c3-87e6-399cf85ac8a0

INF StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf
INF ArmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf

!if $(ENABLE_UEFI_SECURE_VARIABLE) == TRUE
INF Platform/ARM/Drivers/NorFlashDxe/NorFlashStandaloneMm.inf
Expand Down

0 comments on commit e02bcad

Please sign in to comment.