u-boot/tools/binman/test/308_xilinx_bootgen_sign_enc.dts
Lukas Funke d8a2d3b290 binman: ftest: Add test for xilinx-bootgen etype
Add test for the 'xilinx-bootgen' etype

Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Allow missing bootgen tool; comment testXilinxBootgenMissing() comment:
Signed-off-by: Simon Glass <sjg@chromium.org>
2023-08-05 11:38:59 -06:00

24 lines
410 B
Text

// 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 {
};
};
};
};