Re: [U-Boot] [PATCH 2/3] dm: video: Add basic ANSI escape sequence support

2017-09-20 Thread Simon Glass
Hi Rob, On 17 September 2017 at 13:39, Rob Clark wrote: > On Sun, Sep 17, 2017 at 3:30 PM, Simon Glass wrote: >> Hi Rob, >> >> On 17 September 2017 at 13:26, Rob Clark wrote: >>> On Sun, Sep 17, 2017 at 1:55 PM, Simon Glass

Re: [U-Boot] [PATCH 2/3] dm: video: Add basic ANSI escape sequence support

2017-09-17 Thread Rob Clark
On Sun, Sep 17, 2017 at 3:30 PM, Simon Glass wrote: > Hi Rob, > > On 17 September 2017 at 13:26, Rob Clark wrote: >> On Sun, Sep 17, 2017 at 1:55 PM, Simon Glass wrote: >>> On 13 September 2017 at 16:12, Rob Clark

Re: [U-Boot] [PATCH 2/3] dm: video: Add basic ANSI escape sequence support

2017-09-17 Thread Simon Glass
Hi Rob, On 17 September 2017 at 13:26, Rob Clark wrote: > On Sun, Sep 17, 2017 at 1:55 PM, Simon Glass wrote: >> On 13 September 2017 at 16:12, Rob Clark wrote: >>> Really just the subset that is needed by efi_console. Perhaps more

Re: [U-Boot] [PATCH 2/3] dm: video: Add basic ANSI escape sequence support

2017-09-17 Thread Rob Clark
On Sun, Sep 17, 2017 at 1:55 PM, Simon Glass wrote: > On 13 September 2017 at 16:12, Rob Clark wrote: >> Really just the subset that is needed by efi_console. Perhaps more will >> be added later, for example color support would be useful to implement >>

Re: [U-Boot] [PATCH 2/3] dm: video: Add basic ANSI escape sequence support

2017-09-17 Thread Simon Glass
On 13 September 2017 at 16:12, Rob Clark wrote: > Really just the subset that is needed by efi_console. Perhaps more will > be added later, for example color support would be useful to implement > efi_cout_set_attribute(). > > Signed-off-by: Rob Clark >