audk/StandaloneMmPkg
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
..
Core StandaloneMmPkg/Core: Check Resource HOB and Mmram ranges 2024-11-05 08:30:16 +00:00
Drivers StandaloneMmPkg/MmIpl: Optimize hob pointer check flow 2024-11-05 01:04:30 +00:00
Include
Library StandaloneMmPkg/MemLib: remove unnecessary check 2024-11-05 08:30:16 +00:00
StandaloneMmPkg.ci.yaml StandaloneMmPkg/StandaloneMmPkg.ci.yaml: Add PrEval CI config 2024-09-02 23:20:35 +00:00
StandaloneMmPkg.dec
StandaloneMmPkg.dsc StandaloneMmPkg: Add StackCheckLib 2024-09-13 03:58:46 +00:00