<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/usage/fit, branch v2024.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/doc/usage/fit?h=v2024.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc/usage/fit?h=v2024.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2024-06-28T19:54:52Z</updated>
<entry>
<title>Drop the special am335x_boneblack_vboot target</title>
<updated>2024-06-28T19:54:52Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2024-06-27T08:29:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d780965927d4b176857895b5d64fae85ccd04eb8'/>
<id>urn:sha1:d780965927d4b176857895b5d64fae85ccd04eb8</id>
<content type='text'>
Now that am335x_evm boots OK on the Beaglebone black, drop the latter
and update the docs to cover the change.

Also add a few updates about 'make fit' and drop the note about the
security review, as U-Boot's verified boot has had quite extensive
review now.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>doc: Fix link reference to general verified boot docs</title>
<updated>2024-06-16T08:37:10Z</updated>
<author>
<name>Alexander Dahl</name>
<email>ada@thorsis.com</email>
</author>
<published>2024-06-11T14:40:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d1499a8b3fa30e4d835a139e958fc7bec96af412'/>
<id>urn:sha1:d1499a8b3fa30e4d835a139e958fc7bec96af412</id>
<content type='text'>
Fixes: ad29e08b79fd ("doc: Bring in FIT signature files")
Signed-off-by: Alexander Dahl &lt;ada@thorsis.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>doc: add clarity to what a "fpga" image is</title>
<updated>2024-06-06T07:24:10Z</updated>
<author>
<name>Sam Povilus</name>
<email>sam.povilus@amd.com</email>
</author>
<published>2024-06-04T19:52:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9edc13159ec4c280961d02775db25e7588f1cecb'/>
<id>urn:sha1:9edc13159ec4c280961d02775db25e7588f1cecb</id>
<content type='text'>
Update fit documentation to clarify that FPGA images are vendor specific and opaque bitstreams.

Signed-off-by: Sam Povilus &lt;sam.povilus@amd.com&gt;
</content>
</entry>
<entry>
<title>doc: Remove extraneous curly braces</title>
<updated>2024-06-06T07:24:10Z</updated>
<author>
<name>Sam Povilus</name>
<email>sam.povilus@amd.com</email>
</author>
<published>2024-06-04T19:52:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2f6d2c726c2c6a23a89c92a61d4eba1f7d8c9c07'/>
<id>urn:sha1:2f6d2c726c2c6a23a89c92a61d4eba1f7d8c9c07</id>
<content type='text'>
Update documentation to remove un-needed curly braces.

Signed-off-by: Sam Povilus &lt;sam.povilus@amd.com&gt;
</content>
</entry>
<entry>
<title>rsa: use pkcs11 uri as defined in rfc7512</title>
<updated>2023-12-20T14:48:17Z</updated>
<author>
<name>Ayoub Zaki</name>
<email>ayoub.zaki@embetrix.com</email>
</author>
<published>2023-08-26T11:53:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ece85cc0202717ee8eaf5acb0772c0912b7f8e9d'/>
<id>urn:sha1:ece85cc0202717ee8eaf5acb0772c0912b7f8e9d</id>
<content type='text'>
pkcs11 : change engine uri to use full pk11-URI as defined in:

https://www.rfc-editor.org/rfc/rfc7512.html
Signed-off-by: Ayoub Zaki &lt;ayoub.zaki@embetrix.com&gt;
</content>
</entry>
<entry>
<title>doc: Replace examples of MD5 and SHA1 with SHA256</title>
<updated>2023-12-17T12:06:48Z</updated>
<author>
<name>Sean Anderson</name>
<email>seanga2@gmail.com</email>
</author>
<published>2023-12-02T19:33:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=291ab919355df5ee28183546049d5fbdb2777d2d'/>
<id>urn:sha1:291ab919355df5ee28183546049d5fbdb2777d2d</id>
<content type='text'>
Both SHA1 and (especially) MD5 are no longer as safe as they once were for
cryptographic use. Replaces examples which use them with examples using
SHA256 instead. This will provide more-secure defaults for users who use
documentation examples as a base for their own use. This is not too
necessary for non-verified-boot scenarios (since someone could just replace
the checksum), but I wanted to be complete.

Signed-off-by: Sean Anderson &lt;seanga2@gmail.com&gt;
Reviewed-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>doc: shorten overlong title underlines</title>
<updated>2023-11-11T00:44:08Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>heinrich.schuchardt@canonical.com</email>
</author>
<published>2023-10-28T09:59:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b214e88071d1ea68c2f668740e4e227364214f5e'/>
<id>urn:sha1:b214e88071d1ea68c2f668740e4e227364214f5e</id>
<content type='text'>
Title underlines should match the length of the title. Unfortunately
docutils only catches underlines that are too short.

Add some missing empty lines after titles.

Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
</content>
</entry>
<entry>
<title>doc: Update path to source_file_format.rst</title>
<updated>2023-09-09T04:12:47Z</updated>
<author>
<name>Joao Marcos Costa</name>
<email>jmcosta944@gmail.com</email>
</author>
<published>2023-09-07T20:50:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=129048a3b714af42dfe28cc740dafbc6f5e935f3'/>
<id>urn:sha1:129048a3b714af42dfe28cc740dafbc6f5e935f3</id>
<content type='text'>
Previously, the file extension was .txt, and it referenced the uImage.FIT
directory, which no longer exists. This commit updates the path accordingly.

Signed-off-by: Joao Marcos Costa &lt;jmcosta944@gmail.com&gt;
Reviewed-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'doc-2023-07-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi</title>
<updated>2023-06-23T18:31:55Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-06-23T18:23:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b2101df305212dd3b98486cbec1d1f15da0832de'/>
<id>urn:sha1:b2101df305212dd3b98486cbec1d1f15da0832de</id>
<content type='text'>
Pull request doc-2023-07-rc6

* move FIT documentation to HTML
* man-pages for the bind, bootm, and unbind commands
</content>
</entry>
<entry>
<title>doc: Improve documentation for the bootm command</title>
<updated>2023-06-23T14:28:13Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-06-23T12:22:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=35ed599f430bcba2fd2bc14e52e6cb450cd9a10c'/>
<id>urn:sha1:35ed599f430bcba2fd2bc14e52e6cb450cd9a10c</id>
<content type='text'>
Reformat and rewrite the documentation for this command.

This is a complicated command, so further improvements are welcome.

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