]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/MdePkg.dsc
MdePkg: add MM_STANDALONE implementation of MmServicesTableLib
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 14 Jan 2019 12:06:01 +0000 (13:06 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 16 Jan 2019 19:10:51 +0000 (20:10 +0100)
commit2ac8d8d55c4d5746feecfc499cf013d4c526462e
treede1ab267129c0ee5f888f032c0645600bf31225d
parent5866d49923967b86e2921672cd83b3f506b45e3d
MdePkg: add MM_STANDALONE implementation of MmServicesTableLib

The newly introduced generic MmServicesTableLib can be implemented
for traditional SMM (as we did already), but MM_STANDALONE drivers
require an implementation that is based on standalone MM.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.c [new file with mode: 0644]
MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf [new file with mode: 0644]
MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.uni [new file with mode: 0644]
MdePkg/MdePkg.dsc