<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/tools/binman/bintools.rst, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/tools/binman/bintools.rst?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/tools/binman/bintools.rst?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2026-04-17T05:26:31Z</updated>
<entry>
<title>binman: Remove pre-generated entries.rst and bintools.rst</title>
<updated>2026-04-17T05:26:31Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2026-03-18T13:23:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=090a7eb9cf36aec08fbe131f0c475ccaa55a8241'/>
<id>urn:sha1:090a7eb9cf36aec08fbe131f0c475ccaa55a8241</id>
<content type='text'>
These files are now auto-generated by the binman_docs Sphinx extension
during the doc build, so the committed copies and their symlinks in
doc/develop/package/ are no longer needed.

Update binman.rst to reference the Sphinx extension instead of the
manual generation commands.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

Rebased to apply file deletions cleanly.
Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
</content>
</entry>
<entry>
<title>binman: cst: Build from source</title>
<updated>2025-03-12T16:25:25Z</updated>
<author>
<name>Leonard Anderweit</name>
<email>l.anderweit@phytec.de</email>
</author>
<published>2025-02-26T21:05:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=326b7ea9823a74a83b3a7ef6ee3f4927eb36987e'/>
<id>urn:sha1:326b7ea9823a74a83b3a7ef6ee3f4927eb36987e</id>
<content type='text'>
Build the imx code singing tool from source instead of relying on the
distro to provide the tool.
Use the debian/unstable branch because the default branch is outdated.
The binary is supposed to be build with docker, work around that by selecting
the correct Makefile directly.
Also append the description and add a link to documentation.

Signed-off-by: Leonard Anderweit &lt;l.anderweit@phytec.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>binman: Add a bintool for fdtgrep</title>
<updated>2024-07-29T14:42:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2024-07-20T10:49:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76cbda76e7e9d90eaaa1dc1931943a1a2b62c92c'/>
<id>urn:sha1:76cbda76e7e9d90eaaa1dc1931943a1a2b62c92c</id>
<content type='text'>
Binman needs the ability to run fdtgrep to prepare devicetree subsets
for use by SPL and TPL. Add a new bintool in preparation for this.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>binman: Tidy up bintool docs</title>
<updated>2024-07-29T14:42:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2024-07-20T10:49:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=018646cddd5f6e1d44a1d1d382d85fd1360f96cd'/>
<id>urn:sha1:018646cddd5f6e1d44a1d1d382d85fd1360f96cd</id>
<content type='text'>
The docs have somehow got out of sync. Regenerate the file to fix the
problem.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>binman: btool: Add Xilinx Bootgen btool</title>
<updated>2023-08-05T17:31:59Z</updated>
<author>
<name>Lukas Funke</name>
<email>lukas.funke@weidmueller.com</email>
</author>
<published>2023-08-03T15:22:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7f51fe5c6db21592f7f2a914b2dab3f67e765d8b'/>
<id>urn:sha1:7f51fe5c6db21592f7f2a914b2dab3f67e765d8b</id>
<content type='text'>
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 &lt;lukas.funke@weidmueller.com&gt;
</content>
</entry>
<entry>
<title>binman: doc: Add documentation for Xilinx Bootgen bintool</title>
<updated>2023-07-24T15:34:10Z</updated>
<author>
<name>Lukas Funke</name>
<email>lukas.funke@weidmueller.com</email>
</author>
<published>2023-07-18T11:53:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6cb6425408a93c00bc34aa8944effb4d34bc47d2'/>
<id>urn:sha1:6cb6425408a93c00bc34aa8944effb4d34bc47d2</id>
<content type='text'>
Add documentation for the 'bootgen' bintool

Signed-off-by: Lukas Funke &lt;lukas.funke@weidmueller.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>binman: doc: Add documentation for fdt_add_pubkey bintool</title>
<updated>2023-07-24T15:34:10Z</updated>
<author>
<name>Lukas Funke</name>
<email>lukas.funke@weidmueller.com</email>
</author>
<published>2023-07-18T11:53:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c76831d189eae14558d5275b2db62354c07a79ef'/>
<id>urn:sha1:c76831d189eae14558d5275b2db62354c07a79ef</id>
<content type='text'>
Add documentation for btool which calls 'fdt_add_pubkey'

Signed-off-by: Lukas Funke &lt;lukas.funke@weidmueller.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>binman: Add missing ssl documentation</title>
<updated>2023-07-24T15:33:55Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-24T15:20:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=df11aa7d7431554c6b28992a7f506b83234b87b4'/>
<id>urn:sha1:df11aa7d7431554c6b28992a7f506b83234b87b4</id>
<content type='text'>
Rerun 'binman bintool-docs' to regenerate bintools.rst

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>binman: Update bintools documentation</title>
<updated>2023-03-08T19:38:48Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-02-22T19:14:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fbb0e480329e964598e79a7d67dbcdff19e7985d'/>
<id>urn:sha1:fbb0e480329e964598e79a7d67dbcdff19e7985d</id>
<content type='text'>
This was not regenerated with recent changes. Update it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>binman: Add documentation for bintools</title>
<updated>2022-01-25T19:36:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2022-01-10T03:14:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3e7749eaeac8022329df9dd876b7fc5692d0e2d1'/>
<id>urn:sha1:3e7749eaeac8022329df9dd876b7fc5692d0e2d1</id>
<content type='text'>
Add this documention to explain how bintools are used and which ones are
available.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
