summaryrefslogtreecommitdiff
path: root/OvmfPkg
diff options
context:
space:
mode:
authorSebastien Boeuf <sebastien.boeuf@intel.com>2022-08-19 17:59:22 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-09-08 00:28:42 +0000
commit8465fd59d3a607ed29efce037ba607a71556ca4e (patch)
tree7939e8b653dca1c01ce1faf3c2cceffaf3eef797 /OvmfPkg
parent54c8d5e432319c632dab5d4466f50876872ce6b3 (diff)
downloadedk2-8465fd59d3a607ed29efce037ba607a71556ca4e.zip
edk2-8465fd59d3a607ed29efce037ba607a71556ca4e.tar.gz
edk2-8465fd59d3a607ed29efce037ba607a71556ca4e.tar.bz2
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>
Diffstat (limited to 'OvmfPkg')
-rw-r--r--OvmfPkg/Include/IndustryStandard/CloudHv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/Include/IndustryStandard/CloudHv.h b/OvmfPkg/Include/IndustryStandard/CloudHv.h
index d31ecc9..527c236 100644
--- a/OvmfPkg/Include/IndustryStandard/CloudHv.h
+++ b/OvmfPkg/Include/IndustryStandard/CloudHv.h
@@ -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