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

2017-09-11 Thread Simon Glass
Hi Rob, On 11 September 2017 at 06:31, Rob Clark wrote: > On Mon, Sep 11, 2017 at 7:50 AM, Lothar Waßmann > wrote: >> Hi, >> >> On Mon, 11 Sep 2017 05:42:01 -0400 Rob Clark wrote: >>> On Mon, Sep 11, 2017 at 2:18 AM, Simon Glass wrote: >>> > On 7 September 2017 at 14:28, Rob Clark wrote: >>>

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

2017-09-11 Thread Rob Clark
On Mon, Sep 11, 2017 at 8:31 AM, Rob Clark wrote: > On Mon, Sep 11, 2017 at 7:50 AM, Lothar Waßmann > wrote: >> Hi, >> >> On Mon, 11 Sep 2017 05:42:01 -0400 Rob Clark wrote: >>> On Mon, Sep 11, 2017 at 2:18 AM, Simon Glass wrote: >>> > On 7 September 2017 at 14:28, Rob Clark wrote: >>> >> Real

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

2017-09-11 Thread Rob Clark
On Mon, Sep 11, 2017 at 7:50 AM, Lothar Waßmann wrote: > Hi, > > On Mon, 11 Sep 2017 05:42:01 -0400 Rob Clark wrote: >> On Mon, Sep 11, 2017 at 2:18 AM, Simon Glass wrote: >> > On 7 September 2017 at 14:28, Rob Clark wrote: >> >> Really just the subset that is needed by efi_console. Perhaps mo

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

2017-09-11 Thread Lothar Waßmann
Hi, On Mon, 11 Sep 2017 05:42:01 -0400 Rob Clark wrote: > On Mon, Sep 11, 2017 at 2:18 AM, Simon Glass wrote: > > On 7 September 2017 at 14:28, 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 u

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

2017-09-11 Thread Rob Clark
On Mon, Sep 11, 2017 at 2:18 AM, Simon Glass wrote: > On 7 September 2017 at 14:28, 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-

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

2017-09-10 Thread Simon Glass
On 7 September 2017 at 14:28, 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 > --- > drivers/video/vidconsole-uclass.c |

[U-Boot] [PATCH] dm: video: Add basic ANSI escape sequence support

2017-09-07 Thread Rob Clark
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 --- drivers/video/vidconsole-uclass.c | 112 ++ drivers/video/vid