audk/StandaloneMmPkg/Library
Dun Tan 836942fbad StandaloneMmPkg/MemLib: remove unnecessary check
Remove unnecessary check in API MmIsBufferOutsideMmValid of
StandaloneMmMemLib.

The API is used to check if a input buffer is outside MMRAM and
inside a valid non-MMRAM range. Previously, the API only checks
if the input buffer is
 overlapped with MMRAM range. In the last
commit, we add logic to check if the input buffer is inside valid
non-MMRAM 
ranges reported by the resource HOB. Since the resource
HOB only covers valid non-MMRAM ranges, we doesn't need to check
if the input buffer is inside the MMRAM anymore.

Signed-off-by: Dun Tan <dun.tan@intel.com>
2024-11-05 08:30:16 +00:00
..
FvLib StandaloneMmPkg: CodeQL Fixes. 2024-10-03 07:30:55 +00:00
MmPlatformHobProducerLibNull StandaloneMmPkg: Create null instance for MmPlatformHobProducerLib 2024-08-28 15:25:27 +00:00
SmmLockBoxMmDependency StandaloneMmPkg: Add LockBox Dependency Library 2024-07-31 19:49:24 +00:00
StandaloneMmCoreEntryPoint StandaloneMmPkg: Arm: Update to use the new StandaloneMmCpu driver 2024-02-27 12:27:58 +00:00
StandaloneMmCoreHobLib StandaloneMmPkg/Hob: Integer Overflow in CreateHob() 2024-01-26 03:40:09 +00:00
StandaloneMmCoreMemoryAllocationLib StandaloneMmPkg: Support using gEfiSmmSmramMemoryGuid to get MMRAM range 2024-08-28 15:25:27 +00:00
StandaloneMmHobLib StandaloneMmPkg/StandaloneMmHobLib: Remove HOB creation 2023-12-11 03:30:39 +00:00
StandaloneMmMemLib StandaloneMmPkg/MemLib: remove unnecessary check 2024-11-05 08:30:16 +00:00
StandaloneMmMemoryAllocationLib StandaloneMmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
StandaloneMmPeCoffExtraActionLib StandaloneMmPkg: Include correct MmuLib header 2023-06-27 16:40:07 +00:00
VariableMmDependency StandaloneMmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00