Re: [edk2-devel] [PATCH v4 00/15] Implement a FdtHwInfoParserLib

2021-12-14 Thread Sami Mujawar
Hi Pierre, Thank you for this patch series. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 09/12/2021 09:31 AM, pierre.gond...@arm.com wrote: From: Pierre Gondois v4: - Run uncrustify and apply the required formatting. [Pierre] - No other change with v3. [Pierre] v3: - Populate the 6

[edk2-devel] [PATCH v4 00/15] Implement a FdtHwInfoParserLib

2021-12-09 Thread PierreGondois
From: Pierre Gondois v4: - Run uncrustify and apply the required formatting. [Pierre] - No other change with v3. [Pierre] v3: - Populate the 64 bits of the MPIDR field of the GicC CmObj. [Sami] - Fix typos. [Sami] v2: - Handle absence of Pci legacy interrupts in Pci parser. [Pierre] - Han