<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm, branch v2024.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm?h=v2024.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm?h=v2024.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2024-03-30T12:49:53Z</updated>
<entry>
<title>mx6cuboxi: Convert to watchdog driver model</title>
<updated>2024-03-30T12:49:53Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2024-03-27T14:18:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fc07cac02adebc87b69cd82f6ca6f0283d11cd5a'/>
<id>urn:sha1:fc07cac02adebc87b69cd82f6ca6f0283d11cd5a</id>
<content type='text'>
Commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()") caused
the 'reset' command in U-Boot to not cause a board reset.

Fix it by switching to the watchdog driver model via sysreset, which
is the preferred method for implementing the watchdog reset.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Tested-by: Christian Gmeiner &lt;cgmeiner@igalia.com&gt;
</content>
</entry>
<entry>
<title>warp7: Convert to watchdog driver model</title>
<updated>2024-03-30T12:49:34Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2024-03-27T13:46:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ea2b074a1ca646a9a88454753af0676599917b02'/>
<id>urn:sha1:ea2b074a1ca646a9a88454753af0676599917b02</id>
<content type='text'>
Commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()") caused
the 'reset' command in U-Boot to not cause a board reset.

Fix it by switching to the watchdog driver model via sysreset, which
is the preferred method for implementing the watchdog reset.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: fix Ethernet on WeTek Hub/Play2</title>
<updated>2024-03-25T08:14:36Z</updated>
<author>
<name>Christian Hewitt</name>
<email>christianshewitt@gmail.com</email>
</author>
<published>2024-03-24T15:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cac77418d6be11445c3e1139f6763b5f5f5fe9fb'/>
<id>urn:sha1:cac77418d6be11445c3e1139f6763b5f5f5fe9fb</id>
<content type='text'>
Placing the snps,reset content needed for Ethernet to probe in a common
uboot.dtsi results in the content not being used and broken Ethernet. Fix
this by creating two board specific dtsi files with the right content.

Fixes: 67d5128df950 ("ARM: dts: add support for WeTek Hub and WeTek Play2")
Signed-off-by: Christian Hewitt &lt;christianshewitt@gmail.com&gt;
Link: https://lore.kernel.org/r/20240324151905.3817732-2-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;
</content>
</entry>
<entry>
<title>arm: dts: k3-am625-verdin-r5: Change CPU frequency to 800MHz</title>
<updated>2024-03-22T15:10:44Z</updated>
<author>
<name>Joao Paulo Goncalves</name>
<email>joao.goncalves@toradex.com</email>
</author>
<published>2024-03-19T14:04:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2bb18248c64e6a51b53c2571c0ca323a687c49c5'/>
<id>urn:sha1:2bb18248c64e6a51b53c2571c0ca323a687c49c5</id>
<content type='text'>
The lowest speed grade of Toradex AM62 SoMs is K speed, resulting in a
max value of 800MHz for the CPU operating frequency. A solution with
runtime selection of the CPU frequency is already planned to avoid these
kinds of problems in the future.

Fixes: 8fb8a6d49977 ("arm: dts: k3-am625-verdin-r5:Change CPU frequency to 1000MHz")
Signed-off-by: Joao Paulo Goncalves &lt;joao.goncalves@toradex.com&gt;
</content>
</entry>
<entry>
<title>arm: imx: imx8m: soc: Fix NPU/VPU fdt disable fixup</title>
<updated>2024-03-17T21:00:04Z</updated>
<author>
<name>Vitor Soares</name>
<email>vitor.soares@toradex.com</email>
</author>
<published>2024-03-15T14:44:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e648c4a3455a4d1880efe121602ed90a0bc9b53f'/>
<id>urn:sha1:e648c4a3455a4d1880efe121602ed90a0bc9b53f</id>
<content type='text'>
On imx8m[m|p|q].dtsi, upstream Linux uses different names for NPU/VPU
IP block nodes. It leads variants without such HW block having it
enabled by default.

