
Hi Tom,
please pull some new video patches. The full build passed:
https://travis-ci.org/vdsao/u-boot-video/builds/275799369
The following changes since commit c98ac3487e413c71e5d36322ef3324b21c6f60f9:
Prepare v2017.09 (2017-09-11 14:10:40 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-video.git next
for you to fetch changes up to 8ef05352508f99b9e69feeca17a49671cc3d0ccf:
video: add config option to skip framebuffer clear (2017-09-12 13:40:47 +0200)
---------------------------------------------------------------- Patrick Delaunay (2): dm: backlight: Add CONFIG_BACKLIGHT_PWM dm: backlight: Add a driver for GPIO backlight
Philippe CORNU (1): video: add STM32 LTDC display controller
Rob Clark (2): video: simplefb video: add config option to skip framebuffer clear
drivers/video/Kconfig | 41 ++++ drivers/video/Makefile | 8 +- drivers/video/backlight_gpio.c | 74 +++++++ drivers/video/cfb_console.c | 3 +- drivers/video/simplefb.c | 73 +++++++ drivers/video/stm32/Kconfig | 44 +++++ drivers/video/stm32/Makefile | 10 + drivers/video/stm32/stm32_ltdc.c | 406 +++++++++++++++++++++++++++++++++++++++ drivers/video/video-uclass.c | 4 +- 9 files changed, 657 insertions(+), 6 deletions(-) create mode 100644 drivers/video/backlight_gpio.c create mode 100644 drivers/video/simplefb.c create mode 100644 drivers/video/stm32/Kconfig create mode 100644 drivers/video/stm32/Makefile create mode 100644 drivers/video/stm32/stm32_ltdc.c
Thanks, Anatolij