From: "Sami Mujawar" <sami.mujawar@arm.com>
To: "Attar, AbdulLateef (Abdul Lateef)" <AbdulLateef.Attar@amd.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Pierre Gondois <Pierre.Gondois@arm.com>, nd <nd@arm.com>
Subject: Re: [edk2-devel] [Resend PATCH v5 0/4] DynamicTablesPkg: Adds WordIO and method invocation ability
Date: Fri, 22 Dec 2023 08:49:53 +0000 [thread overview]
Message-ID: <60D9CF61-6F30-44FB-801B-305598B6F4E4@arm.com> (raw)
In-Reply-To: <IA1PR12MB64580C4C7D58F617D94FC4D2E094A@IA1PR12MB6458.namprd12.prod.outlook.com>
Series merged as 5d533bbc2773..d01defe06b35
Thanks.
Regards,
Sami Mujawar
On 22/12/2023, 03:59, "Attar, AbdulLateef (Abdul Lateef)" <AbdulLateef.Attar@amd.com <mailto:AbdulLateef.Attar@amd.com>> wrote:
[AMD Official Use Only - General]
Hi Sami,
Below mentioned patch looks good; https://github.com/samimujawar/edk2/tree/REVIEW_2923_dynamictables_word_io_method_invocatio <https://github.com/samimujawar/edk2/tree/REVIEW_2923_dynamictables_word_io_method_invocatio> .
Please go ahead and merge the patch series.
Thanks
AbduL
-----Original Message-----
From: Sami Mujawar <sami.mujawar@arm.com <mailto:sami.mujawar@arm.com>>
Sent: Thursday, December 21, 2023 10:04 PM
To: devel@edk2.groups.io <mailto:devel@edk2.groups.io>; Attar, AbdulLateef (Abdul Lateef) <AbdulLateef.Attar@amd.com <mailto:AbdulLateef.Attar@amd.com>>
Cc: Attar, AbdulLateef (Abdul Lateef) <AbdulLateef.Attar@amd.com <mailto:AbdulLateef.Attar@amd.com>>; Pierre Gondois <pierre.gondois@arm.com <mailto:pierre.gondois@arm.com>>; nd@arm.com <mailto:nd@arm.com>
Subject: Re: [edk2-devel] [Resend PATCH v5 0/4] DynamicTablesPkg: Adds WordIO and method invocation ability
Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.
Hi Abdul,
Can you check if the patch 4/4 at
https://github.com/samimujawar/edk2/tree/REVIEW_2923_dynamictables_word_io_method_invocation_v5 <https://github.com/samimujawar/edk2/tree/REVIEW_2923_dynamictables_word_io_method_invocation_v5>
looks ok to you, please?
If you confim, I will apply the push label.
Regards,
Sami Mujawar
On 21/12/2023 01:56 pm, Sami Mujawar via groups.io wrote:
> Hi Abdul,
>
> Glad to see your contribution to the Dynamic Tables Framework. It
> would be great to hear how you are using this package.
>
> I have some minor comments for the last patch 4/4. If you can reply
> back, I will try to get the changes merged before the end of this week.
>
> Regards,
>
> Sami Mujawar
>
> On 20/12/2023 09:38 am, Abdul Lateef Attar wrote:
>> From: Abdul Lateef Attar <AbdulLateef.Attar@amd.com <mailto:AbdulLateef.Attar@amd.com>>
>>
>> PR: https://github.com/tianocore/edk2/pull/5171/ <https://github.com/tianocore/edk2/pull/5171/>
>>
>> V5: delta changes
>> Addressed review comments.
>> V4:
>> Address Pierre's review comments.
>> Merged patch 4 & patch 5.
>> Also added parameter logic suggested by Pierre.
>> V3: delta changes
>> CI fix and error handling for
>> DynamicTablesPkg: Adds API to generate a method with ArgN.
>> Added new patch "DynamicTablesPkg: Adds wrapper API
>> AmlCodeGenMethodInvokeMethodArgn"
>> V2:
>> Added new API to generate a method which
>> invokes another method with argument.
>> V1:
>> Code changes to
>> Add API to generate word I/O ranges.
>> Correct the parameter to generate word bus number.
>> Corrects the function pointer typedef
>>
>> Cc: Pierre Gondois <pierre.gondois@arm.com <mailto:pierre.gondois@arm.com>>
>> Cc: Sami Mujawar <sami.mujawar@arm.com <mailto:sami.mujawar@arm.com>>
>> Cc: Abdul Lateef Attar <AbdulLateef.Attar@amd.com <mailto:AbdulLateef.Attar@amd.com>>
>>
>> Abdul Lateef Attar (4):
>> DynamicTablesPkg: AML Code generation for word I/O ranges
>> DynamicTablesPkg: Corrects AmlCodeGenRdWordBusNumber parameters
>> DynamicTablesPkg: Corrects function pointer typedef of
>> AML_PARSE_FUNCTION
>> DynamicTablesPkg: AML Code generation to invoke a method
>>
>> .../Include/Library/AmlLib/AmlLib.h | 187 +++++++++++++-
>> .../Common/AmlLib/CodeGen/AmlCodeGen.c | 235 +++++++++++++++++-
>> .../AmlLib/CodeGen/AmlResourceDataCodeGen.c | 98 +++++++-
>> .../Library/Common/AmlLib/Parser/AmlParser.c | 3 +-
>> 4 files changed, 510 insertions(+), 13 deletions(-)
>>
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#112842): https://edk2.groups.io/g/devel/message/112842
Mute This Topic: https://groups.io/mt/103278517/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
prev parent reply other threads:[~2023-12-22 8:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-20 9:38 [edk2-devel] [Resend PATCH v5 0/4] DynamicTablesPkg: Adds WordIO and method invocation ability Abdul Lateef Attar via groups.io
2023-12-20 9:38 ` [edk2-devel] [Resend PATCH v5 1/4] DynamicTablesPkg: AML Code generation for word I/O ranges Abdul Lateef Attar via groups.io
2023-12-21 13:53 ` Sami Mujawar
2023-12-20 9:38 ` [edk2-devel] [Resend PATCH v5 2/4] DynamicTablesPkg: Corrects AmlCodeGenRdWordBusNumber parameters Abdul Lateef Attar via groups.io
2023-12-21 13:53 ` Sami Mujawar
2023-12-20 9:38 ` [edk2-devel] [Resend PATCH v5 3/4] DynamicTablesPkg: Corrects function pointer typedef of AML_PARSE_FUNCTION Abdul Lateef Attar via groups.io
2023-12-21 13:54 ` Sami Mujawar
2023-12-22 4:16 ` Abdul Lateef Attar via groups.io
2023-12-20 9:38 ` [edk2-devel] [Resend PATCH v5 4/4] DynamicTablesPkg: AML Code generation to invoke a method Abdul Lateef Attar via groups.io
2023-12-20 10:19 ` PierreGondois
2023-12-21 13:55 ` Sami Mujawar
2023-12-22 4:10 ` Abdul Lateef Attar via groups.io
2023-12-21 13:56 ` [edk2-devel] [Resend PATCH v5 0/4] DynamicTablesPkg: Adds WordIO and method invocation ability Sami Mujawar
[not found] ` <17A2DD5CE37E2833.24485@groups.io>
2023-12-21 16:34 ` Sami Mujawar
2023-12-22 3:59 ` Abdul Lateef Attar via groups.io
2023-12-22 8:49 ` Sami Mujawar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=60D9CF61-6F30-44FB-801B-305598B6F4E4@arm.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox