<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/tools, branch v2025.10-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/tools?h=v2025.10-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/tools?h=v2025.10-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2025-08-30T18:45:33Z</updated>
<entry>
<title>doc: Capitalize the word Buildman whenever it's used as a proper noun</title>
<updated>2025-08-30T18:45:33Z</updated>
<author>
<name>Adriano Carvalho</name>
<email>adrianocarvalho.pt@gmail.com</email>
</author>
<published>2025-08-25T22:32:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1041ce48a9942ac6fcb580c8973d420dbe53a8ae'/>
<id>urn:sha1:1041ce48a9942ac6fcb580c8973d420dbe53a8ae</id>
<content type='text'>
This consistency reads a bit nicer.

Signed-off-by: Adriano Carvalho &lt;adrianocarvalho.pt@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: Rephrase to be more precise and less confusing (build)</title>
<updated>2025-08-30T18:45:33Z</updated>
<author>
<name>Adriano Carvalho</name>
<email>adrianocarvalho.pt@gmail.com</email>
</author>
<published>2025-08-25T22:32:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0492657c74f517dae71ed4864ef10bb05e22a2d4'/>
<id>urn:sha1:0492657c74f517dae71ed4864ef10bb05e22a2d4</id>
<content type='text'>
It was "... doing the same build ... will not trigger a rebuild".

Signed-off-by: Adriano Carvalho &lt;adrianocarvalho.pt@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: Rephrase to read a bit nicer</title>
<updated>2025-08-30T18:45:33Z</updated>
<author>
<name>Adriano Carvalho</name>
<email>adrianocarvalho.pt@gmail.com</email>
</author>
<published>2025-08-25T22:32:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=01bf38a05ea5e7dbe30a8170dc4fcf82399228d3'/>
<id>urn:sha1:01bf38a05ea5e7dbe30a8170dc4fcf82399228d3</id>
<content type='text'>
Reads better.

Signed-off-by: Adriano Carvalho &lt;adrianocarvalho.pt@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: Rephrase to be more clear</title>
<updated>2025-08-30T18:45:33Z</updated>
<author>
<name>Adriano Carvalho</name>
<email>adrianocarvalho.pt@gmail.com</email>
</author>
<published>2025-08-25T22:32:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac0e3d2541adad8bd8b78bf8f55b970820c0f6a7'/>
<id>urn:sha1:ac0e3d2541adad8bd8b78bf8f55b970820c0f6a7</id>
<content type='text'>
It might not be clear what is meant with "to make sure the shell leaves it alone".

Signed-off-by: Adriano Carvalho &lt;adrianocarvalho.pt@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: Rephrase in a simpler way</title>
<updated>2025-08-30T18:45:33Z</updated>
<author>
<name>Adriano Carvalho</name>
<email>adrianocarvalho.pt@gmail.com</email>
</author>
<published>2025-08-25T22:32:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=77c72bcb0d1b7b3e25761468749eece98232e9f0'/>
<id>urn:sha1:77c72bcb0d1b7b3e25761468749eece98232e9f0</id>
<content type='text'>
It reads a bit nicer.

Signed-off-by: Adriano Carvalho &lt;adrianocarvalho.pt@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: Add riscv and unfold the list with the architecture/code name</title>
<updated>2025-08-30T18:45:33Z</updated>
<author>
<name>Adriano Carvalho</name>
<email>adrianocarvalho.pt@gmail.com</email>
</author>
<published>2025-08-25T22:32:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b14d24af409470c380ce67abfd6e2b40bc055c2f'/>
<id>urn:sha1:b14d24af409470c380ce67abfd6e2b40bc055c2f</id>
<content type='text'>
riscv was missing from the list.
To some, the architecture's name may not be obvious from the code name.

Signed-off-by: Adriano Carvalho &lt;adrianocarvalho.pt@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: Use "supports" instead of "has"</title>
<updated>2025-08-30T18:45:33Z</updated>
<author>
<name>Adriano Carvalho</name>
<email>adrianocarvalho.pt@gmail.com</email>
</author>
<published>2025-08-25T22:32:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76733999b04849ae85c5233f59cce9023c0d45b4'/>
<id>urn:sha1:76733999b04849ae85c5233f59cce9023c0d45b4</id>
<content type='text'>
Strictly speaking, "has" doesn't make sense.
"supports" seems like a better word and it probably was what the original author meant.

Signed-off-by: Adriano Carvalho &lt;adrianocarvalho.pt@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: Quote all long form options using double backticks/grave accents</title>
<updated>2025-08-30T18:45:33Z</updated>
<author>
<name>Adriano Carvalho</name>
<email>adrianocarvalho.pt@gmail.com</email>
</author>
<published>2025-08-25T22:32:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=45d32d2911b8b854abfd56ca6691bf5d47825656'/>
<id>urn:sha1:45d32d2911b8b854abfd56ca6691bf5d47825656</id>
<content type='text'>
Otherwise, the two dashes are rendered as just one.

Signed-off-by: Adriano Carvalho &lt;adrianocarvalho.pt@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: Fix obvious typos and minor improvements</title>
<updated>2025-08-30T18:45:33Z</updated>
<author>
<name>Adriano Carvalho</name>
<email>adrianocarvalho.pt@gmail.com</email>
</author>
<published>2025-08-25T22:32:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6a006c56ee80ed0ad3fc8a35d96f1a184fbed53e'/>
<id>urn:sha1:6a006c56ee80ed0ad3fc8a35d96f1a184fbed53e</id>
<content type='text'>
These are fixes to what looks like obvious typos.
Some minor improvments are also included, such as:
- Write "symbolic link" instead of symlink
- Correct capitalization for LLVM (all caps)
- Remove dead link and surrounding sentence

Signed-off-by: Adriano Carvalho &lt;adrianocarvalho.pt@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools: mkeficapsule: resource leak in read_bin_file()</title>
<updated>2025-08-08T06:44:52Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>heinrich.schuchardt@canonical.com</email>
</author>
<published>2025-07-26T06:31:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e16646c0ade9a62ef118978e27adbb259eb8a360'/>
<id>urn:sha1:e16646c0ade9a62ef118978e27adbb259eb8a360</id>
<content type='text'>
Free the allocated buffer in case of an error.

Fixes: 9e63786e2b4b ("tools: mkeficapsule: rework the code a little bit")
Addresses-Coverity-ID: 345917 Resource leak
Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
</content>
</entry>
</feed>
