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 0B05AC43334 for ; Thu, 21 Jul 2022 12:28:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1849C84117; Thu, 21 Jul 2022 14:28:42 +0200 (CEST) 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=1658406522; bh=lEVfcKh7bA02dWyE4v45tEzU49zV948H+1obuDkk9ks=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=tB/puNA+ABsX6X2ZDbJGdGXk6PDfoL5CIl/TQyKABAfsm3QQLbOcLITTtuhSqUW3l ZHtu6d+EvVyvGA6Zf+c1j+2S4z8TJEc2Xvg67j1IRGYr7t9kIPpxoOGqg2btbSWYqh q+XOEXh8k/evLdqng0lmN+uDAsL64zi++JXsFTc/lempO7OCPv1sxzSV5Tzw6KNxeg 1Pj6mHcymrkaBKybf+vg3JU5hzPDKmZIAY0EvznVSvDwqUE4uErUBeJJDfN6WohjHv gsCeOmyy+Myb0kxtXxcMUJvRamv4WT9b1K5ZRZtj9nu364LHrTJEqhZZdIeo7VAVuK rHDST7264PYqA== Received: by phobos.denx.de (Postfix, from userid 109) id DF5E1840EC; Thu, 21 Jul 2022 14:28:39 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [80.241.59.204]) (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 F397B8413A for ; Thu, 21 Jul 2022 14:28:34 +0200 (CEST) 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 (smtp202.mailbox.org [10.196.197.202]) (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 4LpX0w5W2Lz9sQg; Thu, 21 Jul 2022 14:28:32 +0200 (CEST) Message-ID: Date: Thu, 21 Jul 2022 14:28:31 +0200 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.6 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull this first batch of mostly Marvell related patches: ---------------------------------------------------------------- - turris: Misc updates (Pali) - mvebu: handle non-zero base address for RAM (Chris) - mvebu: add support for Methode eDPU (Robert) - mvebu: a3720: Set BOOT_TARGET_DEVICES list to enabled peripherals (Pali) - tlv_eeprom: Add missing CRC32 dependency (Pali) - treewide: Fix Marek's name and change my e-mail address (Marek) - mvebu: eDPU/uDPU: Misc updates (Robert) - mvebu: Avoid reading MVEBU_REG_PCIE_DEVID register too many times (Pali) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=209&view=results Thanks, Stefan The following changes since commit 88d931a71052fc8fb7b48126ae09aa875745d5ec: Merge tag 'for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-ubi (2022-07-20 07:38:49 -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 ca85b5a146ebfd6da81f4b79e4b51eb9c5d6f60b: arm: mvebu: turris_omnia: Set ETHPRIME to DT alias (2022-07-21 10:14:04 +0200) ---------------------------------------------------------------- Chris Packham (1): arm64: mvebu: handle non-zero base address for RAM Marek Behún (2): board: turris: Fix MAINTAINERS and add Pali treewide: Fix Marek's name and change my e-mail address Pali Rohár (7): board: turris: Find atsha device by atsha driver arm: mvebu: a3720: Set BOOT_TARGET_DEVICES list to enabled peripherals arm: mvebu: a3720: Add NVMe to BOOT_TARGET_DEVICES list arch: mvebu: Disable by default unused peripherals in SPL tlv_eeprom: Add missing CRC32 dependency arm: mvebu: Avoid reading MVEBU_REG_PCIE_DEVID register too many times arm: mvebu: turris_omnia: Set ETHPRIME to DT alias Robert Marko (5): arm: mvebu: dts: sync DTS arm: mvebu: add support for Methode eDPU MAINTAINERS: add myself as Methode maintainer mvebu: eDPU: disable SCSI support mvebu: uDPU: disable non-present peripherals .mailmap | 2 + MAINTAINERS | 20 +-- arch/arm/dts/Makefile | 1 + arch/arm/dts/armada-3720-eDPU-u-boot.dtsi | 45 +++++++ arch/arm/dts/armada-3720-eDPU.dts | 14 ++ arch/arm/dts/armada-3720-uDPU.dts | 155 +--------------------- arch/arm/dts/armada-3720-uDPU.dtsi | 160 +++++++++++++++++++++++ arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi | 2 +- arch/arm/dts/armada-385-turris-omnia.dts | 6 + arch/arm/mach-mvebu/arm64-common.c | 7 +- arch/arm/mach-mvebu/armada3700/cpu.c | 2 +- arch/arm/mach-mvebu/armada3700/mbox.c | 2 +- arch/arm/mach-mvebu/cpu.c | 67 ++++------ arch/arm/mach-mvebu/dram.c | 18 +-- arch/arm/mach-mvebu/include/mach/cpu.h | 9 -- arch/arm/mach-mvebu/include/mach/mbox.h | 2 +- board/CZ.NIC/turris_atsha_otp.c | 7 +- board/CZ.NIC/turris_mox/MAINTAINERS | 6 +- board/CZ.NIC/turris_mox/Makefile | 2 +- board/CZ.NIC/turris_mox/mox_sp.c | 2 +- board/CZ.NIC/turris_mox/mox_sp.h | 2 +- board/CZ.NIC/turris_mox/turris_mox.c | 2 +- board/CZ.NIC/turris_omnia/MAINTAINERS | 7 +- board/CZ.NIC/turris_omnia/Makefile | 2 +- board/CZ.NIC/turris_omnia/turris_omnia.c | 2 +- board/Marvell/mvebu_armada-37xx/MAINTAINERS | 5 - cmd/Kconfig | 2 + cmd/btrfs.c | 2 +- common/spl/Kconfig | 2 + configs/eDPU_defconfig | 99 ++++++++++++++ configs/turris_omnia_defconfig | 2 +- configs/uDPU_defconfig | 7 +- disk/Kconfig | 2 + doc/kwboot.1 | 2 +- drivers/clk/mvebu/armada-37xx-periph.c | 2 +- drivers/clk/mvebu/armada-37xx-tbg.c | 2 +- drivers/misc/atsha204a-i2c.c | 2 +- drivers/mmc/Kconfig | 1 + drivers/rtc/armada38x.c | 2 +- drivers/usb/Kconfig | 1 + drivers/watchdog/armada-37xx-wdt.c | 2 +- drivers/watchdog/orion_wdt.c | 2 +- fs/btrfs/Makefile | 2 +- fs/btrfs/btrfs.c | 2 +- fs/btrfs/btrfs.h | 2 +- fs/btrfs/compression.c | 2 +- fs/btrfs/conv-funcs.h | 2 +- fs/btrfs/ctree.c | 2 +- fs/btrfs/ctree.h | 2 +- fs/btrfs/dev.c | 2 +- fs/btrfs/dir-item.c | 2 +- fs/btrfs/extent-io.c | 2 +- fs/btrfs/inode.c | 2 +- fs/btrfs/subvolume.c | 2 +- fs/fs_internal.c | 2 +- include/atsha204a-i2c.h | 2 +- include/btrfs.h | 2 +- include/configs/mvebu_armada-37xx.h | 49 ++++++- include/configs/turris_mox.h | 2 +- include/configs/turris_omnia.h | 2 +- include/fs_internal.h | 2 +- include/u-boot/variadic-macro.h | 2 +- scripts/gen_ll_addressable_symbols.sh | 2 +- tools/kwboot.c | 2 +- tools/termios_linux.h | 2 +- 65 files changed, 481 insertions(+), 293 deletions(-) create mode 100644 arch/arm/dts/armada-3720-eDPU-u-boot.dtsi create mode 100644 arch/arm/dts/armada-3720-eDPU.dts create mode 100644 arch/arm/dts/armada-3720-uDPU.dtsi create mode 100644 configs/eDPU_defconfig