Re: [PATCH v4 05/13] smbios: Add more properties

2020-11-04 Thread Simon Glass
Hi Bin, On Tue, 3 Nov 2020 at 01:40, Bin Meng wrote: > > Hi Simon, > > On Thu, Oct 22, 2020 at 10:20 PM Simon Glass wrote: > > > > The current tables only support a subset of the available fields defined > > by the SMBIOS spec. Add a few more. > > > > Signed-off-by: Simon Glass > > --- > > > >

Re: [PATCH v4 05/13] smbios: Add more properties

2020-11-03 Thread Bin Meng
On Tue, Nov 3, 2020 at 4:39 PM Bin Meng wrote: > > Hi Simon, > > On Thu, Oct 22, 2020 at 10:20 PM Simon Glass wrote: > > > > The current tables only support a subset of the available fields defined > > by the SMBIOS spec. Add a few more. > > > > Signed-off-by: Simon Glass > > --- > > > > (no cha

Re: [PATCH v4 05/13] smbios: Add more properties

2020-11-03 Thread Bin Meng
Hi Simon, On Thu, Oct 22, 2020 at 10:20 PM Simon Glass wrote: > > The current tables only support a subset of the available fields defined > by the SMBIOS spec. Add a few more. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > lib/smbios.c | 4 > 1 file changed, 4 insertio

[PATCH v4 05/13] smbios: Add more properties

2020-10-22 Thread Simon Glass
The current tables only support a subset of the available fields defined by the SMBIOS spec. Add a few more. Signed-off-by: Simon Glass --- (no changes since v1) lib/smbios.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/smbios.c b/lib/smbios.c index be72a98c49d..87dd4be415d 1006