diff options
author | Dun Tan <dun.tan@intel.com> | 2024-09-20 15:09:01 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-11-05 08:30:16 +0000 |
commit | 836942fbadb629050b866a8052e6af755bcdf623 (patch) | |
tree | b4ac33d63c82f01c2216c6dee31b8581d763c350 /EdkModulePkg/Universal/UserInterface/HiiDataBase | |
parent | da8fd23dbba7088627e4420975088148076ad421 (diff) | |
download | edk2-master.tar.gz edk2-master.tar.bz2 edk2-master.zip |
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>
Diffstat (limited to 'EdkModulePkg/Universal/UserInterface/HiiDataBase')
0 files changed, 0 insertions, 0 deletions