diff options
author | Hongbin1 Zhang <hongbin1.zhang@intel.com> | 2024-05-31 15:26:10 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-28 15:25:27 +0000 |
commit | ff04469d33512d29a5b1afa9c99ec3a152795360 (patch) | |
tree | 0ca9188b14412bf295159cadbf31e5ac54366ec0 /MdeModulePkg/Core | |
parent | 82b1f691961f3e845e2e46873823c4843b660a7a (diff) | |
download | edk2-ff04469d33512d29a5b1afa9c99ec3a152795360.tar.gz edk2-ff04469d33512d29a5b1afa9c99ec3a152795360.tar.bz2 edk2-ff04469d33512d29a5b1afa9c99ec3a152795360.zip |
MdeModulePkg: Add MM Communication Buffer definition
The MM communicate buffer facilitates data sharing between non-MM
and MM code.
The MM IPL code allocates a "fixed" runtime type memory as the MM
communication buffer, and communicates its address and size to MM
Core via MmCommBuffer GUIDed HOB.
Here, "fixed" implies that the buffer's location remains constant
throughout the boot process.
Data is exchanged between the MM Communication PPI/Protocol and a
software MMI handler using this fixed MM communication buffer.
Signed-off-by: Hongbin1 Zhang <hongbin1.zhang@intel.com>
Co-authored-by: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Co-authored-by: Ray Ni <ray.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Wei6 Xu <wei6.xu@intel.com>
Cc: Dun Tan <dun.tan@intel.com>
Cc: Yuanhao Xie <yuanhao.xie@intel.com>
Diffstat (limited to 'MdeModulePkg/Core')
0 files changed, 0 insertions, 0 deletions