[U-Boot] [PATCH v1 10/12] dm: video: Add basic ANSI escape sequence support
Simon Glass
sjg at chromium.org
Tue Sep 12 12:30:16 UTC 2017
Hi Rob,
On 10 September 2017 at 07:22, Rob Clark <robdclark at gmail.com> 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 <robdclark at gmail.com>
> ---
> drivers/video/vidconsole-uclass.c | 112 ++++++++++++++++++++++++++++++++++++++
> drivers/video/video-uclass.c | 4 +-
> include/video.h | 7 +++
> include/video_console.h | 11 ++++
> 4 files changed, 131 insertions(+), 3 deletions(-)
Can we put this behind an option (perhaps default on) to reduce code
size? Also please update test/dm/video.c to add a test.
More information about the U-Boot
mailing list