From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 5 Dec 2018 01:53:41 +0100 Subject: [U-Boot] Please pull u-boot-video Message-ID: <20181205015342.32e3937b@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 Tom, please pull some video updates for v2019.01. https://travis-ci.org/vdsao/u-boot-video/builds/463489627 Thanks, Anatolij The following changes since commit 8f5bfb7615e82ffccebf79530b08034f81e56268: Merge tag 'u-boot-amlogic-20181203' of git://git.denx.de/u-boot-amlogic (2018-12-03 09:21:06 -0500) are available in the Git repository at: git://git.denx.de/u-boot-video.git tags/video-updates-for-2019.01-rc2 for you to fetch changes up to 96d82f6c860e3f7ce5c301a3d4fc5541b2ce713e: video: use BMP_ALIGN_CENTER define from splash.h (2018-12-04 19:47:20 +0100) ---------------------------------------------------------------- video, bmp and cls command updates ---------------------------------------------------------------- Anatolij Gustschin (2): cmd: add clear screen 'cls' command video: use BMP_ALIGN_CENTER define from splash.h Patrick Delaunay (1): cmd: bmp: manage centered display Simon Glass (1): video: Allow driver to specify the line length cmd/Kconfig | 8 ++++++++ cmd/Makefile | 1 + cmd/bmp.c | 18 +++++++++++++----- cmd/cls.c | 35 +++++++++++++++++++++++++++++++++++ common/lcd.c | 9 --------- drivers/pci/pci_rom.c | 1 + drivers/video/video-uclass.c | 4 +++- drivers/video/video_bmp.c | 3 +-- include/video.h | 4 +++- 9 files changed, 65 insertions(+), 18 deletions(-) create mode 100644 cmd/cls.c