Last change
on this file was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
496 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Various defines for qemu microvm
|
---|
3 |
|
---|
4 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
5 |
|
---|
6 | **/
|
---|
7 |
|
---|
8 | #ifndef __MICROVM_H__
|
---|
9 | #define __MICROVM_H__
|
---|
10 |
|
---|
11 | #define MICROVM_PSEUDO_DEVICE_ID 0xfff1
|
---|
12 |
|
---|
13 | /* generic event device */
|
---|
14 | #define MICROVM_GED_MMIO_BASE 0xfea00000
|
---|
15 | #define MICROVM_GED_MMIO_BASE_REGS (MICROVM_GED_MMIO_BASE + 0x200)
|
---|
16 | #define MICROVM_ACPI_GED_REG_SLEEP_CTL 0x00
|
---|
17 | #define MICROVM_ACPI_GED_REG_RESET 0x02
|
---|
18 | #define MICROVM_ACPI_GED_RESET_VALUE 0x42
|
---|
19 |
|
---|
20 | #endif // __MICROVM_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.