[U-Boot] Please pull u-boot-video
Anatolij Gustschin
agust at denx.de
Mon Jun 10 10:06:29 UTC 2019
Hi Tom,
please pull video fixes and mxsfb DM_VIDEO conversion for v2019.07.
Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/541462360
Thanks,
Anatolij
The following changes since commit 38c2a8a00132b4dcc6a0bb5baf5146b9eb9eb2d2:
Merge tag 'efi-2019-07-rc4' of git://git.denx.de/u-boot-efi (2019-06-02 18:19:45 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-video.git tags/video-updates-for-2019.07-rc3
for you to fetch changes up to f944b15966d410fd81f6051a836f86d5263f617e:
video: meson: hdmi-supply regulator should be optional (2019-06-05 10:51:46 +0200)
----------------------------------------------------------------
- mxsfb DM_VIDEO conversion
- splash fix for DM_VIDEO configurations
- meson HDMI fix for boards without hdmi-supply regulator
----------------------------------------------------------------
Igor Opaniuk (8):
splash: display splash in DM_VIDEO configurations
colibri imx6/t20: enable CONFIG_SYS_WHITE_ON_BLACK
video: mxsfb: change mxs_lcd_init signature
video: mxsfb: reorder includes
video: mxsfb: refactor video_hw_init()
video: mxsfb: add DM_VIDEO support
ARM: dts: colibri_imx7: Add lcdif node
colibri_imx7_emmc: enable DM_VIDEO
Maxime Jourdan (1):
video: meson: hdmi-supply regulator should be optional
arch/arm/dts/imx7-colibri-emmc.dts | 2 +
arch/arm/dts/imx7-colibri.dtsi | 28 +++++
arch/arm/mach-imx/cpu.c | 2 +-
arch/arm/mach-imx/mx7/soc.c | 2 +-
common/lcd.c | 13 +--
common/splash.c | 16 ++-
common/stdio.c | 4 +
configs/colibri_imx6_defconfig | 1 +
configs/colibri_imx7_emmc_defconfig | 2 +-
configs/colibri_t20_defconfig | 1 +
drivers/video/meson/meson_dw_hdmi.c | 14 ++-
drivers/video/mxsfb.c | 219 +++++++++++++++++++++++++++++-------
include/configs/colibri_imx7.h | 2 +-
include/splash.h | 6 +-
14 files changed, 250 insertions(+), 62 deletions(-)
More information about the U-Boot
mailing list