diff options
| author | Tom Rini <[email protected]> | 2023-08-05 22:11:04 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-05 22:11:04 -0400 |
| commit | b1a8ef746f6c1a152ec41a747a06cbfbeb051a3e (patch) | |
| tree | 7ccb97798b64cf66de600ffd501672c4cc2e858d /tools/binman/test | |
| parent | fd13001d138e27f967c38d5d538fbe1cf9bb88ae (diff) | |
| parent | 48d4c0a85d6f7fdb46dddcaa8a5f5b5c4290819f (diff) | |
Merge tag 'dm-pull-5aug23' of https://source.denx.de/u-boot/custodians/u-boot-dm
binman support for Xilinx signing
buildman minor fixes
Diffstat (limited to 'tools/binman/test')
| -rw-r--r-- | tools/binman/test/307_xilinx_bootgen_sign.dts | 22 | ||||
| -rw-r--r-- | tools/binman/test/308_xilinx_bootgen_sign_enc.dts | 24 | ||||
| -rw-r--r-- | tools/binman/test/309_template_phandle.dts (renamed from tools/binman/test/291_template_phandle.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/310_template_phandle_dup.dts (renamed from tools/binman/test/292_template_phandle_dup.dts) | 0 |
4 files changed, 46 insertions, 0 deletions
diff --git a/tools/binman/test/307_xilinx_bootgen_sign.dts b/tools/binman/test/307_xilinx_bootgen_sign.dts new file mode 100644 index 00000000000..02acf8652a5 --- /dev/null +++ b/tools/binman/test/307_xilinx_bootgen_sign.dts @@ -0,0 +1,22 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + xilinx-bootgen { + auth-params = "ppk_select=0", "spk_id=0x00000000"; + pmufw-filename = "pmu-firmware.elf"; + psk-key-name-hint = "psk"; + ssk-key-name-hint = "ssk"; + + u-boot-spl-nodtb { + }; + u-boot-spl-dtb { + }; + }; + }; +}; diff --git a/tools/binman/test/308_xilinx_bootgen_sign_enc.dts b/tools/binman/test/308_xilinx_bootgen_sign_enc.dts new file mode 100644 index 00000000000..5d7ce4c1f5a --- /dev/null +++ b/tools/binman/test/308_xilinx_bootgen_sign_enc.dts @@ -0,0 +1,24 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + xilinx-bootgen { + auth-params = "ppk_select=0", "spk_id=0x00000000"; + fsbl-config = "auth_only"; + keysrc-enc = "efuse_red_key"; + pmufw-filename = "pmu-firmware.elf"; + psk-key-name-hint = "psk"; + ssk-key-name-hint = "ssk"; + + u-boot-spl-nodtb { + }; + u-boot-spl-dtb { + }; + }; + }; +}; diff --git a/tools/binman/test/291_template_phandle.dts b/tools/binman/test/309_template_phandle.dts index c4ec1dd41be..c4ec1dd41be 100644 --- a/tools/binman/test/291_template_phandle.dts +++ b/tools/binman/test/309_template_phandle.dts diff --git a/tools/binman/test/292_template_phandle_dup.dts b/tools/binman/test/310_template_phandle_dup.dts index dc86f06463b..dc86f06463b 100644 --- a/tools/binman/test/292_template_phandle_dup.dts +++ b/tools/binman/test/310_template_phandle_dup.dts |
