All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-video
Date: Mon, 20 May 2019 16:39:25 +0200	[thread overview]
Message-ID: <20190520163925.111f6a56@crub> (raw)

Hi Tom,

please pull video updates for v2019.07-rc3. cx9020 DM_VIDEO migration and
splash source patches have been submitted to the list before merge window
for v2019.07 closed, so I'm including them with some video fixes here.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/534729949

Thanks,
Anatolij

The following changes since commit 98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638:

  Merge branch 'master' of git://git.denx.de/u-boot-samsung (2019-05-16 07:09:59 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-video.git tags/video-for-2019.07-rc3

for you to fetch changes up to e63168a9ffae18f807f59925bb5d9d4623633e46:

  video: Factor out vidconsole_put_string() (2019-05-20 12:00:05 +0200)

----------------------------------------------------------------
- update for using splashfile instead of location->name
  when loading the splash image from a FIT
- updates for loading internal and external splash data from FIT
- DM_GPIO/DM_VIDEO migration for mx53 cx9020 board
- fix boot issue on mx6sabresd board after DM_VIDEO migration
- increase the max preallocated framebuffer BPP to 32 in ipuv3
  driver to prepare for configurations with higher color depth
- allow to use vidconsole_put_string() in board code for text
  output on LCD displays

----------------------------------------------------------------
Leo Ruan (2):
      splash: Use splashfile instead of location->name
      splash: Load internal and external data from FIT

Marek Vasut (2):
      video: ipuv3: Set max display bpp to 32
      video: Factor out vidconsole_put_string()

Peng Fan (1):
      imx: mx6sabresd: fix boot hang with video

Steffen Dirkwinkel (6):
      dm: arm: imx: cx9020: enable DM_GPIO
      dm: arm: imx: video: add compatible for imx53-ipu
      arm: imx: add ipu to imx53.dts and set dm-pre-reloc
      dm: arm: imx: cx9020: migrate to dm_video
      dm: arm: imx: cx9020: remove unused mmc functions
      arm: imx: cx9020: remove unnecessary includes

 arch/arm/dts/imx53.dtsi                      | 137 +++++++++++++++++++++++++++
 arch/arm/dts/imx6q.dtsi                      |   1 +
 arch/arm/dts/imx6qdl.dtsi                    |   1 +
 board/beckhoff/mx53cx9020/Makefile           |   2 +-
 board/beckhoff/mx53cx9020/mx53cx9020.c       |  95 ++++---------------
 board/beckhoff/mx53cx9020/mx53cx9020_video.c |  52 +++++-----
 common/splash_source.c                       |  65 ++++++++-----
 configs/mx53cx9020_defconfig                 |   5 +-
 configs/mx6sabresd_defconfig                 |   3 +-
 doc/README.splashprepare                     |   9 +-
 drivers/video/imx/mxc_ipuv3_fb.c             |   3 +-
 drivers/video/vidconsole-uclass.c            |  17 +++-
 include/configs/mx53cx9020.h                 |   6 +-
 include/video_console.h                      |  16 ++++
 test/dm/video.c                              |   8 --
 15 files changed, 271 insertions(+), 149 deletions(-)

             reply	other threads:[~2019-05-20 14:39 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-20 14:39 Anatolij Gustschin [this message]
2019-05-21 15:44 ` [U-Boot] Please pull u-boot-video Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-11-24 21:07 Anatolij Gustschin
2019-11-25 22:22 ` Tom Rini
2019-11-18 10:39 Anatolij Gustschin
2019-11-18 20:27 ` Tom Rini
2019-10-31 13:35 Anatolij Gustschin
2019-11-01 21:48 ` Tom Rini
2019-11-01 23:05   ` Anatolij Gustschin
2019-10-14  9:40 Anatolij Gustschin
2019-10-14 17:00 ` Tom Rini
2019-09-22 19:50 Anatolij Gustschin
2019-09-23  0:39 ` Tom Rini
2019-07-30 18:07 Anatolij Gustschin
2019-07-31 12:34 ` Tom Rini
2019-07-29  9:09 Anatolij Gustschin
2019-07-30  1:21 ` Tom Rini
2019-07-07 13:58 Anatolij Gustschin
2019-07-08  1:15 ` Tom Rini
2019-06-10 10:06 Anatolij Gustschin
2019-06-11  1:31 ` Tom Rini
2019-04-14 18:10 Anatolij Gustschin
2019-04-17 13:14 ` Tom Rini
2019-03-29 21:37 Anatolij Gustschin
2019-04-01 13:13 ` Tom Rini
2019-02-16 22:57 Anatolij Gustschin
2019-02-18 14:29 ` Tom Rini
2019-01-31 12:36 Anatolij Gustschin
2019-01-31 12:40 ` Anatolij Gustschin
2019-02-01 13:26 ` Tom Rini
2019-01-03 18:48 Anatolij Gustschin
2019-01-04 13:11 ` Tom Rini
2018-12-05  0:53 Anatolij Gustschin
2018-12-06  1:31 ` Tom Rini
2010-04-27 21:31 Anatolij Gustschin
2010-04-27 22:10 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190520163925.111f6a56@crub \
    --to=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.