mbox series

Please pull u-boot-marvell/master

Message ID 6cc13b67-3a9a-651d-2f35-c1c8835632d5@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 Aug. 11, 2021, 8:30 a.m. UTC
Hi Tom,

please pull the next batch of Marvell MVEBU related patches. Here the
summary log:

----------------------------------------------------------------
- Convert GoFlex Home Ethernet and SATA to Driver Model (Tony)
- mvebu: Automatically detect CONFIG_SYS_TCLK (Pavel)
- mvebu: sata_mv: Fix HDD identication during cold start (Tony)
- a37xx: pci: Fix handling PIO config error responses (Pavel)
- Other minor misc changes and board maintainer updates
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit 3e5b62f78888740530e6f3a2e989f4c361a9d52b:

   configs: Resync with savedefconfig (2021-08-10 15:08:46 -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 e21c74f24be5b6d0387d79cb8cf66de0b9b6b0d3:

   arm: kirkwood: Goflex Home: Update board maintainer (2021-08-11 
08:42:26 +0200)

----------------------------------------------------------------
Pali Rohár (7):
       arm: mvebu: a38x: Detect CONFIG_SYS_TCLK from SAR register
       arm: mvebu: a37x: Detect CONFIG_SYS_TCLK from SAR register
       arm: mvebu: msys: Set CONFIG_SYS_TCLK globally
       arm: mvebu: axp: Set CONFIG_SYS_TCLK globally
       arm: kirkwood: Do not overwrite CONFIG_SYS_TCLK
       arm: a37xx: pci: Fix handling PIO config error responses
       arm: mvebu: Hang if ddr3_init() fails

Tony Dinh (6):
       arm: kirkwood: GoFlex Home: Add DM Ethernet, remove IDE, and add 
DM SATA configs
       arm: kirkwood: GoFlex Home: Add DM SATA configs
       arm: kirkwood: GoFlex Home: Use Ethernet PHY name and address 
from device tree
       arm: mvebu: sata_mv failed to identify HDDs during cold start
       arm: kirkwood: Dockstar: Update board maintainer
       arm: kirkwood: Goflex Home: Update board maintainer

  arch/arm/mach-kirkwood/include/mach/kw88f6281.h |  2 -
  arch/arm/mach-mvebu/include/mach/soc.h          | 15 ++++---
  arch/arm/mach-mvebu/spl.c                       |  6 ++-
  board/Seagate/dockstar/MAINTAINERS              |  2 +-
  board/Seagate/goflexhome/MAINTAINERS            |  2 +-
  board/Seagate/goflexhome/goflexhome.c           | 57 
+++++++++++++++++++------
  configs/goflexhome_defconfig                    |  5 ++-
  drivers/ata/sata_mv.c                           | 29 ++++++++++++-
  drivers/pci/pci-aardvark.c                      | 52 
+++++++++++-----------
  include/configs/clearfog.h                      |  1 -
  include/configs/controlcenterdc.h               |  2 -
  include/configs/crs3xx-98dx3236.h               |  1 -
  include/configs/db-88f6720.h                    |  1 -
  include/configs/db-88f6820-amc.h                |  2 -
  include/configs/db-88f6820-gp.h                 |  2 -
  include/configs/db-mv784mp-gp.h                 |  1 -
  include/configs/db-xc3-24g4xg.h                 |  1 -
  include/configs/ds414.h                         |  1 -
  include/configs/goflexhome.h                    |  6 +++
  include/configs/helios4.h                       |  1 -
  include/configs/lacie_kw.h                      |  5 ---
  include/configs/lsxl.h                          |  2 -
  include/configs/maxbcm.h                        |  1 -
  include/configs/theadorable.h                   |  1 -
  include/configs/turris_omnia.h                  |  1 -
  include/configs/x530.h                          |  2 -
  26 files changed, 125 insertions(+), 76 deletions(-)

Comments

Tom Rini Aug. 11, 2021, 3:50 p.m. UTC | #1
On Wed, Aug 11, 2021 at 10:30:58AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the next batch of Marvell MVEBU related patches. Here the
> summary log:
> 

Applied to u-boot/master, thanks!