From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web08.5875.1660221680673868427 for ; Thu, 11 Aug 2022 05:41:20 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=ZEzTkm04; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: sebastien.boeuf@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660221680; x=1691757680; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=9qBSB3pvr4fx3JOiBWOLC8bBuQoLNw2VU5szIoq5/es=; b=ZEzTkm04XcI37yoa4sijFxCN+VdZztP8HvFQ5LdwT+L5RXxvUWgZXLtW cSt9kjuQXbd/phi7t0UtMtFCFBa1R2zntFP6xbb+e2keD9ae55VJmELE5 s4UXTpU3pMIozBEca4zz6EXLrnZhBAqhEPHuJWMZPPBd6rFw2kTze7MQl MBvKeKn7AiqiVCl5SzAlfrsq7MimYRS/goamxjTnz2Fap3vsmVDgMSPCh QfSTqK5YxgIHsEQ3agVOvy5eIEmzGzE4Hju+/Agv6lhArqvsRofZ71Mym gY7aEItKJ5vefClbbei14ZCmpf3eArcv+Vz573gKFgRJauljjOTarlaVy g==; X-IronPort-AV: E=McAfee;i="6400,9594,10435"; a="353074691" X-IronPort-AV: E=Sophos;i="5.93,228,1654585200"; d="scan'208";a="353074691" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Aug 2022 05:41:19 -0700 X-IronPort-AV: E=Sophos;i="5.93,228,1654585200"; d="scan'208";a="665355814" Received: from dxharrix-mobl3.ger.corp.intel.com (HELO sboeuf-mobl.home) ([10.252.26.29]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Aug 2022 05:41:18 -0700 From: "Boeuf, Sebastien" To: devel@edk2.groups.io Cc: jiewen.yao@intel.com, jordan.l.justen@intel.com, kraxel@redhat.com, sebastien.boeuf@intel.com Subject: [PATCH] OvmfPkg: Update I/O port related to ACPI devices for CloudHv Date: Thu, 11 Aug 2022 14:40:57 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable From: Sebastien Boeuf 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. Signed-off-by: Sebastien Boeuf --- OvmfPkg/Include/IndustryStandard/CloudHv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OvmfPkg/Include/IndustryStandard/CloudHv.h b/OvmfPkg/Include/I= ndustryStandard/CloudHv.h index d31ecc9eec..527c236f48 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 -- = 2.34.1 --------------------------------------------------------------------- Intel Corporation SAS (French simplified joint stock company) Registered headquarters: "Les Montalets"- 2, rue de Paris, = 92196 Meudon Cedex, France Registration Number: 302 456 199 R.C.S. NANTERRE Capital: 5 208 026.16 Euros This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.