mbox series

[GIT,PULL] u-boot-video/video-20241022

Message ID 20241022220944.45a4eb2b@crub
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] u-boot-video/video-20241022 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20241022

Message

Anatolij Gustschin Oct. 22, 2024, 8:09 p.m. UTC
Hi Tom,

please pull video driver updates.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/22907

Thanks,
Anatolij

The following changes since commit 6606a6adfaf8517cff7e5fe0fb206beed80087d5:

  envtools: make them build again (2024-10-21 20:51:23 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20241022

for you to fetch changes up to 722073a0653dd18d0148dd435f067be4e82f9129:

  video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n (2024-10-22 20:56:28 +0200)

----------------------------------------------------------------
 - VNBYTES() comment fix
 - add VIDEO dependency for FDT_SIMPLEFB
 - fdt_simplefb: drop not needed CONFIG_VIDEO check
 - am62x,evm: preserve splash screen while OS is booting
 - simplefb: warning fix for CONFIG_FDT_64BIT=n

----------------------------------------------------------------
Devarsh Thakkar (3):
      boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFB
      boot: fdt_simplefb: Remove conditional compilation checks for VIDEO Kconfig
      board: ti: am62x: evm: Update simple-framebuffer node in device-tree

Eva Kurchatova (1):
      video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n

Miquel Raynal (1):
      video: Fix VNBYTES() macro comment

 board/ti/am62x/evm.c     | 21 +++++++++++++++++++++
 boot/Kconfig             |  1 +
 boot/fdt_simplefb.c      |  2 --
 drivers/video/simplefb.c |  3 ++-
 include/video.h          |  6 +-----
 5 files changed, 25 insertions(+), 8 deletions(-)

Comments

Tom Rini Oct. 23, 2024, midnight UTC | #1
On Tue, Oct 22, 2024 at 10:09:44PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull video driver updates.
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/22907
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 6606a6adfaf8517cff7e5fe0fb206beed80087d5:
> 
>   envtools: make them build again (2024-10-21 20:51:23 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20241022
> 
> for you to fetch changes up to 722073a0653dd18d0148dd435f067be4e82f9129:
> 
>   video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n (2024-10-22 20:56:28 +0200)
> 

Applied to u-boot/master, thanks!