[U-Boot] Please pull u-boot-video/master
Anatolij Gustschin
agust at denx.de
Mon May 15 22:05:48 UTC 2017
Hi Tom,
The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7:
Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13 16:45:35 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
for you to fetch changes up to 940aed8f6bacfc8c0dbaf9da0008e0a6a76463a8:
sunxi: Add clock support for TV encoder (2017-05-15 21:22:57 +0200)
----------------------------------------------------------------
Jernej Skrabec (5):
edid: Set timings flags according to edid
edid: Add HDMI flag to timing info
video: dw_hdmi: Select HDMI mode only if monitor supports it
sunxi: video: Split out TVE code
sunxi: Add clock support for TV encoder
Philipp Tomsich (2):
rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMI
video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP
arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 8 +-
arch/arm/include/asm/arch-sunxi/display.h | 107 ---------------------
arch/arm/include/asm/arch-sunxi/tve.h | 131 ++++++++++++++++++++++++++
common/edid.c | 56 +++++++++++
common/lcd.c | 4 +-
drivers/video/Kconfig | 9 ++
drivers/video/Makefile | 1 +
drivers/video/dw_hdmi.c | 31 +++---
drivers/video/rockchip/Kconfig | 1 +
drivers/video/rockchip/Makefile | 2 +-
drivers/video/sunxi/Makefile | 2 +-
drivers/video/sunxi/sunxi_display.c | 73 +++-----------
drivers/video/sunxi/tve.c | 86 +++++++++++++++++
drivers/video/video_bmp.c | 4 +-
include/configs/brxre1.h | 2 +-
include/edid.h | 14 +++
include/fdtdec.h | 1 +
scripts/config_whitelist.txt | 1 -
18 files changed, 341 insertions(+), 192 deletions(-)
create mode 100644 arch/arm/include/asm/arch-sunxi/tve.h
create mode 100644 drivers/video/sunxi/tve.c
Please pull. Thanks!
Anatolij
More information about the U-Boot
mailing list