
Version 2: - Add patch to display bitmap stmicroelectronics_uboot_logo_8bit_rle - Add patch to defconfig to add splash screen - Rename panel in dts.
Version 1: - Initial commit
This serie contains all patchsets needed for displaying a splash screen on the stm32f746 disco board & some display features (reset, blending & line interrupt position).
Philippe CORNU (1): arm: dts: stm32: add ltdc for STM32F746
yannick fertre (8): video: stm32: stm32_ltdc: add reset video: stm32: stm32_ltdc: update file header & footer video: stm32: stm32_ltdc: set rate of the pixel clock video: stm32: stm32_ltdc: missing set of line interrupt position video: stm32: stm32_ltdc: set the blending factor arm: dts: stm32: add display for STM32F746 disco board stm32f7: board: add splash screen board: Add display to STM32F746 SoC discovery board
arch/arm/dts/stm32f746-disco.dts | 70 + arch/arm/dts/stm32f746.dtsi | 9 + board/st/stm32f746-disco/stm32f746-disco.c | 9 + configs/stm32f746-disco_defconfig | 6 + drivers/video/stm32/stm32_ltdc.c | 117 +- include/configs/stm32f746-disco.h | 10 + include/st_logo_data.h | 3267 ++++++++++++++++++++++++++++ 7 files changed, 3453 insertions(+), 35 deletions(-) create mode 100644 include/st_logo_data.h