[U-Boot] [PATCH v2 5/7] smbios: Expose in efi_loader as table
Bin Meng
bmeng.cn at gmail.com
Fri Aug 12 03:30:42 CEST 2016
On Thu, Aug 11, 2016 at 5:48 PM, Alexander Graf <agraf at suse.de> wrote:
> 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 at suse.de>
>
> ---
>
> v1 -> v2:
>
> - fix whitespace
> ---
> cmd/bootefi.c | 3 +++
> include/efi_api.h | 4 ++++
> include/efi_loader.h | 2 ++
> include/smbios.h | 1 +
> lib/Kconfig | 4 ++--
> lib/smbios.c | 36 ++++++++++++++++++++++++++++++++++++
> 6 files changed, 48 insertions(+), 2 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list