u-boot/dts
Raymond Mao c502d7ada2 tools: Add script to update git subtree projects
Recently we are introducing multiple git subtree projects and
it is the right time to have a universal script to update
various subtrees and replace the dts/update-dts-subtree.sh.

update-subtree.sh is a wrapper of git subtree commands.

Usage: From U-Boot top directory,
run
$ ./tools/update-subtree.sh pull <subtree-name> <release-tag>
for pulling a tag from the upstream.
Or run
$ ./tools/update-subtree.sh pick <subtree-name> <commit-id>
for cherry-pick a commit from the upstream.

Currently <subtree-name> supports dts, mbedtls and lwip.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
2024-07-31 11:20:36 -06:00
..
upstream Subtree merge tag 'v6.10-dts' of devicetree-rebasing repo [1] into dts/upstream 2024-07-20 11:15:22 -06:00
Kconfig board_f: Add support for CONFIG_OF_BOARD_FIXUP for XIP images 2024-07-12 13:07:43 -06:00
Makefile dts: Add alternative location for upstream DTB builds 2024-02-29 22:24:05 -05:00