Re: [edk2-devel] [PATCH 1/2] DynamicTablesPkg: Add SMBIOS table generation

2022-09-12 Thread Sami Mujawar
Hi Girish, Thank you for this patch. I am having difficulty applying this patch locally. Is it possible to share this patch series on a github branch as well, please? It will greatly help me with the review. I normally include a link to my github branch (after the --- line) when positng to th

[edk2-devel] [PATCH 1/2] DynamicTablesPkg: Add SMBIOS table generation

2022-08-26 Thread Girish Mahadevan via groups.io
Modify the DynamicTableManagerDxe driver to install SMBIOS tables in addition to ACPI tables. Instead of adding gEfiSmbiosProtocolGuid to the DEPEX list, setup callback notifications for gEfiSmbiosProtocolGuid and gEfiAcpiTableProtocolGuid and install the SMBIOS and ACPI tables in the respective no