[GIT PULL] u-boot-video/video-20240731
Anatolij Gustschin
agust at denx.de
Wed Jul 31 20:40:37 CEST 2024
Hi Tom,
please pull video driver updates.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/21823
Thanks,
Anatolij
The following changes since commit 8877bc51a8a4d921ba2f163208b8b1a57ba47c18:
Merge patch series "led: implement software blinking" (2024-07-30 14:31:24 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20240731
for you to fetch changes up to 521d377f7852c037e338c66756982084b1cb0132:
sandbox: Drop video-sync in serial driver (2024-07-31 16:56:06 +0200)
----------------------------------------------------------------
- improve video sync performance with background syncing (cyclic)
- fix dropping characters when pasting commands over the UART
- enable background syncing by default for boards using VIDEO
- make sandbox video more responsive
----------------------------------------------------------------
Simon Glass (5):
cyclic: Add a symbol for SPL
video: Move last_sync to private data
video: Use cyclic to handle video sync
sandbox: Increase cyclic CPU-time limit
sandbox: Drop video-sync in serial driver
common/Kconfig | 9 +++++++
common/Makefile | 2 +-
drivers/serial/sandbox.c | 2 --
drivers/video/Kconfig | 35 ++++++++++++++++++++++++++
drivers/video/video-uclass.c | 52 ++++++++++++++++++++++++++++++++-------
drivers/watchdog/Kconfig | 2 ++
include/asm-generic/global_data.h | 2 +-
include/cyclic.h | 5 ++--
include/video.h | 2 ++
9 files changed, 96 insertions(+), 15 deletions(-)
More information about the U-Boot
mailing list