TianoCore EDK2 master
Loading...
Searching...
No Matches
CloudHv.h
Go to the documentation of this file.
1
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__