diff options
author | Levi Yun <yeoreum.yun@arm.com> | 2024-10-11 09:01:19 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-17 14:55:42 +0000 |
commit | 6c62f40df3f63732071dc97f23830b2e48c6cbc5 (patch) | |
tree | 286872104dd14f28ffb97f5e9b0d9fa7c2a08e02 /StandaloneMmPkg/StandaloneMmPkg.dsc | |
parent | 7340a4b63a993151817faa0adabebfeb007d16c1 (diff) | |
download | edk2-6c62f40df3f63732071dc97f23830b2e48c6cbc5.tar.gz |
StandaloneMmPkg: Move sanity check for comm buffer to entrypoint
Arm has three types of communication buffer
- Non secure communication buffer: shared buffer with NS partition
- Secure communication buffer: shared buffer with Secure partition
- Internal Misc service buffer: For misc service
i.e. for services that do not use MmCommunication protocol,
a buffer is created and populated internally.
Since, internal Misc service buffer is allocated dynamically in
StandaloneMm there is no additional check required for the Misc
service buffer.
This patch move sanity check of communication buffer from
StandaloneMmCpu Driver to StandaloneMmEntryPoint.
Signed-off-by: Levi Yun <yeoreum.yun@arm.com>
Diffstat (limited to 'StandaloneMmPkg/StandaloneMmPkg.dsc')
0 files changed, 0 insertions, 0 deletions