summaryrefslogtreecommitdiff
path: root/tools/binman/state.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-09-12 09:47:16 -0400
committerTom Rini <trini@konsulko.com>2022-09-12 09:47:16 -0400
commit0ba282e0eeaf29fd78f021fd2f95f7bc3109868d (patch)
tree476db0709b1006db5677d78ae3c66034613f8dbb /tools/binman/state.py
parenta5fc388ed966974256bc03b3d4db7ae1be0ed119 (diff)
parent6ad2452bc61d925eaa40f52377baaddf92c43464 (diff)
Merge tag 'dm-pull-12sep22' of https://source.denx.de/u-boot/custodians/u-boot-dm
Binman VPL support (patch was lost) Add board_rng_seed() as a temporary solution
Diffstat (limited to 'tools/binman/state.py')
-rw-r--r--tools/binman/state.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/binman/state.py b/tools/binman/state.py
index a302e1f00eb..56e5bf8bc10 100644
--- a/tools/binman/state.py
+++ b/tools/binman/state.py
@@ -22,6 +22,7 @@ OUR_PATH = os.path.dirname(os.path.realpath(__file__))
DTB_TYPE_FNAME = {
'u-boot-spl-dtb': 'spl/u-boot-spl.dtb',
'u-boot-tpl-dtb': 'tpl/u-boot-tpl.dtb',
+ 'u-boot-vpl-dtb': 'vpl/u-boot-vpl.dtb',
}
# Records the device-tree files known to binman, keyed by entry type (e.g.
@@ -292,7 +293,7 @@ def GetAllFdts():
"""Yield all device tree files being used by binman
Yields:
- Device trees being used (U-Boot proper, SPL, TPL)
+ Device trees being used (U-Boot proper, SPL, TPL, VPL)
"""
if main_dtb:
yield main_dtb