]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/VariableRuntimeDxe: implement standalone MM version
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 3 Jan 2019 18:28:25 +0000 (19:28 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 16 Jan 2019 19:10:51 +0000 (20:10 +0100)
commit688b2cad7b712493f2cf8b6948ab795545e13961
tree97743c790bf21213b36fc4b2b0eef3f641737669
parenta855f63e2fdd990837391b0e61e78b3f06b56916
MdeModulePkg/VariableRuntimeDxe: implement standalone MM version

Reuse most of the existing code to implement a variable runtime
driver that will be able to execute in the context of standalone
MM.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.c [new file with mode: 0644]
MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf [new file with mode: 0644]