Re: [U-Boot] [PATCH 1/2] smbios: add parsing API

2019-04-30 Thread Alexander Graf
> Am 29.04.2019 um 17:52 schrieb Christian Gmeiner > : > >> Am Mo., 29. Apr. 2019 um 17:35 Uhr schrieb Alexander Graf : >> >> >>> On 29.04.19 16:29, Christian Gmeiner wrote: >>> Hi >>> Am Do., 25. Apr. 2019 um 12:09 Uhr schrieb Alexander Graf : > On 16.04.19 13:38, Chris

Re: [U-Boot] [PATCH 1/2] smbios: add parsing API

2019-04-29 Thread Christian Gmeiner
Am Mo., 29. Apr. 2019 um 17:41 Uhr schrieb Simon Glass : > > Hi, > > On Thu, 25 Apr 2019 at 04:09, Alexander Graf wrote: > > > > > > On 16.04.19 13:38, Christian Gmeiner wrote: > > > Add an very simple API to be able to access SMBIOS strings > > > like vendor, model and bios version. > > > > > > S

Re: [U-Boot] [PATCH 1/2] smbios: add parsing API

2019-04-29 Thread Christian Gmeiner
Am Mo., 29. Apr. 2019 um 17:35 Uhr schrieb Alexander Graf : > > > On 29.04.19 16:29, Christian Gmeiner wrote: > > Hi > > > > Am Do., 25. Apr. 2019 um 12:09 Uhr schrieb Alexander Graf : > >> > >> On 16.04.19 13:38, Christian Gmeiner wrote: > >>> Add an very simple API to be able to access SMBIOS str

Re: [U-Boot] [PATCH 1/2] smbios: add parsing API

2019-04-29 Thread Simon Glass
Hi, On Thu, 25 Apr 2019 at 04:09, Alexander Graf wrote: > > > On 16.04.19 13:38, Christian Gmeiner wrote: > > Add an very simple API to be able to access SMBIOS strings > > like vendor, model and bios version. > > > > Signed-off-by: Christian Gmeiner > > --- > > include/smbios.h| 37 ++

Re: [U-Boot] [PATCH 1/2] smbios: add parsing API

2019-04-29 Thread Alexander Graf
On 29.04.19 16:29, Christian Gmeiner wrote: > Hi > > Am Do., 25. Apr. 2019 um 12:09 Uhr schrieb Alexander Graf : >> >> On 16.04.19 13:38, Christian Gmeiner wrote: >>> Add an very simple API to be able to access SMBIOS strings >>> like vendor, model and bios version. >>> >>> Signed-off-by: Christia

Re: [U-Boot] [PATCH 1/2] smbios: add parsing API

2019-04-29 Thread Christian Gmeiner
Hi Am Do., 25. Apr. 2019 um 12:09 Uhr schrieb Alexander Graf : > > > On 16.04.19 13:38, Christian Gmeiner wrote: > > Add an very simple API to be able to access SMBIOS strings > > like vendor, model and bios version. > > > > Signed-off-by: Christian Gmeiner > > --- > > include/smbios.h| 37

Re: [U-Boot] [PATCH 1/2] smbios: add parsing API

2019-04-25 Thread Alexander Graf
On 16.04.19 13:38, Christian Gmeiner wrote: > Add an very simple API to be able to access SMBIOS strings > like vendor, model and bios version. > > Signed-off-by: Christian Gmeiner > --- > include/smbios.h| 37 ++ > lib/Kconfig | 6 ++ > lib/Makefile| 1 + > lib/

Re: [U-Boot] [PATCH 1/2] smbios: add parsing API

2019-04-24 Thread Christian Gmeiner
Am Di., 16. Apr. 2019 um 13:38 Uhr schrieb Christian Gmeiner : > > Add an very simple API to be able to access SMBIOS strings > like vendor, model and bios version. > ping > Signed-off-by: Christian Gmeiner > --- > include/smbios.h| 37 ++ > lib/Kconfig | 6 ++ > lib/Make

[U-Boot] [PATCH 1/2] smbios: add parsing API

2019-04-16 Thread Christian Gmeiner
Add an very simple API to be able to access SMBIOS strings like vendor, model and bios version. Signed-off-by: Christian Gmeiner --- include/smbios.h| 37 ++ lib/Kconfig | 6 ++ lib/Makefile| 1 + lib/smbios-parser.c | 162