Re: [edk2-devel] [edk2-platforms][PATCH V4 0/4] Add support to parse NT_FW_CONFIG

2024-03-04 Thread Sami Mujawar
Merged asĀ 9fbe629ecf5e..fe41713668d4 Thanks Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116320): https://edk2.groups.io/g/devel/message/116320 Mute This Topic: https://groups.io/mt/103521642/21656 Group Owner:

Re: [edk2-devel] [edk2-platforms][PATCH V4 0/4] Add support to parse NT_FW_CONFIG

2024-03-04 Thread Sami Mujawar
As I mentioned in the individual patch reviews, I will be fixing things up before merging. With that, Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116319):

Re: [edk2-devel] [edk2-platforms][PATCH V4 0/4] Add support to parse NT_FW_CONFIG

2024-01-19 Thread Sami Mujawar
Hi Sahil, On Thu, Jan 4, 2024 at 05:16 AM, sahil wrote: > > v4: > - Fixed code review comments > - Split the patch into four patches Can you add git notes for the patches in the future, please? See

[edk2-devel] [edk2-platforms][PATCH V4 0/4] Add support to parse NT_FW_CONFIG

2024-01-04 Thread sahil
NT_FW_CONFIG DTB contains platform information passed by Tf-A boot stage. This information is used for Virtual memory map generation during PEI phase and passed on to DXE phase as a HOB, where it is used in ConfigurationManagerDxe. This patch adds a PEI to parse NT_FW_CONFIG and pass it to other