<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/boot, 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/boot?h=v2025.10-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/boot?h=v2025.10-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2025-08-25T16:15:12Z</updated>
<entry>
<title>bootstd: rauc: Do not select BOOTMETH_GLOBAL</title>
<updated>2025-08-25T16:15:12Z</updated>
<author>
<name>Martin Schwan</name>
<email>m.schwan@phytec.de</email>
</author>
<published>2025-08-15T07:12:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=997c0c45c197dd8bfedc41c72d4579160b018e5e'/>
<id>urn:sha1:997c0c45c197dd8bfedc41c72d4579160b018e5e</id>
<content type='text'>
Since the bootmeth "rauc" is not a global boot method, do not select the
corresponding BOOTMETH_GLOBAL option.

Signed-off-by: Martin Schwan &lt;m.schwan@phytec.de&gt;
</content>
</entry>
<entry>
<title>Merge patch series "bootstd: rauc: Fix segfault when scanning device with unsupported layout"</title>
<updated>2025-08-21T21:05:15Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2025-08-21T21:05:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=94e690c44a03959c39f0f5a44a9b89c851af3b60'/>
<id>urn:sha1:94e690c44a03959c39f0f5a44a9b89c851af3b60</id>
<content type='text'>
Martin Schwan &lt;m.schwan@phytec.de&gt; says:

This series fixes a segfault, that would occur at the end of scanning a
device, which does not contain the required partition layout scheme for
a RAUC system.

With this series, a "bootflow scan" should now correctly scan the
specified devices with boot method "rauc" without crashing on invalid
partition schemes.

Link: https://lore.kernel.org/r/20250813-wip-bootmeth-rauc-priv-free-v1-0-1ef928169469@phytec.de
</content>
</entry>
<entry>
<title>bootstd: rauc: Free private data when booting</title>
<updated>2025-08-21T21:05:04Z</updated>
<author>
<name>Martin Schwan</name>
<email>m.schwan@phytec.de</email>
</author>
<published>2025-08-13T11:54:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=498e423457a0360c01d976aa21a218995a1bdef8'/>
<id>urn:sha1:498e423457a0360c01d976aa21a218995a1bdef8</id>
<content type='text'>
The private data struct can be freed when loading the boot script, as we
don't need the slot information anymore at this point.

Signed-off-by: Martin Schwan &lt;m.schwan@phytec.de&gt;
Tested-by: Wadim Egorov &lt;w.egorov@phytec.de&gt;
</content>
</entry>
<entry>
<title>bootstd: rauc: Move freeing private struct to its own function</title>
<updated>2025-08-21T21:05:04Z</updated>
<author>
<name>Martin Schwan</name>
<email>m.schwan@phytec.de</email>
</author>
<published>2025-08-13T11:54:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=302830499d9f0ebec42fe62254429a4d8db6b36c'/>
<id>urn:sha1:302830499d9f0ebec42fe62254429a4d8db6b36c</id>
<content type='text'>
Move freeing a distro_rauc_priv struct to a new, separate function for
better reuse.

Signed-off-by: Martin Schwan &lt;m.schwan@phytec.de&gt;
Tested-by: Wadim Egorov &lt;w.egorov@phytec.de&gt;
</content>
</entry>
<entry>
<title>bootstd: rauc: Don't null bootflow-&gt;bootmeth_priv</title>
<updated>2025-08-21T21:05:04Z</updated>
<author>
<name>Martin Schwan</name>
<email>m.schwan@phytec.de</email>
</author>
<published>2025-08-13T11:54:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b389967f9a624b35c163767c34919cbdcd4e0917'/>
<id>urn:sha1:b389967f9a624b35c163767c34919cbdcd4e0917</id>
<content type='text'>
Don't null bootflow-&gt;bootmeth_priv, as the private struct is freed later
on by the bootflow.