This patch adds the upstream Linux node's paths to the disable list while
keep the compatibility with downstream Linux.

Signed-off-by: Vitor Soares &lt;vitor.soares@toradex.com&gt;
Reviewed-by: Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt;
</content>
</entry>
<entry>
<title>arm: dts: imx8mp-beacon-kit: Resync DTS with Linux 6.8</title>
<updated>2024-03-11T11:43:42Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2024-03-10T16:59:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4484c7b3c38dcb21244a882d0b81d141db1ed162'/>
<id>urn:sha1:4484c7b3c38dcb21244a882d0b81d141db1ed162</id>
<content type='text'>
The device tree has evolved over time, so re-sync.  This also
partial reverts one change on the PCIe, because U-Boot doesn't
have a proper driver.  However, since the clock is configured
to generate a 100MHz reference clock by default, a proper driver
isn't really necessary.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Acked-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell</title>
<updated>2024-03-05T12:08:55Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-03-05T12:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=485bfe1adbb3f6eb112424fc9e7cc399c16daef5'/>
<id>urn:sha1:485bfe1adbb3f6eb112424fc9e7cc399c16daef5</id>
<content type='text'>
- net: mv88e6xxx: fix missing SMI address initialization (Marek)
- mvebu: turris_omnia: Enable networking via ethernet switch (Marek)
- mvebu: helios-4: add config fragment for spi booting et al (Josua)
- rng: Add Turris Mox rTWM RNG driver (Max)
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi</title>
<updated>2024-03-05T12:08:10Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-03-05T12:08:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=46e3871aa66720a75da3a98a6389b56f6861ca6f'/>
<id>urn:sha1:46e3871aa66720a75da3a98a6389b56f6861ca6f</id>
<content type='text'>
One fix makes the reboot more robust on some older board, another one
stabilises the initial clock setup on the A10/A20.
Two patches make sure our DRAM init does not actually change the content
of the DRAM array, which allows to use DRAM for Linux' pstore
functionality.
We get SPI support for U-Boot proper for one more SoC, that patch was
lingering around for a while, and should not affect other SoCs, so I am
merging this now.
As an added bonus, we get the defconfig file for a new board, the DT was
already synced from the kernel tree.

The CI looked happy with changes, and I tested them on five different
boards with different SoCs.
</content>
</entry>
<entry>
<title>arm: dts: armada-38x-solidrun-microsom: configure i2c0 bus</title>
<updated>2024-03-05T07:27:59Z</updated>
<author>
<name>Josua Mayer</name>
<email>josua@solid-run.com</email>
</author>
<published>2024-02-02T15:13:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=52f7530e2d0f432d6978affc12732c756b522b85'/>
<id>urn:sha1:52f7530e2d0f432d6978affc12732c756b522b85</id>
<content type='text'>
SolidRun Armada-388 SoM has an i2c bus supporting on-som eeprom, and
peripherals on a carrier.
armada-38x.dtsi disables this bus by default, it should be enabled by
som or carrier dts.

Linux has moved i2c0 from helios-4 board dts to som dtsi, including
status, pinctrl and clock speed.
Copy these settings from mainline.

This fixes accessing i2c bus from u-boot commandline.

Signed-off-by: Josua Mayer &lt;josua@solid-run.com&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: turris_omnia: Enable networking via ethernet switch</title>
<updated>2024-03-05T07:27:59Z</updated>
<author>
<name>Marek Mojík</name>
<email>marek.mojik@nic.cz</email>
</author>
<published>2023-12-19T09:55:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f56591d326f11b35321c19495bf97049fd26fd8c'/>
<id>urn:sha1:f56591d326f11b35321c19495bf97049fd26fd8c</id>
<content type='text'>
The Turris Omnia contains the Marvell 88E6176 ethernet switch. Add
config options and device tree to enable the support.

Signed-off-by: Marek Mojík &lt;marek.mojik@nic.cz&gt;
Signed-off-by: Marek Behún &lt;kabel@kernel.org&gt;
</content>
</entry>
</feed>
