]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: doc: Add documentation for Xilinx Bootgen bintool
authorLukas Funke <lukas.funke@weidmueller.com>
Tue, 18 Jul 2023 11:53:16 +0000 (13:53 +0200)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
Add documentation for the 'bootgen' bintool

Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/bintools.rst

index 9d8f1619f204bcce064213d267a7fd9c3fddfef1..20ee24395af47df2d749d1bc7cd99e0c8ba96fc9 100644 (file)
@@ -204,3 +204,15 @@ Normally signing is done using `mkimage` in context of `binman sign`. However,
 in this process the public key is not added to the stage before u-boot proper.
 Using `fdt_add_pubkey` the key can be injected to the SPL independent of
 `mkimage`
+
+
+
+Bintool: bootgen: Sign ZynqMP FSBL image
+---------------------------------------------
+
+This bintool supports running `bootgen` in order to sign a SPL for ZynqMP
+devices.
+
+The bintool automatically creates an appropriate input image file (.bif) for
+bootgen based on the passed arguments. The output is a bootable,
+authenticated `boot.bin` file.