From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 22 Sep 2019 21:50:47 +0200 Subject: [U-Boot] Please pull u-boot-video Message-ID: <20190922215047.0f8e4d3f@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, please pull sunxi hdmi and splash fixes for v2019.10-rc3. Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/587791479 Thanks, Anatolij The following changes since commit aa8c6294ed32b4fcf7a9a27526c7346325d8c928: Merge branch '2019-09-19-master-imports' (2019-09-20 10:48:53 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-2019.10 for you to fetch changes up to f34e7fc29b32066a8af6c4d22a1f6e0fbfd8e6db: sunxi: video: HDMI: Fix LCD clock divider (2019-09-21 10:52:57 +0200) ---------------------------------------------------------------- - fix sunxi LCD clock divider - fix splash logo with DM_VIDEO and CONFIG_VIDEO_LOGO - fix splash banner output with DM_VIDEO ---------------------------------------------------------------- Anatolij Gustschin (8): splash: fix logo drawing if CONFIG_VIDEO_LOGO enabled imx: wandboard: fix splash logo drawing imx: mx6sabresd: fix splash logo drawing imx: apalis_imx6: fix splash logo drawing imx: icore: fix splash logo drawing imx: colibri_imx6: fix splash logo drawing imx: mx6sabreauto: fix splash logo drawing splash: fix splash banner output Mark Kettenis (1): sunxi: video: HDMI: Fix LCD clock divider common/splash.c | 81 ++++++++++++++++++++++++++++++++++-- configs/imx6dl_icore_nand_defconfig | 2 + configs/imx6q_icore_nand_defconfig | 2 + configs/imx6qdl_icore_mmc_defconfig | 2 + configs/imx6qdl_icore_nand_defconfig | 2 + configs/mx6sabreauto_defconfig | 2 + configs/mx6sabresd_defconfig | 2 + configs/wandboard_defconfig | 2 + drivers/video/sunxi/sunxi_dw_hdmi.c | 2 +- include/configs/apalis_imx6.h | 1 + include/configs/colibri_imx6.h | 1 + include/configs/imx6-engicam.h | 1 + include/configs/mx6sabre_common.h | 1 + include/configs/wandboard.h | 1 + 14 files changed, 98 insertions(+), 4 deletions(-)