mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
d8a2d3b290
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>
24 lines
410 B
Text
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 {
|
|
};
|
|
};
|
|
};
|
|
};
|