commit | 09cb50fbd9e51be5fd798c80f6e3beb2e11671cc | [log] [tgz] |
---|---|---|
author | Lukas Funke <lukas.funke@weidmueller.com> | Thu Aug 03 17:22:13 2023 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Aug 05 11:31:59 2023 -0600 |
tree | 7aa24d7766101adb969de3441287fca3ac1ac496 | |
parent | 76ee0ca899629d6cd384b4785915f581a0d11485 [diff] |
binman: btool: Add Xilinx Bootgen btool Add the Xilinx Bootgen as bintool. Xilinx Bootgen is used to create bootable SPL (FSBL in Xilinx terms) images for Zynq/ZynqMP devices. The btool creates a signed version of the SPL. Additionally to signing the key source for the decryption engine can be passend to the boot image. Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com>