Signed-off-by: Martin Schwan &lt;m.schwan@phytec.de&gt;
Tested-by: Wadim Egorov &lt;w.egorov@phytec.de&gt;
</content>
</entry>
<entry>
<title>bootstd: rauc: Fix segfault when cleaning up slots</title>
<updated>2025-08-21T21:05:04Z</updated>
<author>
<name>Martin Schwan</name>
<email>m.schwan@phytec.de</email>
</author>
<published>2025-08-13T11:54:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=074066790c7f726f149c1974e01b8b3f75738c73'/>
<id>urn:sha1:074066790c7f726f149c1974e01b8b3f75738c73</id>
<content type='text'>
Fix a segfault when cleaning up the slots from the private struct. This
fault was generated by accessing a member of a null pointer.

Signed-off-by: Martin Schwan &lt;m.schwan@phytec.de&gt;
Tested-by: Wadim Egorov &lt;w.egorov@phytec.de&gt;
</content>
</entry>
<entry>
<title>bootstd: rauc: Change global method to check any partition</title>
<updated>2025-08-14T15:18:43Z</updated>
<author>
<name>Martin Schwan</name>
<email>m.schwan@phytec.de</email>
</author>
<published>2025-08-12T12:38:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0c558bbad9e7581808b358091d1fd979f860e8ac'/>
<id>urn:sha1:0c558bbad9e7581808b358091d1fd979f860e8ac</id>
<content type='text'>
The bootmeth rauc should scan all partitions, in particular whole
devices, and not be a global method. There may exist multiple RAUC
systems on different devices and they should all be detected. This also
fixes a bug, where both a global bootflow and one using an actual,
complete device would be detected at the same time, when scanning for
valid bootflows.

Signed-off-by: Martin Schwan &lt;m.schwan@phytec.de&gt;
Tested-by: Wadim Egorov &lt;w.egorov@phytec.de&gt;
</content>
</entry>
<entry>
<title>riscv: Set SYS_BOOTM_LEN default to 0x4000000</title>
<updated>2025-08-14T06:32:00Z</updated>
<author>
<name>Martin Herren</name>
<email>sputnik@on-the-web.ch</email>
</author>
<published>2025-07-19T21:46:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b8e140c1f23b8dd93c62946734cbed8b218450b3'/>
<id>urn:sha1:b8e140c1f23b8dd93c62946734cbed8b218450b3</id>
<content type='text'>
This changes the default value to the most commonly used one among
existing defconfigs.

Signed-off-by: Martin Herren &lt;sputnik@on-the-web.ch&gt;
Acked-by: Michal Simek &lt;michal.simek@amd.com&gt; # xilinx_mbv
Reviewed-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
Reviewed-by: Mattijs Korpershoek &lt;mkorpershoek@kernel.org&gt;
</content>
</entry>
<entry>
<title>uclass: Cleanup uclass_find_next_device</title>
<updated>2025-07-24T17:49:18Z</updated>
<author>
<name>Andrew Goodbody</name>
<email>andrew.goodbody@linaro.org</email>
</author>
<published>2025-07-16T09:58:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=70bf6e33e15e2ce56f6e3e9a3f725136c9c6f486'/>
<id>urn:sha1:70bf6e33e15e2ce56f6e3e9a3f725136c9c6f486</id>
<content type='text'>
uclass_find_next_device always returns 0, so instead make it a void and
update calling sites.

Signed-off-by: Andrew Goodbody &lt;andrew.goodbody@linaro.org&gt;
</content>
</entry>
<entry>
<title>Merge patch series "bootstd: rauc: Small fixes"</title>
<updated>2025-07-22T19:53:23Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2025-07-22T19:53:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a9aed78a6dc89206e3b6364505821c03d30b5ec6'/>
<id>urn:sha1:a9aed78a6dc89206e3b6364505821c03d30b5ec6</id>
<content type='text'>
Martin Schwan &lt;m.schwan@phytec.de&gt; says:

Fix some small bugs that I noticed during testing.

Link: https://lore.kernel.org/r/20250714-wip-bootmeth-rauc-fixes-v1-0-69d2b80e7606@phytec.de
</content>
</entry>
</feed>
