
Hi Tom,
please pull some fixes for v2020.07. Thanks!
gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/3806
The following changes since commit eae62ae8de1893f7cf08e276ab841d3f99245603:
Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-06-25 13:33:15 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-v2020.07
for you to fetch changes up to bccb385a83a5f9ee603a30de1d39b03fd6f45b23:
video: orisetech_otm8009a: fill characteristics of DSI data link (2020-06-28 01:28:03 +0200)
---------------------------------------------------------------- - fix logo on mx6ul_14x14_evk with DM_VIDEO enabled - fix banner string overwriting the logo on small displays - fix splash warning when building for ARM64 - fix STM32 DSI driver to probe only on supported hardware - fix memory corruption with DSI panel drivers
---------------------------------------------------------------- Yannick Fertre (5): video: check hardware version of DSI video: mipi update panel platform data video: stm32: stm32_dsi: copy DSI fields video: raydium_rm68200: fill characteristics of DSI data link video: orisetech_otm8009a: fill characteristics of DSI data link
Ye Li (3): video: bmp: support 8bits BMP drawing on 24/32 bpp framebuffer video: vidconsole: avoid multiple lines overwrite logo splash: Fix build warning on 64 bits CPU
common/splash.c | 2 +- drivers/video/orisetech_otm8009a.c | 20 +++++--------------- drivers/video/raydium-rm68200.c | 20 +++++--------------- drivers/video/stm32/stm32_dsi.c | 13 ++++++++++++- drivers/video/vidconsole-uclass.c | 1 + drivers/video/video_bmp.c | 27 +++++++++++++++++++++------ include/mipi_dsi.h | 6 ++++++ 7 files changed, 51 insertions(+), 38 deletions(-)