From patchwork Mon Feb 11 12:34:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Roese X-Patchwork-Id: 1039774 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=denx.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43ylcH0N6cz9sN6 for ; Mon, 11 Feb 2019 23:35:10 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id A1BD5C21F85; Mon, 11 Feb 2019 12:35:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_BLOCKED, RCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id B46FEC21F67; Mon, 11 Feb 2019 12:35:03 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id CD62FC21F67; Mon, 11 Feb 2019 12:35:02 +0000 (UTC) Received: from mx2.mailbox.org (mx2.mailbox.org [80.241.60.215]) by lists.denx.de (Postfix) with ESMTPS id 7CF44C21F53 for ; Mon, 11 Feb 2019 12:35:02 +0000 (UTC) Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 636E0A19E2; Mon, 11 Feb 2019 13:35:02 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter06.heinlein-hosting.de (spamfilter06.heinlein-hosting.de [80.241.56.125]) (amavisd-new, port 10030) with ESMTP id G4Lv39m6_zPg; Mon, 11 Feb 2019 13:34:57 +0100 (CET) To: Tom Rini From: Stefan Roese Message-ID: <8e30d573-f41d-7280-5787-173bc68c5b43@denx.de> Date: Mon, 11 Feb 2019 13:34:36 +0100 MIME-Version: 1.0 Content-Language: en-US Cc: U-Boot Mailing List Subject: [U-Boot] Please pull u-boot-marvell/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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(-)