download/u-boot: Support reading tree and revision from board.cfg

Boards may want to specify a board-specific U-Boot revision. At the very
least, pseudo-boards for u-boot-libre releases will need to specify their
U-Boot versions somehow.

Copy the existing mechanism from download/coreboot for specifying
build info with board.cfg files. Specify the commit hash for the
'v2021.07' pseudo-board, and 'master' as the default.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
This commit is contained in:
Alper Nebi Yasak
2022-08-25 20:07:27 +03:00
parent 8dd1a24504
commit 7b552bd299
4 changed files with 58 additions and 4 deletions
+2
View File
@@ -0,0 +1,2 @@
ubtree="default"
ubrevision="master"