diff options
author | Levi Yun <yeoreum.yun@arm.com> | 2024-09-19 16:24:43 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-17 14:55:42 +0000 |
commit | 6016c522c6d6e7d6cce385379cfbe8f06cf8048e (patch) | |
tree | a5397c5848bb39ab3822bf328fbdc50d11b17be9 /BaseTools/Source | |
parent | 1bebc97b816ddedbaa0fbdf723c1d124d7fc84a3 (diff) | |
download | edk2-6016c522c6d6e7d6cce385379cfbe8f06cf8048e.zip edk2-6016c522c6d6e7d6cce385379cfbe8f06cf8048e.tar.gz edk2-6016c522c6d6e7d6cce385379cfbe8f06cf8048e.tar.bz2 |
StandaloneMmCore: Change log level when mCommunicationBuffer is NULL
On Arm all requests are handled as Asynchronous events by the Root
MMI handler.
Since the communication data is conveyed using either the NS shared
buffer or the Secure shared buffer, the Arm implementation does not
setup the mCommunicationBuffer. Therefore, the mCommunicationBuffer
being NULL is not an error case.
Moreover, the existing code switches to Asynchronous event processing
when the mCommunicationBuffer is NULL, which means that the log is an
info log rather than an error.
Therefore, change the log level from ERROR to INFO when the
mCommunicationBuffer is NULL.
Signed-off-by: Levi Yun <yeoreum.yun@arm.com>
Diffstat (limited to 'BaseTools/Source')
0 files changed, 0 insertions, 0 deletions