Re: [U-Boot] [PATCH 0/7] efi_loader: Expose SMBIOS table

2016-08-12 Thread Alexander Graf
On 12.08.16 19:20, Simon Glass wrote: > Hi Alex, > > On 10 August 2016 at 01:29, Alexander Graf wrote: >> >>> On 09 Aug 2016, at 16:35, Simon Glass wrote: >>> >>> Hi Alexander, >>> >>> On 9 August 2016 at 08:11, Alexander Graf wrote: On 08/09/2016 03:57 PM, Simon Glass wrote: >

Re: [U-Boot] [PATCH 0/7] efi_loader: Expose SMBIOS table

2016-08-12 Thread Simon Glass
Hi Alex, On 10 August 2016 at 01:29, Alexander Graf wrote: > >> On 09 Aug 2016, at 16:35, Simon Glass wrote: >> >> Hi Alexander, >> >> On 9 August 2016 at 08:11, Alexander Graf wrote: >>> >>> On 08/09/2016 03:57 PM, Simon Glass wrote: Hi Alexander, On 9 August 2016 at 00:48,

Re: [U-Boot] [PATCH 0/7] efi_loader: Expose SMBIOS table

2016-08-10 Thread Alexander Graf
> On 09 Aug 2016, at 16:35, Simon Glass wrote: > > Hi Alexander, > > On 9 August 2016 at 08:11, Alexander Graf wrote: >> >> On 08/09/2016 03:57 PM, Simon Glass wrote: >>> >>> Hi Alexander, >>> >>> On 9 August 2016 at 00:48, Alexander Graf wrote: > Am 08.08.2016 um 23:44 sch

Re: [U-Boot] [PATCH 0/7] efi_loader: Expose SMBIOS table

2016-08-09 Thread Simon Glass
Hi Alexander, On 9 August 2016 at 08:11, Alexander Graf wrote: > > On 08/09/2016 03:57 PM, Simon Glass wrote: >> >> Hi Alexander, >> >> On 9 August 2016 at 00:48, Alexander Graf wrote: >>> >>> Am 08.08.2016 um 23:44 schrieb Simon Glass : Hi Alexander, > On 8 August 2016 a

Re: [U-Boot] [PATCH 0/7] efi_loader: Expose SMBIOS table

2016-08-09 Thread Alexander Graf
On 08/09/2016 03:57 PM, Simon Glass wrote: Hi Alexander, On 9 August 2016 at 00:48, Alexander Graf wrote: Am 08.08.2016 um 23:44 schrieb Simon Glass : Hi Alexander, On 8 August 2016 at 08:06, Alexander Graf wrote: We generate a few tables on x86 today that really can be used on ARM just

Re: [U-Boot] [PATCH 0/7] efi_loader: Expose SMBIOS table

2016-08-09 Thread Simon Glass
Hi Alexander, On 9 August 2016 at 00:48, Alexander Graf wrote: > > >> Am 08.08.2016 um 23:44 schrieb Simon Glass : >> >> Hi Alexander, >> >>> On 8 August 2016 at 08:06, Alexander Graf wrote: >>> We generate a few tables on x86 today that really can be used on ARM just >>> the same. One such exam

Re: [U-Boot] [PATCH 0/7] efi_loader: Expose SMBIOS table

2016-08-08 Thread Alexander Graf
> Am 08.08.2016 um 23:44 schrieb Simon Glass : > > Hi Alexander, > >> On 8 August 2016 at 08:06, Alexander Graf wrote: >> We generate a few tables on x86 today that really can be used on ARM just >> the same. One such example is the SMBIOS table, which people use with tools >> like "dmidecode"

Re: [U-Boot] [PATCH 0/7] efi_loader: Expose SMBIOS table

2016-08-08 Thread Bin Meng
Hi Simon, On Tue, Aug 9, 2016 at 5:44 AM, Simon Glass wrote: > Hi Alexander, > > On 8 August 2016 at 08:06, Alexander Graf wrote: >> We generate a few tables on x86 today that really can be used on ARM just >> the same. One such example is the SMBIOS table, which people use with tools >> like "d

Re: [U-Boot] [PATCH 0/7] efi_loader: Expose SMBIOS table

2016-08-08 Thread Simon Glass
Hi Alexander, On 8 August 2016 at 08:06, Alexander Graf wrote: > We generate a few tables on x86 today that really can be used on ARM just > the same. One such example is the SMBIOS table, which people use with tools > like "dmidecode" to identify which hardware they are running on. > > We're slo