summaryrefslogtreecommitdiff
path: root/resources/u-boot/default
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2022-08-25 20:07:27 +0300
committerAlper Nebi Yasak <alpernebiyasak@gmail.com>2022-08-27 17:35:55 +0300
commit7b552bd29992e423755e0306ea115f726854cbf0 (patch)
tree5aefd27fdc3921f2b175a7c0adc3b120e6761691 /resources/u-boot/default
parent8dd1a24504ac438e9a8a0826b531976d9bc72067 (diff)
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>
Diffstat (limited to 'resources/u-boot/default')
-rw-r--r--resources/u-boot/default/board.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/u-boot/default/board.cfg b/resources/u-boot/default/board.cfg
new file mode 100644
index 00000000..b821b351
--- /dev/null
+++ b/resources/u-boot/default/board.cfg
@@ -0,0 +1,2 @@
+ubtree="default"
+ubrevision="master"