]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add VPL support
authorSimon Glass <sjg@chromium.org>
Mon, 28 Feb 2022 14:16:54 +0000 (07:16 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 12 Sep 2022 12:41:14 +0000 (06:41 -0600)
commit884abcd68764e31d2f469530dd8d22fa21760e1c
tree476db0709b1006db5677d78ae3c66034613f8dbb
parenta6acc356ace174df1b2d1c7edd63709e76cc3e0d
binman: Add VPL support

Add support for U-Boot's Verifying Program Loader phase.

Signed-off-by: Simon Glass <sjg@chromium.org>
12 files changed:
tools/binman/etype/u_boot_vpl.py [new file with mode: 0644]
tools/binman/etype/u_boot_vpl_bss_pad.py [new file with mode: 0644]
tools/binman/etype/u_boot_vpl_dtb.py [new file with mode: 0644]
tools/binman/etype/u_boot_vpl_expanded.py [new file with mode: 0644]
tools/binman/etype/u_boot_vpl_nodtb.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/state.py
tools/binman/test/082_fdt_update_all.dts
tools/binman/test/255_u_boot_vpl.dts [new file with mode: 0644]
tools/binman/test/256_u_boot_vpl_nodtb.dts [new file with mode: 0644]
tools/binman/test/257_fdt_incl_vpl.dts [new file with mode: 0644]
tools/binman/test/258_vpl_bss_pad.dts [new file with mode: 0644]