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 655E97803E0 for ; Thu, 30 Nov 2023 08:40:14 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=xCkDuxt4B+e9Fp8Up4Am6nCXnUvevojOwoUDcpph2c0=; 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=1701333613; v=1; b=TEniiFyKI/88jxKCIIKdbyCEhLBEOuEQp6XJZ1cskUYvskqvI6/OBN1jJkcH3kY39nHfZAha zw08GOKF14r98vn08T6PkPsPx0cua71ymysMQ8qDX/T9SoWJly5dxJoUqGmTDlMgHKvhP3QBdId hJ37W46SpUzGlRfIljRYXyp0= X-Received: by 127.0.0.2 with SMTP id 1YB1YY7687511xmB7iw0AvQS; Thu, 30 Nov 2023 00:40:13 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.68003.1701333612083974187 for ; Thu, 30 Nov 2023 00:40:12 -0800 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 014A31042; Thu, 30 Nov 2023 00:40:58 -0800 (PST) X-Received: from [192.168.1.13] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A0C793F6C4; Thu, 30 Nov 2023 00:40:10 -0800 (PST) Message-ID: <495846e5-bfc5-4230-aea6-3ce7b4af8831@arm.com> Date: Thu, 30 Nov 2023 09:40:03 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH v1 0/3] DynamicTablesPkg: Updated word I/O To: Abdul Lateef Attar , devel@edk2.groups.io Cc: Abdul Lateef Attar , Sami Mujawar 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: VDMchpJCLorFe0Z7COE1vEQ2x7686176AA= 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=TEniiFyK; 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 Hello Abdul, Thanks for the patches, Reviewed-by: Pierre Gondois Regards, Pierre On 11/29/23 17:05, Abdul Lateef Attar wrote: > From: Abdul Lateef Attar >=20 > Code changes to > Add API to generate word I/O ranges. > Correct the parameter to generate word bus number. > Corrects the function pointer typedef >=20 > PR: https://github.com/tianocore/edk2/pull/5090 >=20 > Cc: Pierre Gondois > Cc: Sami Mujawar >=20 > Abdul Lateef Attar (3): > DynamicTablesPkg: AML Code generation for word I/O ranges > DynamicTablesPkg: Corrects AmlCodeGenRdWordBusNumber parameters > DynamicTablesPkg: Corrects function pointer typedef of > AML_PARSE_FUNCTION >=20 > .../Include/Library/AmlLib/AmlLib.h | 75 +++++++++++++- > .../AmlLib/CodeGen/AmlResourceDataCodeGen.c | 98 ++++++++++++++++++- > .../Library/Common/AmlLib/Parser/AmlParser.c | 3 +- > 3 files changed, 164 insertions(+), 12 deletions(-) >=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 (#111899): https://edk2.groups.io/g/devel/message/111899 Mute This Topic: https://groups.io/mt/102874537/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-