mirror of https://github.com/acidanthera/audk.git
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:
parent
54c8d5e432
commit
8465fd59d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue