diff options
| author | Lukas Funke <lukas.funke@weidmueller.com> | 2023-08-03 17:22:13 +0200 |
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2023-08-05 11:31:59 -0600 |
| commit | 7f51fe5c6db21592f7f2a914b2dab3f67e765d8b (patch) | |
| tree | 7aa24d7766101adb969de3441287fca3ac1ac496 /tools/binman/bintools.rst | |
| parent | 93a203d38b520db64e041e66f6bdad39ee5a3366 (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>
Diffstat (limited to 'tools/binman/bintools.rst')
| -rw-r--r-- | tools/binman/bintools.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/bintools.rst b/tools/binman/bintools.rst index 20ee24395af..1336f4d0115 100644 --- a/tools/binman/bintools.rst +++ b/tools/binman/bintools.rst @@ -208,7 +208,7 @@ Using `fdt_add_pubkey` the key can be injected to the SPL independent of Bintool: bootgen: Sign ZynqMP FSBL image ---------------------------------------------- +---------------------------------------- This bintool supports running `bootgen` in order to sign a SPL for ZynqMP devices. |
