]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/Include/OvmfPlatforms.h
OvmfPkg/ResetSystemLib: add driver for microvm
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 8 Sep 2021 09:01:14 +0000 (11:01 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 5 Oct 2021 10:55:39 +0000 (10:55 +0000)
commit1d3e89f3490f05a20df0470a21767d063587a596
tree8e62f886b89cde28791e276e2200bdcaa5d5dbac
parentbf02d73e74ec2825551126c780df726cc543cfb0
OvmfPkg/ResetSystemLib: add driver for microvm

Uses the generic event device to reset and poweroff.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3599
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Jiewen Yao <Jiewen.yao@intel.com>
OvmfPkg/Include/IndustryStandard/Microvm.h
OvmfPkg/Include/OvmfPlatforms.h
OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibMicrovm.inf [new file with mode: 0644]
OvmfPkg/Library/ResetSystemLib/DxeResetSystemLibMicrovm.c [new file with mode: 0644]
OvmfPkg/Library/ResetSystemLib/DxeResetSystemLibMicrovm.inf [new file with mode: 0644]
OvmfPkg/Library/ResetSystemLib/ResetSystemLibMicrovm.c [new file with mode: 0644]
OvmfPkg/Microvm/MicrovmX64.dsc
OvmfPkg/PlatformPei/Platform.c