public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] dm: video: enhancements for Shell.efi
@ 2017-09-13 22:12 Rob Clark
  2017-09-13 22:12 ` [U-Boot] [PATCH 1/3] dm: video: Fix cache flushes Rob Clark
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Rob Clark @ 2017-09-13 22:12 UTC (permalink / raw)
  To: u-boot

Split out of earlier efi_loader patchset, and updated with some
comments, use of simple_strtol[1], and added kconfig option to
enable ANSI escape sequence support.

[1] not a hard dependency, but to ensure correct behavior in all cases,
    depends on "lib: strto: fix incorrect handling of specified base"

Rob Clark (3):
  dm: video: Fix cache flushes
  dm: video: Add basic ANSI escape sequence support
  dm: video: Add color ANSI escape sequence support

 drivers/video/Kconfig             |   8 ++
 drivers/video/vidconsole-uclass.c | 206 ++++++++++++++++++++++++++++++++++++++
 drivers/video/video-uclass.c      |   4 +-
 include/video.h                   |   7 ++
 include/video_console.h           |  11 ++
 5 files changed, 233 insertions(+), 3 deletions(-)

-- 
2.13.5

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-09-29 19:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 22:12 [U-Boot] [PATCH 0/3] dm: video: enhancements for Shell.efi Rob Clark
2017-09-13 22:12 ` [U-Boot] [PATCH 1/3] dm: video: Fix cache flushes Rob Clark
2017-09-13 22:12 ` [U-Boot] [PATCH 2/3] dm: video: Add basic ANSI escape sequence support Rob Clark
2017-09-17 17:55   ` Simon Glass
2017-09-17 19:26     ` Rob Clark
2017-09-17 19:30       ` Simon Glass
2017-09-17 19:39         ` Rob Clark
2017-09-20 13:49           ` Simon Glass
2017-09-13 22:12 ` [U-Boot] [PATCH 3/3] dm: video: Add color " Rob Clark
2017-09-28 12:17 ` [U-Boot] [PATCH 0/3] dm: video: enhancements for Shell.efi Simon Glass
2017-09-28 14:40   ` Rob Clark
2017-09-29 19:45 ` Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox