From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 276EBC433EF for ; Mon, 14 Mar 2022 15:24:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7C41B830AF; Mon, 14 Mar 2022 16:24:26 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647271467; bh=U5vNros0/B6EoKmverV/CHM+J64I5zGrs2z0tTzaOJ0=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=e5YGAOMkd7sTwZCC3fmApN1pAawo4vuT817x22Z6tBPY9AV5nQyFY5QAYfkW7hThG ozB5TCiGLqPWhYaEKRecfmq4+4ZjjOMjvzHcxnQPzBiVDKO1m7GeI4/BmkODILrWBV Gi1yu6yx2G+U5KTKY0zrjviyeV4XhNt+qbTdDtXasBZvoLdJ9WZZi1uI48HiL6Wq1k jMYnITv0rSkJplTIRTn5ibSKfjUEra3UiQhazxHiYJ+GWUo28UflxOzN5c2XPt1fTC nul77Xv3GkuRrb7uxdRsSDn0iuMuAjj+1r5D8vxAXhumJZqz9unB6bPa9A6jRC9jvE 6ftaqO/yZUp7A== Received: by phobos.denx.de (Postfix, from userid 109) id C617A83B67; Mon, 14 Mar 2022 16:24:05 +0100 (CET) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [91.198.250.253]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id D1A1883BA2 for ; Mon, 14 Mar 2022 16:23:51 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4KHL0l54L2z9sRt; Mon, 14 Mar 2022 16:23:51 +0100 (CET) Message-ID: <4a03e04c-c129-584b-618b-d0f31ffeabd9@denx.de> Date: Mon, 14 Mar 2022 16:23:44 +0100 MIME-Version: 1.0 Content-Language: en-US To: Tom Rini , U-Boot Mailing List From: Stefan Roese Subject: Please pull u-boot-marvell/master Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull the next batch of Marvell MVEBU / kwboot related fixes: ---------------------------------------------------------------- - kwboot: Misc minor improvement and fixes, e.g. mix of arguments (Pali) - PCI: a37xx: Remap IO space to bus address 0x0 (Pali) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=165&view=results Thanks, Stefan The following changes since commit c96137000e4cf486dcb164fd67a1a0b5b2fb99c6: Merge tag 'efi-2022-04-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-03-13 08:18:17 -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 037bb6e2ca7c1e2371056c8b61b00842d25ea9f2: arm: a37xx: Remap IO space to bus address 0x0 (2022-03-14 14:04:18 +0100) ---------------------------------------------------------------- Pali Rohár (4): tools: kwboot: Allow to specify custom baudrate only in supported operations tools: kwboot: Check if baudrate value is supported before sending image tools: kwboot: Allow to mix positional arguments with option -b arm: a37xx: Remap IO space to bus address 0x0 arch/arm/dts/armada-3720-turris-mox.dts | 7 ++++++- arch/arm/dts/armada-37xx.dtsi | 2 +- tools/kwboot.c | 36 +++++++++++++++++++++++++++++---- 3 files changed, 39 insertions(+), 6 deletions(-)