mbox series

Please pull u-boot-video

Message ID 20200118171946.43c5144b@crub
State Changes Requested
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-video | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2020.04

Message

Anatolij Gustschin Jan. 18, 2020, 4:19 p.m. UTC
Hi Tom,

please pull a few fixes for v2020.04-rc1.

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/1914
Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/638817892

Thanks,
Anatolij

The following changes since commit 2d2f91a480f6849a8548414003d36fa030d434f1:

  Merge branch '2020-01-17-improve-aes-support' (2020-01-17 13:23:32 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2020.04

for you to fetch changes up to af850e5180e89804ad22cbbb6565dd55b3d0b52a:

  arm: Enable VIDEO_BPP32 on pinebook. (2020-01-18 14:15:00 +0100)

----------------------------------------------------------------
- fix Coverity CID 280902 issue in vid_console_color()
- fix vid_console_color() build warning
- fix video output on pinebook LCD

----------------------------------------------------------------
Anatolij Gustschin (1):
      video: fix Coverity missing break issue

Vagrant Cascadian (1):
      arm: Enable VIDEO_BPP32 on pinebook.

 configs/pinebook_defconfig        |  1 +
 drivers/video/vidconsole-uclass.c | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

Comments

Tom Rini Jan. 18, 2020, 4:28 p.m. UTC | #1
On Sat, Jan 18, 2020 at 05:19:46PM +0100, Anatolij Gustschin wrote:
> Hi Tom,
> 
> please pull a few fixes for v2020.04-rc1.
> 
> gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/1914
> Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/638817892
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 2d2f91a480f6849a8548414003d36fa030d434f1:
> 
>   Merge branch '2020-01-17-improve-aes-support' (2020-01-17 13:23:32 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2020.04
> 
> for you to fetch changes up to af850e5180e89804ad22cbbb6565dd55b3d0b52a:
> 
>   arm: Enable VIDEO_BPP32 on pinebook. (2020-01-18 14:15:00 +0100)
> 
> ----------------------------------------------------------------
> - fix Coverity CID 280902 issue in vid_console_color()
> - fix vid_console_color() build warning
> - fix video output on pinebook LCD
> 
> ----------------------------------------------------------------
> Anatolij Gustschin (1):
>       video: fix Coverity missing break issue
> 
> Vagrant Cascadian (1):
>       arm: Enable VIDEO_BPP32 on pinebook.
> 
>  configs/pinebook_defconfig        |  1 +
>  drivers/video/vidconsole-uclass.c | 20 ++++++++++++--------
>  2 files changed, 13 insertions(+), 8 deletions(-)

But per Maxime's feedback, it's going to be all sunxi platforms that
need the change and I expect we should step back and see who else also
needs it enabled, or perhaps to switch things around, what are the cases
for having it disabled and should it be default enabled?  Thanks!