<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/doc?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2026-08-29T04:41:36Z</updated>
<entry>
<title>doc: switch to HTTPS for a few links</title>
<updated>2026-08-29T04:41:36Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-27T19:53:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c60dee22fcb0a7724d11521ba6435cd16c8f7f10'/>
<id>urn:sha1:c60dee22fcb0a7724d11521ba6435cd16c8f7f10</id>
<content type='text'>
It's 2026, we really should be using HTTPS wherever possible. The links
in this commit were individually tested, they work fine (the sipeed one
sometimes times out but I'm guessing it's hosted in China and it's not
uncommon for Europeans to have issues reaching servers there).

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: develop/sending_patches: use link from ozlabs.org mailman archive</title>
<updated>2026-08-29T04:41:36Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-27T19:53:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b6cb1f742b23e270f219c1e380b43ac5385b6c97'/>
<id>urn:sha1:b6cb1f742b23e270f219c1e380b43ac5385b6c97</id>
<content type='text'>
This avoids triggering checkpatch that asks us to use lore.kernel.org
where the patchwork mailing list isn't hosted.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: chromium/chainload: update instructions on booting on Snow</title>
<updated>2026-08-29T04:41:36Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-27T19:53:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2c359d8eef09afe090e699dc366b1dff466be010'/>
<id>urn:sha1:2c359d8eef09afe090e699dc366b1dff466be010</id>
<content type='text'>
The link returns a 404 and the Appendix A. link at the bottom of
https://www.chromium.org/chromium-os/developer-library/guides/firmware/firmware-porting-guide
is a dead link. I found this by looking on a web search engine for a
couple seconds and it seems to be matching the title. No clue where this
file is supposed to be exposed so let's point at the file in the git
repo for now.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: develop/sending_patches: remove mention to the test mailing list</title>
<updated>2026-08-29T04:41:36Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-27T19:53:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=94d70f58b497a404a4f6e955cbd3bd74325e9a16'/>
<id>urn:sha1:94d70f58b497a404a4f6e955cbd3bd74325e9a16</id>
<content type='text'>
We don't have one on the new mailman and Tom said[1] it was so rarely
used it doesn't make sense for now to set up one on the new mailman,
thus drop it.

[1] https://libera.catirclogs.org/u-boot/2026-08-25#40371346;

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: develop/bootstd: fix link to distro_boot</title>
<updated>2026-08-29T04:41:36Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-27T19:53:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ba75d9b7019384b08cadf3a21bafc66405986819'/>
<id>urn:sha1:ba75d9b7019384b08cadf3a21bafc66405986819</id>
<content type='text'>
We never had a file in boot/distro.c. The only time we had a
distro_boot() function was between v2022.07 when it was introduced and
v2023.07 (excluded) when it was renamed to extlinux_boot(). So let's
just point at the latest release that still had it.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: index: update link to mailing list info</title>
<updated>2026-08-29T04:41:36Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-27T19:53:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=43c547d971ead0bd3a6dea0d561092fa43c8f286'/>
<id>urn:sha1:43c547d971ead0bd3a6dea0d561092fa43c8f286</id>
<content type='text'>
The landing page of mailman with all mailing lists hosted on
lists.u-boot-project.org isn't really useful to the typical user as the
two other lists are for custodians or board maintainers. Therefore,
point at the information page for the most relevant mailing list for
most users.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: fix broken links to mailing lists</title>
<updated>2026-08-29T04:41:36Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-27T19:53:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8794b964d77190ec888b025e9df452e2a9d67a2e'/>
<id>urn:sha1:8794b964d77190ec888b025e9df452e2a9d67a2e</id>
<content type='text'>
The new domain needs /mailman added after the domain to be able to reach
the mailman information page about the mailing list, so add it.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: board/renesas: update clone instructions to use new GitLab</title>
<updated>2026-08-29T04:41:36Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-27T19:53:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f71f7d7c8b4dff964a1de9c238c8ae38666031b7'/>
<id>urn:sha1:f71f7d7c8b4dff964a1de9c238c8ae38666031b7</id>
<content type='text'>
While source.denx.de still resolves at the moment, it's not guaranteed
it'll do so forever. So migrate the instructions to the new GitLab at
git.u-boot-project.org.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: develop/tests_writing: update links to new GitLab</title>
<updated>2026-08-29T04:41:36Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-27T19:53:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4757678c70cb9693359f830e1e75d37e270cc4d1'/>
<id>urn:sha1:4757678c70cb9693359f830e1e75d37e270cc4d1</id>
<content type='text'>
The GitLab is now hosted at git.u-boot-project.org so let's update those
old links that weren't migrated in the previous relocation from
gitlab.denx.de to source.denx.de.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: board/siemens: iot2050: update links to files on GitHub</title>
<updated>2026-08-29T04:41:36Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-27T19:53:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=85b40750e20243188afda89e9530d64ab3538086'/>
<id>urn:sha1:85b40750e20243188afda89e9530d64ab3538086</id>
<content type='text'>
The repo got reorganized into multiple layers in commit
https://github.com/siemens/meta-iot2050/commit/db272a3508ed0f0226f6da5bb19e4d21fab55391
so let's update the links to still point at what's intended (hopefully).

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
</feed>
