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
..
2024-01-29 11:28:44 +01:00
2023-02-11 12:22:35 -05:00
2024-07-01 12:07:18 -06:00
2022-08-13 11:09:49 +02:00
2022-03-02 10:28:12 -05:00
2024-07-22 18:21:18 -06:00
2022-12-17 13:37:33 +00:00
2024-04-13 11:14:29 +02:00
2023-08-19 04:12:52 +02:00