Please pull u-boot-marvell/master

Hi Tom,
please pull this next batch of mostly Marvell related patches:
---------------------------------------------------------------- - 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) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=341&view=resu...
Thanks, Stefan
The following changes since commit 773cb2bca7743406e34ab4f441fc0a8a0d200a19:
Merge tag 'u-boot-imx-master-20240304' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-03-04 15:41:38 -0500)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-marvell.git
for you to fetch changes up to d61b485dbd766970816ae9da09004dc4b30f8395:
rng: Add Turris Mox rTWM RNG driver (2024-03-05 08:27:59 +0100)
---------------------------------------------------------------- Josua Mayer (3): arm: dts: armada-38x-solidrun-microsom: configure i2c0 bus arm: mvebu: helios4_defconfig: enable setexpr command board: helios-4: add config fragment for spi booting
Marek Mojík (2): net: mv88e6xxx: fix missing SMI address initialization arm: mvebu: turris_omnia: Enable networking via ethernet switch
Max Resch (1): rng: Add Turris Mox rTWM RNG driver
arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi | 51 ++++++++++ arch/arm/dts/armada-38x-solidrun-microsom.dtsi | 5 + board/kobol/helios4/spiboot.config | 4 + configs/helios4_defconfig | 1 - configs/turris_omnia_defconfig | 2 + drivers/net/mv88e6xxx.c | 8 ++ drivers/rng/Kconfig | 8 ++ drivers/rng/Makefile | 1 + drivers/rng/turris_rwtm_rng.c | 123 +++++++++++++++++++++++ 9 files changed, 202 insertions(+), 1 deletion(-) create mode 100644 board/kobol/helios4/spiboot.config create mode 100644 drivers/rng/turris_rwtm_rng.c
participants (2)
-
Stefan Roese
-
Tom Rini