Skip to content

Commit 8465fd5

Browse files
Sebastien Boeufmergify[bot]
authored andcommitted
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>
1 parent 54c8d5e commit 8465fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OvmfPkg/Include/IndustryStandard/CloudHv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
//
1717
// ACPI timer address
1818
//
19-
#define CLOUDHV_ACPI_TIMER_IO_ADDRESS 0xb008
19+
#define CLOUDHV_ACPI_TIMER_IO_ADDRESS 0x0608
2020

2121
//
2222
// ACPI shutdown device address
2323
//
24-
#define CLOUDHV_ACPI_SHUTDOWN_IO_ADDRESS 0x03c0
24+
#define CLOUDHV_ACPI_SHUTDOWN_IO_ADDRESS 0x0600
2525

2626
//
2727
// 32-bit MMIO memory hole base address

0 commit comments

Comments
 (0)