From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 29 Sep 2017 21:45:24 +0200 Subject: [U-Boot] [PATCH 0/3] dm: video: enhancements for Shell.efi In-Reply-To: <20170913221227.21091-1-robdclark@gmail.com> References: <20170913221227.21091-1-robdclark@gmail.com> Message-ID: <20170929214524.10653ea9@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Rob, On Wed, 13 Sep 2017 18:12:19 -0400 Rob Clark robdclark at gmail.com wrote: > 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(-) Series applied to u-boot-video/master, thanks! -- Anatolij