Re: [U-Boot] [PATCH 40/51] cmd: Add ihs osd commands

2017-07-25 Thread Mario Six
Hi Simon, On Wed, Jul 19, 2017 at 11:06 AM, Simon Glass wrote: > Hi Mario, > > On 14 July 2017 at 05:55, Mario Six wrote: >> Add command to query information from and write text to IHS OSDs. >> >> Signed-off-by: Mario Six >> --- >> >> cmd/Kconfig | 6 +++ >> cmd/Makefile | 1 + >> cmd/i

Re: [U-Boot] [PATCH 40/51] cmd: Add ihs osd commands

2017-07-19 Thread Simon Glass
Hi Mario, On 14 July 2017 at 05:55, Mario Six wrote: > Add command to query information from and write text to IHS OSDs. > > Signed-off-by: Mario Six > --- > > cmd/Kconfig | 6 +++ > cmd/Makefile | 1 + > cmd/ihs_osd.c | 167 > ++ >

[U-Boot] [PATCH 40/51] cmd: Add ihs osd commands

2017-07-14 Thread Mario Six
Add command to query information from and write text to IHS OSDs. Signed-off-by: Mario Six --- cmd/Kconfig | 6 +++ cmd/Makefile | 1 + cmd/ihs_osd.c | 167 ++ 3 files changed, 174 insertions(+) create mode 100644 cmd/ihs_osd.c di