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 647F0C433F5 for ; Thu, 10 Feb 2022 08:21:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3493B819A2; Thu, 10 Feb 2022 09:21:19 +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=1644481279; bh=Xjb3h7mzhdz0O0K9/T/bNfQEKQtDunDlfOmvHBS1HFs=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=TqTo4xknT5G++xvrirNEBEhmSLETzg9A/HocMBfox1wpODoTweQT1P5hAOsoftszO ASqCIGjbyelh8Mxk/zd4/qkCxTCHFjYQSJhkhfjGVRG+iCqk3H/F2Dcrb/RCLJYwvE lHPaiSOeiY3e5bTNLSfp/pUhNETQkYMJDjTtesYEAsB+VE/TObaU+M7g4bj1EzJgXN OtFppUywHFiDlMgGudKsPbFoy27mflmYguWoZMBsP/L3YzAeAEXfGYWJMn8Q8Msthu cyxNkhkKr7/qlTqdJmKSE3iHtuo77MBwM+8q6jmqE0BsxwqAtrdYwCT80hQN2zKV3H nHvFsDVD0zUGw== Received: by phobos.denx.de (Postfix, from userid 109) id 84409837E7; Thu, 10 Feb 2022 09:21:16 +0100 (CET) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [91.198.250.252]) (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 5A541836A9 for ; Thu, 10 Feb 2022 09:21:12 +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 smtp202.mailbox.org (unknown [91.198.250.118]) (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-107.mailbox.org (Postfix) with ESMTPS id 4JvV7r1g2Wz9sS0; Thu, 10 Feb 2022 09:21:12 +0100 (CET) Message-ID: Date: Thu, 10 Feb 2022 09:21:03 +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 mostly Marvell MVEBU / Kirkwood related patches: ---------------------------------------------------------------- - kwboot: Misc improvements and fixes (Pali) - Kirkwood: Move to DM ethernet support for some boards (Tony) - Minor misc stuff ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=158&view=results Thanks, Stefan The following changes since commit 859703251251d9567f29ab10c0a29f98eb0aff5c: Merge branch '2022-02-08-Kconfig-updates' (2022-02-09 09:29:07 -0500) 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 d2a44ceddc2bc603cf97c27c9d1491ffc1b58a48: arm: kirkwood: Pogoplug E02 : Convert Ethernet to Driver Model (2022-02-10 07:12:16 +0100) ---------------------------------------------------------------- Pali Rohár (3): tools: kwboot: Fix detection of quit esc sequence MAINTAINERS: Update list of Armada 385 and Armada 3720 drivers tools: kwboot: Allow to use -b without image path as the last getopt() option Tony Dinh (4): arm: kirkwood: Dreamplug : Use Marvell uclass mvgbe and PHY driver for Ethernet arm: kirkwood: iConnect : Add Ethernet support arm: kirkwood: Dockstar : Add DM Ethernet arm: kirkwood: Pogoplug E02 : Convert Ethernet to Driver Model MAINTAINERS | 9 ++++ board/Marvell/dreamplug/MAINTAINERS | 1 + board/Marvell/dreamplug/dreamplug.c | 94 +++++----------------------------- board/Marvell/dreamplug/dreamplug.h | 25 --------- board/Seagate/dockstar/dockstar.c | 62 ++++++++-------------- board/Seagate/dockstar/dockstar.h | 27 ---------- board/cloudengines/pogo_e02/pogo_e02.c | 51 +++++------------- board/cloudengines/pogo_e02/pogo_e02.h | 29 ----------- board/iomega/iconnect/iconnect.c | 17 ++++-- board/iomega/iconnect/iconnect.h | 24 --------- configs/dockstar_defconfig | 5 ++ configs/dreamplug_defconfig | 1 + configs/iconnect_defconfig | 6 ++- configs/pogo_e02_defconfig | 6 ++- include/configs/dockstar.h | 20 ++------ include/configs/dreamplug.h | 20 ++------ include/configs/iconnect.h | 21 +++----- include/configs/pogo_e02.h | 13 ++--- tools/kwboot.c | 21 ++++---- 19 files changed, 120 insertions(+), 332 deletions(-) delete mode 100644 board/Marvell/dreamplug/dreamplug.h delete mode 100644 board/Seagate/dockstar/dockstar.h delete mode 100644 board/cloudengines/pogo_e02/pogo_e02.h delete mode 100644 board/iomega/iconnect/iconnect.h