OvmfPkg: Update I/O port related to ACPI devices for CloudHv

Both ACPI shutdown and ACPI PM timer devices has been moved to different
port addresses in the latest version of Cloud Hypervisor. These changes
need to be reflected on the OVMF firmware.

Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
Sebastien Boeuf 2022-08-19 17:59:22 +08:00 committed by mergify[bot]
parent 54c8d5e432
commit 8465fd59d3
1 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@
//
// ACPI timer address
//
#define CLOUDHV_ACPI_TIMER_IO_ADDRESS 0xb008
#define CLOUDHV_ACPI_TIMER_IO_ADDRESS 0x0608
//
// ACPI shutdown device address
//
#define CLOUDHV_ACPI_SHUTDOWN_IO_ADDRESS 0x03c0
#define CLOUDHV_ACPI_SHUTDOWN_IO_ADDRESS 0x0600
//
// 32-bit MMIO memory hole base address