<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/arch/x86, 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/arch/x86?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc/arch/x86?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: arch/x86: manual_boot: update links to slides</title>
<updated>2026-08-29T04:41:35Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-25T16:49:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a4f9127fbeceb0fd15bffc83493c96c4aa8e2f5a'/>
<id>urn:sha1:a4f9127fbeceb0fd15bffc83493c96c4aa8e2f5a</id>
<content type='text'>
I'm assuming those are the appropriate links now. linuxfound.org
redirects to linuxfoundation.org. The WHOIS returns the same registrar
(1API GmbH). The Updated Date for linuxfoundation.org and linxfound.org
are 18min apart so I'm assuming they got renewed around the same time.
No guarantee it's the LF that's behind but that'll do for now.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: arch/x86: update link to ACPI</title>
<updated>2026-08-29T04:41:35Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-25T16:49:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3b17ef9f7121e110d68b82aa5547d78e9474d22a'/>
<id>urn:sha1:3b17ef9f7121e110d68b82aa5547d78e9474d22a</id>
<content type='text'>
acpi.info doesn't expose anything anymore.

One of the last archives of that link on the Wayback Machine states[1]
that the ACPI spec is now hosted on uefi.org, so let's update the link
to something that actually is interesting to the user.

[1] https://web.archive.org/web/20190522071820/http://www.acpi.info/

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: arch/x86: update link to SeaBIOS</title>
<updated>2026-08-29T04:41:35Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-25T16:49:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f908d7e194f214fdd5da914e4c3af62bf624ed24'/>
<id>urn:sha1:f908d7e194f214fdd5da914e4c3af62bf624ed24</id>
<content type='text'>
http://www.seabios.org/SeaBIOS returns 404, so let's simply return the
landing page of the documentation instead: https://www.seabios.org/.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: arch/x86: update MP link</title>
<updated>2026-08-29T04:41:35Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-25T16:49:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=faf64eb09d3812ba0c7c11bb60523227e658257a'/>
<id>urn:sha1:faf64eb09d3812ba0c7c11bb60523227e658257a</id>
<content type='text'>
The page on the Intel website has been redirecting to a generic page for
the last 10 years according to the wayback machine. Let's just point at
the Wikipedia page instead of some generic and unhelpful URL.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: arch/x86: update SFI link</title>
<updated>2026-08-29T04:41:35Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-25T16:49:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d3e750326e028ee6ce44c45fe30b0ce510a096f5'/>
<id>urn:sha1:d3e750326e028ee6ce44c45fe30b0ce510a096f5</id>
<content type='text'>
simplefirmware.org has been redirecting to various different domains
over the past year and those domains don't host anything. Moreover, SFI
was abandoned by the Linux kernel 6 years ago. Let's just point at the
Wikipedia page instead of a non-existing (and possibly domain-squatted)
URL.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: arch/x86: update link to DediProg SO8 Testclip</title>
<updated>2026-08-29T04:41:35Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-25T16:49:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c97ac8320c03c907d20a7acf2162b5bcaa046091'/>
<id>urn:sha1:c97ac8320c03c907d20a7acf2162b5bcaa046091</id>
<content type='text'>
The current link is returning 404. I'm assuming this link here is the
proper product page based on the slug in the URL.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: arch/x86: fix URL to em100</title>
<updated>2026-08-29T04:41:35Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-25T16:49:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e680470aa028ed2f097c519d1a034b2eabae92ca'/>
<id>urn:sha1:e680470aa028ed2f097c519d1a034b2eabae92ca</id>
<content type='text'>
The URL points to nothing on the Coreboot Gerrit. Instead, let's point
at the project page on Gerrit from which one can get the command to use
to clone the repo and also show the changes (patchsets) related to the
project.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: arch/x86: fix "link" to IRQ router DT binding</title>
<updated>2026-08-29T04:41:35Z</updated>
<author>
<name>Quentin Schulz</name>
<email>quentin.schulz@cherry.de</email>
</author>
<published>2026-08-25T16:49:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=228396e1d3fa4f7438058ae9f1ac8ede02324730'/>
<id>urn:sha1:228396e1d3fa4f7438058ae9f1ac8ede02324730</id>
<content type='text'>
The device-tree binding is not part of our Sphinx docs so we cannot
refer to it this way. Instead, follow what we've already done for other
DT bindings and simply use the :download: role.

Signed-off-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;
</content>
</entry>
<entry>
<title>doc: Switch from setenv to env set</title>
<updated>2026-07-27T16:50:27Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@mailbox.org</email>
</author>
<published>2026-07-18T23:45:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dc3765ede5a465739740df94e803f92fbbd0514a'/>
<id>urn:sha1:dc3765ede5a465739740df94e803f92fbbd0514a</id>
<content type='text'>
The "env" command is the recommended environment management command,
its "set" subcommand is the equivalent replacement for legacy "setenv"
command. Update the documentation to use the contemporary "env set"
command instead of legacy "setenv" command.

Note that the "setenv" command is unlikely to be removed from U-Boot
in the near future due to it being integral part of the command line
ABI.

Implemented using:
$ sed -i 's@\&lt;setenv\&gt;@env set@g' $(git grep -li '\&lt;setenv\&gt;' doc/) README

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;
</content>
</entry>
</feed>
