From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 6 Mar 2018 10:16:18 +0100 Subject: [U-Boot] [PATCH v4 0/4] dm: video: Correct color ANSI escape sequence support In-Reply-To: <20180208204712.18297-1-xypron.glpk@gmx.de> References: <20180208204712.18297-1-xypron.glpk@gmx.de> Message-ID: <20180306101618.522d2a0c@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 Heinrich, On Thu, 8 Feb 2018 21:47:08 +0100 Heinrich Schuchardt xypron.glpk at gmx.de wrote: ... > Heinrich Schuchardt (4): > dm: video: show correct colors in graphical console > dm: video: correctly clean background in 16bit mode > dm: video: use constants to refer to colors > dm: video: support increased intensity (bold) > > drivers/video/vidconsole-uclass.c | 86 ++++++++++++++++++++++++++------------- > drivers/video/video-uclass.c | 38 +++++++++++++---- > include/video.h | 13 +++++- > include/video_console.h | 43 ++++++++++++++++++++ > test/dm/video.c | 2 +- > 5 files changed, 142 insertions(+), 40 deletions(-) Series applied to u-boot-video/next, thanks! -- Anatolij