From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 0A6B974004E for ; Fri, 22 Sep 2023 09:08:38 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Tyxl0QNtPNN2bJEfqblMKa546l3jvti1CDkrfj6zS5M=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1695373717; v=1; b=DUJqXVGfXt7R7unjruSHLTY/J8PWV01YIhOsvjyCV1+8P22HL6eK8EaODlW7T9fvrf/VVo8I 7guoIVrOlVQVAYmZwQAn7H9AuDCtNbtYu5PKt/gc5/EcA0bepoadS737jDRCftGUR9eCkAjIz7D B5P6Y56GIECYnGvJYKqFXHtg= X-Received: by 127.0.0.2 with SMTP id WlYaYY7687511xHD1AIzoO1z; Fri, 22 Sep 2023 02:08:37 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.17071.1695373716980394733 for ; Fri, 22 Sep 2023 02:08:37 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6F3F1DA7; Fri, 22 Sep 2023 02:09:13 -0700 (PDT) X-Received: from [10.34.100.121] (e126645.nice.arm.com [10.34.100.121]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 99D8F3F5A1; Fri, 22 Sep 2023 02:08:30 -0700 (PDT) Message-ID: <6f531653-cdda-932f-d4de-42fe9c61c1e0@arm.com> Date: Fri, 22 Sep 2023 11:08:26 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [edk2-devel] [PATCH v2 0/2] Add support for PCI IO using Qword resources To: Jeff Brasen , devel@edk2.groups.io Cc: Sami.Mujawar@arm.com, quic_llindhol@quicinc.com, ardb+tianocore@kernel.org References: From: "PierreGondois" In-Reply-To: Precedence: Bulk 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,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 7mmdzYUBFUa3D2KAl4nmNRZgx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=DUJqXVGf; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Hi Jeff, On 9/21/23 22:10, Jeff Brasen wrote: > Use AmlCodeGenRdQWordIo() to generate the I/O range in _CRS instead of > AmlCodeGenRdDWordIo() to cater to the scenarios where 64-bit > addresses can be used to generate I/O packets over the PCIe bus. >=20 > Changes: > v2 - Rebased and set transferEncoding =3D 8bit The patches applied cleanly, thanks! Reviewed-by: Pierre Gondois >=20 > Vidya Sagar (2): > DynamicTablesPkg: AML Code generation for I/O ranges > DynamicTablesPkg: AcpiSsdtPcieLibArm: Use QWord todescribe I/O range >=20 > .../Include/Library/AmlLib/AmlLib.h | 67 ++++++++++++++ > .../AcpiSsdtPcieLibArm/SsdtPcieGenerator.c | 2 +- > .../AmlLib/CodeGen/AmlResourceDataCodeGen.c | 90 +++++++++++++++++++ > 3 files changed, 158 insertions(+), 1 deletion(-) >=20 -=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 (#108987): https://edk2.groups.io/g/devel/message/108987 Mute This Topic: https://groups.io/mt/101508452/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-