I am looking for API to get data from EFI_CONFIGURATION_TABLE. GetSystemFirmwareTable can only get SMBIOS table.
Thanks.
I am looking for API to get data from EFI_CONFIGURATION_TABLE. GetSystemFirmwareTable can only get SMBIOS table.
Thanks.
As the EnumSystemFirmwareTables said,
Not supported for UEFI systems; use 'RSMB' instead.
If RSMB not satisfied, perhaps there is no ways to get EFI_CONFIGURATION_TABLE information.
II am using 'RSMB'. But it only returns the SMBIOS table defined in SMBIOS Spec: https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.4.0.pdf.
EFI_CONFIGURATION_TABLE is part of UEFI spec: https://uefi.org/sites/default/files/resources/UEFI_Spec_2_9_2021_03_18.pdf.
There may not be a way to get efi configuration table using API.
3 people are following this question.