[U-Boot] [PATCH 12/18] dm: video: Implement the bmp command for driver model

Anatolij Gustschin agust at denx.de
Mon Jan 18 01:01:06 CET 2016


On Tue,  5 Jan 2016 09:31:08 -0700
Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> ---
> 
>  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 <agust at denx.de>

--
Anatolij



More information about the U-Boot mailing list