public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 0/4] Allwinner SimpleFB Kconfig cleanup and DE2 SimpleFB support
@ 2017-09-20 16:18 Icenowy Zheng
  2017-09-20 16:18 ` [U-Boot] [PATCH v5 1/4] sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI Icenowy Zheng
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Icenowy Zheng @ 2017-09-20 16:18 UTC (permalink / raw)
  To: u-boot

This patchset is mainly for Allwinner DE2 HDMI SimpleFB support.

The framebuffer initialized by the Allwinner DE2 driver can be
passed by to the kernel as simplefb, and this can enable the
kernel to display graphics without having full DE2 driver.

Add the suppot of simplefb in DE2 code.

The code to find a simplefb with sunxi extension and a suitable
pipeline is extracted to a new source file in video/sunxi/.

An option is added for device tree simplefb, and furtherly other
simplefb support code should also be converted to it. The
current only user to the CONFIG_VIDEO_DT_SIMPLEFB, Allwinner
DE1 legacy video, has already converted to use the Kconfig
option in this patchset. A cleanup commit is introduced for
this conversion.

Icenowy Zheng (4):
  sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI
  video: sunxi: extract simplefb match code to a new file
  video: add an option for video simplefb via DT
  sunxi: setup simplefb for Allwinner DE2

 arch/arm/mach-sunxi/Kconfig           | 31 ++++++++-------
 drivers/video/Kconfig                 |  8 ++++
 drivers/video/sunxi/Makefile          |  4 +-
 drivers/video/sunxi/simplefb_common.c | 30 +++++++++++++++
 drivers/video/sunxi/simplefb_common.h | 22 +++++++++++
 drivers/video/sunxi/sunxi_de2.c       | 72 +++++++++++++++++++++++++++++++++++
 drivers/video/sunxi/sunxi_display.c   | 13 +------
 include/configs/sunxi-common.h        |  9 +----
 scripts/config_whitelist.txt          |  1 -
 9 files changed, 155 insertions(+), 35 deletions(-)
 create mode 100644 drivers/video/sunxi/simplefb_common.c
 create mode 100644 drivers/video/sunxi/simplefb_common.h

-- 
2.13.5

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

end of thread, other threads:[~2017-10-26 15:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-20 16:18 [U-Boot] [PATCH v5 0/4] Allwinner SimpleFB Kconfig cleanup and DE2 SimpleFB support Icenowy Zheng
2017-09-20 16:18 ` [U-Boot] [PATCH v5 1/4] sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI Icenowy Zheng
2017-09-21  7:40   ` Maxime Ripard
2017-09-21  7:48     ` Icenowy Zheng
2017-09-21 19:18       ` Maxime Ripard
2017-09-22  6:41         ` [U-Boot] [linux-sunxi] " icenowy at aosc.io
2017-09-22 11:57           ` Maxime Ripard
2017-09-22 14:25             ` icenowy at aosc.io
2017-09-20 16:18 ` [U-Boot] [PATCH v5 2/4] video: sunxi: extract simplefb match code to a new file Icenowy Zheng
2017-09-20 16:18 ` [U-Boot] [PATCH v5 3/4] video: add an option for video simplefb via DT Icenowy Zheng
2017-09-21  7:30   ` Maxime Ripard
2017-09-20 16:18 ` [U-Boot] [PATCH v5 4/4] sunxi: setup simplefb for Allwinner DE2 Icenowy Zheng
2017-10-09 13:32 ` [U-Boot] [PATCH v5 0/4] Allwinner SimpleFB Kconfig cleanup and DE2 SimpleFB support icenowy at aosc.io
2017-10-26 15:25   ` Anatolij Gustschin

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