From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 19 Mar 2018 14:53:43 +0100 Subject: [U-Boot] Please pull u-boot-video/master Message-ID: <20180319145343.2c88c09b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, The following changes since commit b8aa55cb6414e512cce30bb7db3268eea934466d: common: move init_helpers.h prototypes in init.h (2018-03-16 14:56:59 -0400) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to cc1b0e7b8e55bbcb1ba7dbf1109a1556e00eefc0: board: Add display to STM32F746 SoC discovery board (2018-03-19 11:01:43 +0100) ---------------------------------------------------------------- Heinrich Schuchardt (4): video: cfb_console: simplify logical constraint video: stb_truetype: simplify expression video, da8xx-fb: fix time out in wait_for_event() video: exynos: remove redundant assignments 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/cfb_console.c | 2 +- drivers/video/da8xx-fb.c | 5 +- drivers/video/exynos/exynos_dp.c | 12 +- drivers/video/stb_truetype.h | 2 +- drivers/video/stm32/stm32_ltdc.c | 117 +- include/configs/stm32f746-disco.h | 10 + include/st_logo_data.h | 3267 ++++++++++++++++++++++++++++ 11 files changed, 3464 insertions(+), 45 deletions(-) create mode 100644 include/st_logo_data.h The TravisCI build status: https://travis-ci.org/vdsao/u-boot-video/builds/355289588 Please pull. Thanks! Anatolij