VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Include/IndustryStandard/CloudHv.h

最後變更 在這個檔案是 99404,由 vboxsync 提交於 2 年 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 648 位元組
 
1/** @file
2 Various defines related to Cloud Hypervisor
3
4 SPDX-License-Identifier: BSD-2-Clause-Patent
5
6**/
7
8#ifndef __CLOUDHV_H__
9#define __CLOUDHV_H__
10
11//
12// Host Bridge Device ID
13//
14#define CLOUDHV_DEVICE_ID 0x0d57
15
16//
17// ACPI timer address
18//
19#define CLOUDHV_ACPI_TIMER_IO_ADDRESS 0x0608
20
21//
22// ACPI shutdown device address
23//
24#define CLOUDHV_ACPI_SHUTDOWN_IO_ADDRESS 0x0600
25
26//
27// 32-bit MMIO memory hole base address
28//
29#define CLOUDHV_MMIO_HOLE_ADDRESS 0xc0000000
30
31//
32// 32-bit MMIO memory hole size
33//
34#define CLOUDHV_MMIO_HOLE_SIZE 0x38000000
35
36//
37// SMBIOS address
38//
39#define CLOUDHV_SMBIOS_ADDRESS 0xf0000
40
41#endif // __CLOUDHV_H__
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette