]> git.sur5r.net Git - u-boot/commit
dm: video: Implement the bmp command for driver model
authorSimon Glass <sjg@chromium.org>
Tue, 19 Jan 2016 02:52:22 +0000 (19:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:10:15 +0000 (19:10 -0700)
commitb01c7923e3923680d9389bcd7cf5ad2e5f083e30
treed451f873d2293677c04d160c2dfd7cbbda158a70
parent5a54194515caa4f4183dc9086938456612749573
dm: video: Implement the bmp command for driver model

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 <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
common/cmd_bmp.c
drivers/video/Makefile
drivers/video/video_bmp.c [new file with mode: 0644]