]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Include/IndustryStandard/Bhyve.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / Include / IndustryStandard / Bhyve.h
1 /** @file
2 Various register numbers and value bits based on FreeBSD's bhyve
3 at r359530.
4 - https://svnweb.freebsd.org/base?view=revision&revision=359530
5
6 Copyright (C) 2020, Rebecca Cran <rebecca@bsdio.com>
7
8 SPDX-License-Identifier: BSD-2-Clause-Patent
9 **/
10
11 #ifndef __BHYVE_H__
12 #define __BHYVE_H__
13
14 #define BHYVE_ACPI_TIMER_IO_ADDR 0x408
15
16 #define BHYVE_PM_REG 0x404
17
18 #endif // __BHYVE_H__