audk/StandaloneMmPkg/Core
Levi Yun 2091e449f1 StandaloneMmPkg: Introduce a PCD to disable shadow boot FV
On some Arm platforms the boot firmware volume passed in the HOB
by the secure world firmware (TF-A) is never freed and is always
mapped as read-only.

On such platforms the heap memory can be saved by disabling the
shadow copy of the boot firmware volume. This is useful as on
some platforms the amount of memory available is limited.

Therefore, introduce a PCD PcdShadowBfv that platforms
can configure to disable the shadow boot FV. This PCD is set to
TRUE by default.

Signed-off-by: Levi Yun <yeoreum.yun@arm.com>
2025-01-20 09:13:26 +00:00
..
Dependency.c StandaloneMmPkg/Core: Remove traditional MM driver support 2024-08-28 15:25:27 +00:00
Dispatcher.c StandaloneMmPkg: Call PeCoffLoaderUnloadImage When Unloading Image 2025-01-09 12:44:46 +00:00
FwVol.c StandaloneMmPkg: Introduce a PCD to disable shadow boot FV 2025-01-20 09:13:26 +00:00
Handle.c StandaloneMmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
InstallConfigurationTable.c StandaloneMmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Locate.c StandaloneMmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
MemoryAttributesTable.c StandaloneMmPkg/Core: Add MemoryAttributes support 2024-08-28 15:25:27 +00:00
Mmi.c StandaloneMmPkg: Initialize 'WillReturn' variable 2024-05-30 01:57:35 +00:00
Notify.c StandaloneMmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Page.c StandaloneMmPkg/Core: Add MemoryAttributes support 2024-08-28 15:25:27 +00:00
Pool.c StandaloneMmPkg/Core: Add MemoryAttributes support 2024-08-28 15:25:27 +00:00
StandaloneMmCore.c StandaloneMmCore: Change log level when mCommunicationBuffer is NULL 2025-01-17 14:55:42 +00:00
StandaloneMmCore.h StandaloneMmPkg/Core: Support to dispatch multiple standalone MM FVs 2024-12-20 10:16:16 +00:00
StandaloneMmCore.inf StandaloneMmPkg: Introduce a PCD to disable shadow boot FV 2025-01-20 09:13:26 +00:00
StandaloneMmCorePrivateData.h StandaloneMmPkg/Core: Drop MM_CORE_PRIVATE_DATA 2024-08-28 15:25:27 +00:00