From: "PierreGondois" <pierre.gondois@arm.com>
To: Sami Mujawar <sami.mujawar@arm.com>, devel@edk2.groups.io
Cc: Alexei.Fedorov@arm.com, gmahadevan@nvidia.com,
abner.chang@amd.com, jbrasen@nvidia.com, ashishsingha@nvidia.com,
nramirez@nvidia.com, wwatson@nvidia.com, Matteo.Carlini@arm.com,
Akanksha.Jain2@arm.com, Ben.Adderson@arm.com,
Samer.El-Haj-Mahmoud@arm.com, nd@arm.com
Subject: Re: [PATCH v1 0/2] DynamicTablesPkg: Introduce SMBIOS dispatcher
Date: Tue, 25 Oct 2022 14:29:06 +0200 [thread overview]
Message-ID: <08ddc043-a99b-4c72-e397-9a4d414519ab@arm.com> (raw)
In-Reply-To: <20221018153344.16876-1-sami.mujawar@arm.com>
Hello Sami,
Reviewed-by: Pierre Gondois <pierre.gondois@arm.com>
Regards,
Pierre
On 10/18/22 17:33, Sami Mujawar wrote:
> Some SMBIOS tables have dependencies on other SMBIOS tables. These
> dependencies are established using handles pointing to the dependent
> SMBIOS tables.
> This requires the dependent SMBIOS table to be installed before the
> parent SMBIOS table can be installed.
>
> To facilitate dynamic SMBIOS table generation, a SMBIOS table
> dispatcher has been introduced. The SMBIOS table dispatcher
> schedules the installation of dependent SMBIOS tables before
> the parent SMBIOS table is installed.
>
> The changes can be seen at:
> https://github.com/samimujawar/edk2/tree/2406_smbios_dispatcher_v1
>
> Sami Mujawar (2):
> DynamicTablesPkg: Define a SMBIOS Structure/Table type
> DynamicTablesPkg: Add SMBIOS table dispatcher
>
> DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf | 4 +-
> DynamicTablesPkg/Drivers/DynamicTableManagerDxe/SmbiosTableDispatcher.c | 304 ++++++++++++++++++++
> DynamicTablesPkg/Drivers/DynamicTableManagerDxe/SmbiosTableDispatcher.h | 133 +++++++++
> DynamicTablesPkg/Include/StandardNameSpaceObjects.h | 17 ++
> 4 files changed, 457 insertions(+), 1 deletion(-)
> create mode 100644 DynamicTablesPkg/Drivers/DynamicTableManagerDxe/SmbiosTableDispatcher.c
> create mode 100644 DynamicTablesPkg/Drivers/DynamicTableManagerDxe/SmbiosTableDispatcher.h
>
prev parent reply other threads:[~2022-10-25 12:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-18 15:33 [PATCH v1 0/2] DynamicTablesPkg: Introduce SMBIOS dispatcher Sami Mujawar
2022-10-18 15:33 ` [PATCH v1 1/2] DynamicTablesPkg: Define a SMBIOS Structure/Table type Sami Mujawar
2022-10-25 0:56 ` Chang, Abner
2022-10-18 15:33 ` [PATCH v1 2/2] DynamicTablesPkg: Add SMBIOS table dispatcher Sami Mujawar
2022-10-25 0:54 ` Chang, Abner
2022-10-25 12:29 ` PierreGondois [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=08ddc043-a99b-4c72-e397-9a4d414519ab@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