[U-Boot] [PATCH v2 08/14] dm: video: Implement the bmp command for driver model

Simon Glass sjg at chromium.org
Thu Jan 21 16:19:03 CET 2016


On 18 January 2016 at 19:52, 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>
> Acked-by: Anatolij Gustschin <agust at denx.de>
> ---
>
> Changes in v2: None
>
>  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

Applied to u-boot-dm


More information about the U-Boot mailing list