From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web12.1264.1660903168954477673 for ; Fri, 19 Aug 2022 02:59:29 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=O/r0GG4v; spf=pass (domain: intel.com, ip: 192.55.52.115, 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=1660903168; x=1692439168; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Hc6cP+MaoHL+VM721gmESqRHt+PYTUqCPk5Nb09ycs8=; b=O/r0GG4vDk2ghXo7CUpFunCkAsmWG3L5xC1Dkz6jzvAZhofGJouHlNXt UXmeWRBl30EY9TexbqYgY8jarjnur0f1NvV8A038AB3uirZnHXSxxOewm S34/BRkRooCtA+ZVCqjYVgV/1PRtb8WsmcJrNZ5AiF4dJdvHg6dAtg2vQ 6eH8cLWO30WW2xzxOidquoyJQOdEbp6xIIxoK7nuoYaKXbONSRaQO+DNm bW33onb00ZSPdk9CxaZcToUIF6EkHmn2jJb6+qQc0vZPTqbBy8yJyc7rn /a4mvheLVu81BSjI40vpNU71c+3f5L1RHiMqPDkMyF+8mqk72Ez9L9ubv Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10443"; a="292977817" X-IronPort-AV: E=Sophos;i="5.93,247,1654585200"; d="scan'208";a="292977817" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Aug 2022 02:59:28 -0700 X-IronPort-AV: E=Sophos;i="5.93,247,1654585200"; d="scan'208";a="637222258" Received: from pmccullo-mobl2.amr.corp.intel.com (HELO sboeuf-mobl.home) ([10.252.27.170]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Aug 2022 02:59:26 -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 v2] OvmfPkg: Update I/O port related to ACPI devices for CloudHv Date: Fri, 19 Aug 2022 11:59:22 +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. Acked-by: Gerd Hoffmann 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.