Re: [U-Boot] [PATCH v3 6/8] smbios: Expose in efi_loader as table

2016-08-16 Thread Bin Meng
On Tue, Aug 16, 2016 at 4:55 PM, Alexander Graf 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: Ale

[U-Boot] [PATCH v3 6/8] smbios: Expose in efi_loader as table

2016-08-16 Thread Alexander Graf
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 --- v1 -> v2: - Fix whitespace v2 -> v3: - Move