From nobody Tue May 7 17:13:41 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+92579+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+92579+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1660903170; cv=none; d=zohomail.com; s=zohoarc; b=Bk6PxOoOti3iry2cVxaJdZxpnhLpbBRLF7FvYsPeYsF7CcTqz43mSKONlFCyQrXBjG3eNXytFtXXXlaEXGDnzLzdLqfEKLVRIjn4iQi+XaZQ9n4jslR1VbvbqTKusOUeW7lH0aP/PFwtNv55tPdKtHVXBp354ZBl2hnaoarNw3o= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1660903170; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=JcnTMUKBc45yeq1riRjvNIqWkGcvBGSMI9ZcsDCWZGA=; b=JlmiZxOjWQSO23C9jDSE2oSomzNgcavJx1ISNqBXT1GrBOelXkH+jCq05uH6skMiV3070YyRqeEmiAglqhbFGQkfqex4cHdmCZPtt/+9xsxxTjdFGY4DntoNMUtc4kasFbZrw2JFq9l5MYkOcQdPbHKNFRWwcm4SHlAmoAjhqd0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+92579+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1660903170379250.59556076191473; Fri, 19 Aug 2022 02:59:30 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id nYnJYY1788612xguxapfFNLu; Fri, 19 Aug 2022 02:59:30 -0700 X-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 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" X-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" X-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: [edk2-devel] [PATCH v2] OvmfPkg: Update I/O port related to ACPI devices for CloudHv Date: Fri, 19 Aug 2022 11:59:22 +0200 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,sebastien.boeuf@intel.com X-Gm-Message-State: uEj9c7LFiqIGD0F7gY9erpt2x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1660903170; bh=k7hOd/L/60DMcFyMAriF7+CDRgGY2TLCbqk9PYjcAR8=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=KrNwRjsRyFZGPAYGrFJplfIP/tZ3tEdSFITIxQ+dTU8vFxFruyM46Gqpeflmd+kcytJ 8bsL7NO/iNzeYuUNxt+DjnFZdSast8efv39JzJRwJIiR6u1/yuIIQ5k+5Jyg1mbxc3erB OiO0ce6T2eBo5GiriXzRLD6gQfV6P5VW8xc= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1660903171990100003 Content-Type: text/plain; charset="utf-8" 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 Acked-by: Gerd Hoffmann > --- 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 =20 // // ACPI shutdown device address // -#define CLOUDHV_ACPI_SHUTDOWN_IO_ADDRESS 0x03c0 +#define CLOUDHV_ACPI_SHUTDOWN_IO_ADDRESS 0x0600 =20 // // 32-bit MMIO memory hole base address --=20 2.34.1 --------------------------------------------------------------------- Intel Corporation SAS (French simplified joint stock company) Registered headquarters: "Les Montalets"- 2, rue de Paris,=20 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. -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#92579): https://edk2.groups.io/g/devel/message/92579 Mute This Topic: https://groups.io/mt/93121228/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-