From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 18 Jan 2016 01:01:06 +0100 Subject: [U-Boot] [PATCH 12/18] dm: video: Implement the bmp command for driver model In-Reply-To: <1452011474-15207-13-git-send-email-sjg@chromium.org> References: <1452011474-15207-1-git-send-email-sjg@chromium.org> <1452011474-15207-13-git-send-email-sjg@chromium.org> Message-ID: <20160118010106.1777971c@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 5 Jan 2016 09:31:08 -0700 Simon Glass wrote: > This command can use the bitmap display code in the uclass. This is similar > to the code in lcd.c and cfb_console.c. These other copies will go away when > all boards are converted to use driver model for video. > > Signed-off-by: Simon Glass > --- > > common/cmd_bmp.c | 22 ++- > drivers/video/Makefile | 1 + > drivers/video/video_bmp.c | 353 ++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 375 insertions(+), 1 deletion(-) > create mode 100644 drivers/video/video_bmp.c Acked-by: Anatolij Gustschin -- Anatolij