mbox series

[U-Boot] Please pull u-boot-marvell/master

Message ID 8e30d573-f41d-7280-5787-173bc68c5b43@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-marvell/master | expand

Pull-request

git://www.denx.de/git/u-boot-marvell.git

Message

Stefan Roese Feb. 11, 2019, 12:34 p.m. UTC
Hi Tom,

please pull the following Marvell related patches, mostly board
specific changes and one platform build fix:

----------------------------------------------------------------
- Fix BUILD_TARGET for ARCH_MVEBU from Baruch
- Fix MVEBU PCIe reset issues from Baruch
- Increase DDR stability on x530 from Chris
----------------------------------------------------------------

Thanks,
Stefan


The following changes since commit dbe70c7d4e3d5c705a98d82952e05a591efd0683:

   Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-02-10 08:11:53 -0500)

are available in the Git repository at:

   git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to a6ac775bae7fad1534ffe2b20244b7e7106b12b0:

   ARM: mvebu: x530: use MV_DDR_FREQ_SAR (2019-02-11 09:39:12 +0100)

----------------------------------------------------------------
Baruch Siach (4):
       arm: mvebu: mcbin: dts: fix PCIe reset polarity
       pcie: designware: mvebu: fix reset release polarity
       arm: mvebu: cf gt-8k: dts: add PCIe slot reset support
       Kconfig: fix BUILD_TARGET for ARCH_MVEBU

Chris Packham (1):
       ARM: mvebu: x530: use MV_DDR_FREQ_SAR

  Kconfig                                     | 2 +-
  arch/arm/dts/armada-8040-clearfog-gt-8k.dts | 8 ++++++++
  arch/arm/dts/armada-8040-mcbin.dts          | 2 +-
  board/alliedtelesis/x530/x530.c             | 2 +-
  drivers/pci/pcie_dw_mvebu.c                 | 4 +++-
  5 files changed, 14 insertions(+), 4 deletions(-)

Comments

Tom Rini Feb. 11, 2019, 10:41 p.m. UTC | #1
On Mon, Feb 11, 2019 at 01:34:36PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related patches, mostly board
> specific changes and one platform build fix:
> 

Applied to u-boot/master, thanks!