diff options
author | Rebecca Cran <rebecca@bsdio.com> | 2020-05-03 20:18:53 -0600 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-05-05 19:40:40 +0000 |
commit | f159102a130fac9b416418eb9b6fa35b63426ca5 (patch) | |
tree | 0b5ad151ce7cf39effdd881b740b14abce685b94 /OvmfPkg/Include/IndustryStandard | |
parent | 245bdd2cb94beef807ff12263b6060d6fdb40c9a (diff) | |
download | edk2-f159102a130fac9b416418eb9b6fa35b63426ca5.tar.gz edk2-f159102a130fac9b416418eb9b6fa35b63426ca5.tar.bz2 edk2-f159102a130fac9b416418eb9b6fa35b63426ca5.zip |
OvmfPkg: Add BaseResetSystemLibBhyve
Introduce BaseResetSystemLibBhyve.inf, to support powering off
bhyve guests.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Message-Id: <20200504021853.76658-1-rebecca@bsdio.com>
[lersek@redhat.com: MODULE_TYPE: replace DXE_DRIVER with BASE]
[lersek@redhat.com: replace <OvmfPlatforms.h> with <IndustryStandard/Bhyve.h>]
[lersek@redhat.com: strip ".inf" from subject line]
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/Include/IndustryStandard')
-rw-r--r-- | OvmfPkg/Include/IndustryStandard/Bhyve.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OvmfPkg/Include/IndustryStandard/Bhyve.h b/OvmfPkg/Include/IndustryStandard/Bhyve.h index 02ce5587ee..ab8f2b0729 100644 --- a/OvmfPkg/Include/IndustryStandard/Bhyve.h +++ b/OvmfPkg/Include/IndustryStandard/Bhyve.h @@ -13,4 +13,6 @@ #define BHYVE_ACPI_TIMER_IO_ADDR 0x408
+#define BHYVE_PM_REG 0x404
+
#endif // __BHYVE_H__
|