public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/9] splash screen on the stm32f746 disco board
@ 2018-03-02 14:59 yannick fertre
  2018-03-02 14:59 ` [U-Boot] [PATCH v2 1/9] video: stm32: stm32_ltdc: add reset yannick fertre
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: yannick fertre @ 2018-03-02 14:59 UTC (permalink / raw)
  To: u-boot

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

-- 
1.9.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-03-05 22:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-02 14:59 [U-Boot] [PATCH v2 0/9] splash screen on the stm32f746 disco board yannick fertre
2018-03-02 14:59 ` [U-Boot] [PATCH v2 1/9] video: stm32: stm32_ltdc: add reset yannick fertre
2018-03-02 14:59 ` [U-Boot] [PATCH v2 2/9] video: stm32: stm32_ltdc: update file header & footer yannick fertre
2018-03-02 14:59 ` [U-Boot] [PATCH v2 3/9] video: stm32: stm32_ltdc: set rate of the pixel clock yannick fertre
2018-03-02 14:59 ` [U-Boot] [PATCH v2 4/9] video: stm32: stm32_ltdc: missing set of line interrupt position yannick fertre
2018-03-02 14:59 ` [U-Boot] [PATCH v2 5/9] video: stm32: stm32_ltdc: set the blending factor yannick fertre
2018-03-02 14:59 ` [U-Boot] [PATCH v2 6/9] arm: dts: stm32: add ltdc for STM32F746 yannick fertre
2018-03-02 14:59 ` [U-Boot] [PATCH v2 7/9] arm: dts: stm32: add display for STM32F746 disco board yannick fertre
2018-03-02 14:59 ` [U-Boot] [PATCH v2 8/9] stm32f7: board: add splash screen yannick fertre
2018-03-02 14:59 ` [U-Boot] [PATCH v2 9/9] board: Add display to STM32F746 SoC discovery board yannick fertre
2018-03-05 22:44 ` [U-Boot] [PATCH v2 0/9] splash screen on the stm32f746 disco board Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox