<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git, branch dependabot/pip/test/py/pytest-9.0.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/?h=dependabot%2Fpip%2Ftest%2Fpy%2Fpytest-9.0.3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/?h=dependabot%2Fpip%2Ftest%2Fpy%2Fpytest-9.0.3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2026-04-14T01:37:54Z</updated>
<entry>
<title>build(deps): bump pytest from 8.4.2 to 9.0.3 in /test/py</title>
<updated>2026-04-14T01:37:54Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2026-04-14T01:37:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=796dcd8d738ae2cb7c8a73751b32a2645fa0d19b'/>
<id>urn:sha1:796dcd8d738ae2cb7c8a73751b32a2645fa0d19b</id>
<content type='text'>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
</entry>
<entry>
<title>config_distro_bootcmd: do not scan boot partitions if distro_bootpart is defined</title>
<updated>2026-04-13T23:34:48Z</updated>
<author>
<name>Hugo Villeneuve</name>
<email>hvilleneuve@dimonoff.com</email>
</author>
<published>2026-03-27T15:16:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f7bef8f81f4f1b97b071b14a8c1f61df6285fc63'/>
<id>urn:sha1:f7bef8f81f4f1b97b071b14a8c1f61df6285fc63</id>
<content type='text'>
For some projects, designing the active bootable partition is done by
setting distro_bootpart in the environment instead of changing the bootable
flag on the active partition.

This patch makes it possible to support both models by scanning boot
partitions only if distro_bootpart is not defined in the environment.

Signed-off-by: Hugo Villeneuve &lt;hvilleneuve@dimonoff.com&gt;
</content>
</entry>
<entry>
<title>board: nanopi2: fix bd_update_env() cmdline buffer overflow</title>
<updated>2026-04-13T23:34:48Z</updated>
<author>
<name>Ngo Luong Thanh Tra</name>
<email>ngotra27101996@gmail.com</email>
</author>
<published>2026-03-28T05:15:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=163d939b2839e156e58c234f07bf987228b91137'/>
<id>urn:sha1:163d939b2839e156e58c234f07bf987228b91137</id>
<content type='text'>
Replace unbounded strcpy()/sprintf() calls with snprintf() and
check the return value against remaining buffer capacity at each
append step. The previous size guard did not account for
subsequent dpi suffix, remaining bootargs tail, and bootdev
token appends, allowing overflow when those later writes exceed
the remaining space.

Fixes: d1611086e005 ("arm: add support for SoC s5p4418 (cpu) / nanopi2 board")
To: u-boot@lists.denx.de

Signed-off-by: Ngo Luong Thanh Tra &lt;S4210155@student.rmit.edu.au&gt;
Tested-by: Stefan Bosch &lt;stefan_b@posteo.net&gt;
</content>
</entry>
<entry>
<title>arm: Add ARMv8-M aarch32 support</title>
<updated>2026-04-13T23:34:02Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@mailbox.org</email>
</author>
<published>2026-03-29T23:14:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b0d731d9563cd6fb8bd6c8304065e550d97a22c7'/>
<id>urn:sha1:b0d731d9563cd6fb8bd6c8304065e550d97a22c7</id>
<content type='text'>
Add configuration for ARMv8-M aarch32 core, which are currently
Cortex-M23/M33 cores. These cores are treated similar to ARMv7-M
cores, except the code has to be compiled with matching compiler
-march=armv8-m.main flag . These cores have no MMU, they have MPU,
which is currently not configured.

Unlike ARMv7-M, these cores have 512 interrupt vectors. While the
SYS_ARM_ARCH should be set to 8, it is set to 7 because all of the
initialization code is built from arch/arm/cpu/armv7m and not armv8.
Furthermore, CONFIG_ARM64 must be disabled, although DTs for devices
using these cores do come from arch/arm64/boot/dts.

To avoid excess duplication in Makefiles, introduce one new Kconfig
symbol, CPU_V7M_V8M. The CPU_V7M_V8M cover both ARMv7-M and ARMv8-M
cores.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;
Acked-by: Udit Kumar &lt;u-kumar1@ti.com&gt;
</content>
</entry>
<entry>
<title>rtc: rv3028: fix PORF flag not being cleared</title>
<updated>2026-04-13T21:24:24Z</updated>
<author>
<name>Javier Viguera</name>
<email>javier.viguera@digi.com</email>
</author>
<published>2026-03-10T12:20:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c8afe949d3dd5b2a2adb0e4f476372f2df8512de'/>
<id>urn:sha1:c8afe949d3dd5b2a2adb0e4f476372f2df8512de</id>
<content type='text'>
The current code sets RV3028_STATUS_PORF instead of clearing it, so the
flag remains asserted. Use dm_i2c_reg_clrset() to clear the bit.

Signed-off-by: Javier Viguera &lt;javier.viguera@digi.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh</title>
<updated>2026-04-09T22:34:38Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2026-04-09T22:34:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e2fa3e570f83ab0f9ce667ddaec9dc738bcf05b9'/>
<id>urn:sha1:e2fa3e570f83ab0f9ce667ddaec9dc738bcf05b9</id>
<content type='text'>
Assorted fixes and tweaks, HUSH parser, preboot env variable, SMC
command enablement, s_init and 32bit/64bit code clean up, DBSC and APMU
remoteproc clean ups, UFS dev_phys_to_bus() remap support and SCIF R-Car
Gen5 support.
</content>
</entry>
<entry>
<title>tools: u_boot_pylib: ensure all Python modules are installed</title>
<updated>2026-04-09T18:17:28Z</updated>
<author>
<name>Paul HENRYS</name>
<email>paul.henrys_ext@softathome.com</email>
</author>
<published>2026-03-31T08:06:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2a1bcefce835b827bbf88a9e112d646c5c4af9c1'/>
<id>urn:sha1:2a1bcefce835b827bbf88a9e112d646c5c4af9c1</id>
<content type='text'>
Add setuptools package configuration to pyproject.toml so that
u_boot_pylib is installed as a proper Python package without changing
the existing flat directory structure and making sure all modules are
installed.

Signed-off-by: Paul HENRYS &lt;paul.henrys_ext@softathome.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Merge tag 'fsl-qoriq-for-2026.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq</title>
<updated>2026-04-09T18:17:28Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2026-04-09T15:41:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ca179432354a41bb055d862fc896f5572c09370b'/>
<id>urn:sha1:ca179432354a41bb055d862fc896f5572c09370b</id>
<content type='text'>
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/29808

- Add env variables to assist boot for various LS boards
- Add gpio scmi driver
- Fix setting the function for scmi pinctrl
- Use standard device tree pin muxing format for scmi pinctrl
- Fix protocol version fetch for non-CCF platforms in scmi clk
</content>
</entry>
<entry>
<title>ls1043a: add env variables to assist boot</title>
<updated>2026-04-09T18:17:28Z</updated>
<author>
<name>Chunguang Li</name>
<email>chunguang.li_2@nxp.com</email>
</author>
<published>2026-04-02T03:51:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f98f2e26125f111df60d1ebdab483f91cc1f8e71'/>
<id>urn:sha1:f98f2e26125f111df60d1ebdab483f91cc1f8e71</id>
<content type='text'>
Add LS1043ARDB-specific variables to assist the boot process,
and update the related common and LS1043AQDS settings accordingly.

Signed-off-by: Chunguang Li &lt;chunguang.li_2@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>lx2160ardb: add env variables to assist boot</title>
<updated>2026-04-09T18:17:28Z</updated>
<author>
<name>Chunguang Li</name>
<email>chunguang.li_2@nxp.com</email>
</author>
<published>2026-04-02T03:51:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3e99d17ab372f5c8067e6153a71457a1b7848cf3'/>
<id>urn:sha1:3e99d17ab372f5c8067e6153a71457a1b7848cf3</id>
<content type='text'>
Update the console baudrate to 115200 as default.
Also add env variables to assist boot process.

Signed-off-by: Chunguang Li &lt;chunguang.li_2@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
</feed>
