All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] Fix splash logo for imx6 boards
@ 2019-09-19 17:30 Anatolij Gustschin
  2019-09-19 17:30 ` [U-Boot] [PATCH 1/7] splash: fix logo drawing if CONFIG_VIDEO_LOGO enabled Anatolij Gustschin
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Anatolij Gustschin @ 2019-09-19 17:30 UTC (permalink / raw)
  To: u-boot

This series enables video logo for DM_VIDEO converted
imx6 boards. Before DM_VIDEO conversion display init
and the logo drawing was performed by cfb_console driver.
After conversion the framebuffer console device is not
used, display remains uninitialized. Fix this.

Anatolij Gustschin (7):
  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

 common/splash.c                      | 35 ++++++++++++++++++++++++++--
 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 ++
 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 +
 13 files changed, 52 insertions(+), 2 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-09-23 19:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-19 17:30 [U-Boot] [PATCH 0/7] Fix splash logo for imx6 boards Anatolij Gustschin
2019-09-19 17:30 ` [U-Boot] [PATCH 1/7] splash: fix logo drawing if CONFIG_VIDEO_LOGO enabled Anatolij Gustschin
2019-09-19 17:30 ` [U-Boot] [PATCH 2/7] imx: wandboard: fix splash logo drawing Anatolij Gustschin
2019-09-19 17:30 ` [U-Boot] [PATCH 3/7] imx: mx6sabresd: " Anatolij Gustschin
2019-09-19 18:26   ` Fabio Estevam
2019-09-19 18:30     ` Fabio Estevam
2019-09-20 15:46       ` Anatolij Gustschin
2019-09-19 17:30 ` [U-Boot] [PATCH 4/7] imx: apalis_imx6: " Anatolij Gustschin
2019-09-19 17:30 ` [U-Boot] [PATCH 5/7] imx: icore: " Anatolij Gustschin
2019-09-19 17:30 ` [U-Boot] [PATCH 6/7] imx: colibri_imx6: " Anatolij Gustschin
2019-09-19 17:30 ` [U-Boot] [PATCH 7/7] imx: mx6sabreauto: " Anatolij Gustschin
2019-09-23 19:01 ` [U-Boot] [PATCH 0/7] Fix splash logo for imx6 boards Anatolij Gustschin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.