Skip to content

Commit

Permalink
StandaloneMm/MmRpmb: 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]>
  • Loading branch information
LeviYeoReum committed Dec 5, 2024
1 parent 05e189d commit bc4c9eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#
# Entry point
#
StandaloneMmCoreEntryPoint|StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf
StandaloneMmCoreEntryPoint|ArmPkg/Library/StandaloneMmCoreEntryPoint/ArmStandaloneMmCoreEntryPoint.inf
StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf

StandaloneMmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf
Expand Down Expand Up @@ -143,7 +143,7 @@
#
Drivers/OpTee/OpteeRpmbPkg/OpTeeRpmbFv.inf
StandaloneMmPkg/Core/StandaloneMmCore.inf
StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf
ArmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf
MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.inf {
<LibraryClasses>
NULL|Drivers/OpTee/OpteeRpmbPkg/FixupPcd.inf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ READ_LOCK_STATUS = TRUE
INF Drivers/OpTee/OpteeRpmbPkg/OpTeeRpmbFv.inf
INF MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.inf
INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf
INF StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf
INF ArmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf

################################################################################
#
Expand Down

0 comments on commit bc4c9eb

Please sign in to comment.