Please pull u-boot-tegra graph

Svyatoslav Ryhel clamor95 at gmail.com
Wed Mar 12 13:39:18 CET 2025


Dear Tom,

The following changes since commit 0fd7ee0306a88bd99d3820167fa45a7ee6fbc1e1:

  scripts/checkpatch.pl: Upgrade IS_ENABLED_CONFIG to error for U-Boot (2025-03-05 12:14:49 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git graph

for you to fetch changes up to da1eb50ca14b648984fa89c69d5e88649cec474b:

  test: dm: add video bridge tests (2025-03-08 16:35:46 +0200)

----------------------------------------------------------------
Svyatoslav Ryhel (7):
      sandbox: remap memory load addresses
      core: ofnode: add of_graph parsing helpers
      test: dm: add ofnode_graph tests
      video: bridge-uclass: add get_display_timing ops
      video: bridge-uclass: add inline fallbacks of video bridge functions
      video: bridge: add transparent LVDS de/encoder bridge
      test: dm: add video bridge tests

 arch/sandbox/Kconfig                       |   2 +-
 arch/sandbox/dts/test.dts                  | 101 +++++++++++++++++++++++++++++++
 common/Kconfig                             |   2 +-
 configs/sandbox_defconfig                  |   2 +
 doc/arch/sandbox/sandbox.rst               |   6 +-
 drivers/core/Makefile                      |   2 +-
 drivers/core/ofnode_graph.c                | 217 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/video/bridge/Kconfig               |   7 +++
 drivers/video/bridge/Makefile              |   1 +
 drivers/video/bridge/lvds-codec.c          | 128 +++++++++++++++++++++++++++++++++++++++
 drivers/video/bridge/video-bridge-uclass.c |  11 ++++
 include/configs/sandbox.h                  |   2 +-
 include/dm/ofnode_graph.h                  |  90 ++++++++++++++++++++++++++++
 include/video_bridge.h                     |  54 +++++++++++++++++
 test/dm/Makefile                           |   1 +
 test/dm/ofnode.c                           |  54 +++++++++++++++++
 test/dm/video_bridge.c                     |  67 +++++++++++++++++++++
 test/lib/kconfig.c                         |   8 +--
 18 files changed, 744 insertions(+), 11 deletions(-)
 create mode 100644 drivers/core/ofnode_graph.c
 create mode 100644 drivers/video/bridge/lvds-codec.c
 create mode 100644 include/dm/ofnode_graph.h
 create mode 100644 test/dm/video_bridge.c

Branch contains sandbox memory remap, new get_display_timing video bridge op,
transparent LVDS de/encoder bridge and ofnode version of OF graph parser helpers.

Thanks,
Svyatoslav Ryhel.


More information about the U-Boot mailing list