[edk2-devel] [edk2-platforms][PATCH V1 1/2] Platform/Sgi: Add smmu node in the iort acpi table

2021-02-15 Thread Vivek Kumar Gautam
Add the generic SMMUv3 type node in the iort table and setup the rid->stream-id->device-id mapping accordingly. Signed-off-by: Vivek Gautam --- Platform/ARM/SgiPkg/AcpiTables/Iort.aslc | 58 ++-- 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/Platform/ARM/SgiPkg/A

Re: [edk2-devel] [edk2-platforms][PATCH V1 1/2] Platform/Sgi: Add smmu node in the iort acpi table

2021-03-01 Thread Sami Mujawar
Hi Vivek, Can you include the description you included in the cover letter in the commit message for this patch, please? On Mon, Feb 15, 2021 at 01:00 PM, Vivek Kumar Gautam wrote: > > + __builtin_offsetof (ARM_EFI_ACPI_6_0_IO_REMAPPING_TABLE, ItsNode= Use OFFSET_OF() macro as __builtin_offse

Re: [edk2-devel] [edk2-platforms][PATCH V1 1/2] Platform/Sgi: Add smmu node in the iort acpi table

2021-03-05 Thread Vivek Kumar Gautam
Hi Sami, On 3/1/21 8:08 PM, Sami Mujawar via Groups.Io wrote: Hi Vivek, Can you include the description you included in the cover letter in the commit message for this patch, please? Sure, I will update the commit message. On Mon, Feb 15, 2021 at 01:00 PM, Vivek Kumar Gautam wrote: +