Re: [U-Boot] [PATCH 5/7] smbios: Expose in efi_loader as table

2016-08-16 Thread Simon Glass
Hi Alex, On 16 August 2016 at 02:38, Alexander Graf wrote: > On 08/12/2016 10:07 PM, Simon Glass wrote: >> >> Hi Alex, >> >> On 12 August 2016 at 12:36, Alexander Graf wrote: >>> >>> >>> On 12.08.16 19:20, Simon Glass wrote: Hi Alex, On 8 August

Re: [U-Boot] [PATCH 5/7] smbios: Expose in efi_loader as table

2016-08-16 Thread Alexander Graf
On 08/12/2016 10:07 PM, Simon Glass wrote: Hi Alex, On 12 August 2016 at 12:36, Alexander Graf wrote: On 12.08.16 19:20, Simon Glass wrote: Hi Alex, On 8 August 2016 at 08:06, Alexander Graf wrote: We can pass SMBIOS easily as EFI configuration table to an

Re: [U-Boot] [PATCH 5/7] smbios: Expose in efi_loader as table

2016-08-13 Thread Simon Glass
Hi Alex, On 12 August 2016 at 12:36, Alexander Graf wrote: > > > On 12.08.16 19:20, Simon Glass wrote: >> Hi Alex, >> >> On 8 August 2016 at 08:06, Alexander Graf wrote: >>> We can pass SMBIOS easily as EFI configuration table to an EFI payload. This >>> patch adds

Re: [U-Boot] [PATCH 5/7] smbios: Expose in efi_loader as table

2016-08-12 Thread Alexander Graf
On 12.08.16 19:20, Simon Glass wrote: > Hi Alex, > > On 8 August 2016 at 08:06, 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

Re: [U-Boot] [PATCH 5/7] smbios: Expose in efi_loader as table

2016-08-12 Thread Simon Glass
Hi Alex, On 8 August 2016 at 08:06, 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. >

Re: [U-Boot] [PATCH 5/7] smbios: Expose in efi_loader as table

2016-08-09 Thread Bin Meng
Hi Alexander, On Mon, Aug 8, 2016 at 10:06 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 >

[U-Boot] [PATCH 5/7] smbios: Expose in efi_loader as table

2016-08-08 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 --- cmd/bootefi.c| 3 +++