summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_smbios.c
Commit message (Collapse)AuthorAgeLines
* smbios: Expose in efi_loader as tableAlexander Graf2016-10-19-0/+32
We can pass SMBIOS easily as EFI configuration table to an EFI payload. This patch adds enablement for that case. While at it, we also enable SMBIOS generation for ARM systems, since they support EFI_LOADER. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>