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)
commit6ad2452bc61d925eaa40f52377baaddf92c43464
tree476db0709b1006db5677d78ae3c66034613f8dbb
parent6dca1d9ad38de9b7f9a44d2c6eaa6acf9be6c2c0
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]