mbox series

Please pull u-boot-marvell/master

Message ID 9ebdbe2a-95ba-60f7-1b57-d27a9316783f@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-marvell.git

Message

Stefan Roese May 2, 2022, 3:53 p.m. UTC
Hi Tom,

please pull this next batch of Marvell related patches:

----------------------------------------------------------------
- Misc turris_omnia/mox related Fixes and impovements (Pali)
- Turris Omnia: Add support for configuring mSATA and WWAN slots
   via env variables (Pali)
- net: mvgbe: Set PHY page 0 before phy_connect (Tony)
- kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver (Tony)
- mvebu: turris_omnia: Fix SYS_RSTOUT_* macro names (Pali)
- mvebu: clearfog_defconfig: enable setexpr command (Josef)
- mvebu: x530: set MPP55 to gpio (Chris)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=179&view=results

Thanks,
Stefan


The following changes since commit c70c0102af5413cadde6bf90044cb75aefef0584:

   Merge tag 'efi-2022-07-rc2' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2022-04-29 14:04:08 
-0400)

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 08dc62c1527ec7401cc98719cde50ca47533a7c2:

   ARM: mvebu: x530: set MPP55 to gpio (2022-05-02 07:47:26 +0200)

----------------------------------------------------------------
Chris Packham (1):
       ARM: mvebu: x530: set MPP55 to gpio

Josef Schlehofer (1):
       arm: mvebu: clearfog_defconfig: enable setexpr command

Pali Rohár (14):
       env: sf: Allow to use env_sf_init_addr() at any stage
       arm: mvebu: turris_omnia: Provide env_sf_get_env_addr() function
       arm: mvebu: turris_omnia: Enable ENV support in SPL
       arm: mvebu: turris_omnia: Define only one serdes map variable
       arm: mvebu: turris_omnia: Allow to configure mSATA slot via env 
variable
       arm: mvebu: turris_omnia: Extract code for disabling sata/pcie
       arm: mvebu: turris_omnia: Signal error when sata/pcie DT mode
       arm: mvebu: turris_omnia: Add support for USB3.0 mode in WWAN 
MiniPCIe slot
       arm: mvebu: turris_omnia: Fix RESET button message
       arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of 
ethact= ENV
       arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot 
targets
       arm: mvebu: turris_omnia: Add NVMe to boot targets
       arm: mvebu: turris_mox: Add NVMe and SCSI to boot targets
       arm: mvebu: turris_omnia: Fix SYS_RSTOUT_* macro names

Tony Dinh (2):
       net: marvell: mvgbe: Set PHY page 0 before phy_connect
       arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver 
for DM Ethernet

  arch/arm/dts/kirkwood-nsa310s.dts        |   1 +
  board/CZ.NIC/turris_omnia/turris_omnia.c | 215 
++++++++++++++++++++++---------
  board/alliedtelesis/x530/x530.c          |   2 +-
  board/zyxel/nsa310s/nsa310s.c            | 119 +++++------------
  board/zyxel/nsa310s/nsa310s.h            |  46 -------
  configs/clearfog_defconfig               |   1 -
  configs/nsa310s_defconfig                |   6 +-
  configs/turris_omnia_defconfig           |   3 +
  drivers/net/mvgbe.c                      |   4 +
  env/sf.c                                 |  22 ++--
  include/configs/nsa310s.h                |  11 +-
  include/configs/turris_mox.h             |   2 +
  include/configs/turris_omnia.h           |  26 +---
  13 files changed, 221 insertions(+), 237 deletions(-)
  delete mode 100644 board/zyxel/nsa310s/nsa310s.h

Comments

Tom Rini May 3, 2022, 3:06 p.m. UTC | #1
On Mon, May 02, 2022 at 05:53:36PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull this next batch of Marvell related patches:
> 

Applied to u-boot/master, thanks!