diff options
author | Kun Qin <kuqin@microsoft.com> | 2025-03-05 15:25:59 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-03-14 17:23:38 +0000 |
commit | 015c4a37c3e9c4eae88eed7efdbe7650f6a38602 (patch) | |
tree | 438c0ca2242ba2a7e6931e4b45115a21dfba57ba /BaseTools/Source/Python | |
parent | f47d897f93f1f67d57ca0877daf3f1663823847a (diff) | |
download | edk2-015c4a37c3e9c4eae88eed7efdbe7650f6a38602.zip edk2-015c4a37c3e9c4eae88eed7efdbe7650f6a38602.tar.gz edk2-015c4a37c3e9c4eae88eed7efdbe7650f6a38602.tar.bz2 |
StandaloneMmPkg: Disable assert when gMmCommBufferHobGuid not found.
For AARCH64 using StandaloneMmPkg, gMmCommBufferHobGuid will not exist.
Aarch64 makes use of their own Root MmiHandler that will get the
communication buffer out of a separate buffer, and will call
MmiMange directly with the information.
For x64, where gMmCommBufferHobGuid is expected to be supplied
in the hob list passed to StandaloneCore, if the hob does not
exist, print out a debug message describing the failure scenario.
Its important to note that a mising gMmCommBufferHobGuid will
mean non-root MmiHandlers will not be dispatched in the x64
scenario, but that root MmiHandlers will still be dispatched.
Signed-off-by: Aaron Pop <aaronpop@microsoft.com>
Co-authored-by: Aaron Pop <aaronpop@microsoft.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions