[U-Boot] [PATCH v1 10/12] dm: video: Add basic ANSI escape sequence support
Rob Clark
robdclark at gmail.com
Tue Sep 12 13:06:01 UTC 2017
On Tue, Sep 12, 2017 at 8:30 AM, Simon Glass <sjg at chromium.org> wrote:
> 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.
yup, already done.. I'll resend this and the other video patches
separately, so you can drop this one from the set.
BR,
-R
More information about the U-Boot
mailing list