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 BD089C6FA82 for ; Tue, 13 Sep 2022 10:26:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A1212849B7; Tue, 13 Sep 2022 12:26:30 +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=1663064790; bh=WfGkpBMBUwlvKw+5H+sXdizGQ5pHgyiUayNooCVH31Q=; h=Date:From:To:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=GjH63RAKpCO8ikzOvFAaOf0OnkqskewxQl53DOHDSl1kTQm8EClraYJsoOEn12I2p Bbl7ghh06981qT0EBCYFY9iVooG1ujmjH19SFCm7Q/IYR/EyVMxep7j8KMafOkrgPs Q/Uj3S/wpM0m5qZJekxxqYgVDvP5dJBWKVTxcGPOwoLrbJQv1KOjnkDcOFHIhTdxlf R2Vje8ueHG6KZj1QTY5q4FDxq6pZXlblmgjCgf2Gzt8XG7oKmyvpL9IVhiuOGai79o 7gTCp2sfp5brRvqyuRgrH9kDBtJtwmh7FXRZLeYAi5m110OFUdRdQSXPnHLoF4L0tn le6jnENIMjkJQ== Received: by phobos.denx.de (Postfix, from userid 109) id 9AB6D849B7; Tue, 13 Sep 2022 12:26:28 +0200 (CEST) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [80.241.59.207]) (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 DECFC841B7 for ; Tue, 13 Sep 2022 12:26:25 +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 smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (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 4MRfl35YN5z9sTv; Tue, 13 Sep 2022 12:26:23 +0200 (CEST) Message-ID: <5f42e7a7-3891-3f47-2e9e-c58a65cf4623@denx.de> Date: Tue, 13 Sep 2022 12:26:22 +0200 MIME-Version: 1.0 Content-Language: en-US From: Stefan Roese To: Tom Rini , U-Boot Mailing List Subject: Please pull u-boot-marvell/master Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4MRfl35YN5z9sTv 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 next batch of Armada cache related fixes and some board specific enhancements: ---------------------------------------------------------------- - mvebu: Armada 32bit: Cache setup fixes (Pali) - cmd: mvebu/bubt: Misc enhancements (Pali) - kirkwood: Add CONFIG_SUPPORT_PASSING_ATAGS (Tony) - board: turris: Misc improvements (Pali) - tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms (Stefan) - tools: termios_linux.h: Fix compilation on non-glibc systems (Pali) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=259&view=results Thanks, Stefan The following changes since commit 0ba282e0eeaf29fd78f021fd2f95f7bc3109868d: Merge tag 'dm-pull-12sep22' of https://source.denx.de/u-boot/custodians/u-boot-dm (2022-09-12 09:47:16 -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 5818198e6a184963c6afc82178b23a64435ace6a: arm: mvebu: Fix moving internal registers (2022-09-13 09:04:22 +0200) ---------------------------------------------------------------- Pali Rohár (14): cmd: mvebu/bubt: Check for A38x image data checksum cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure boot arm: mvebu: Espressobin: When emmc is not present disable it also in OF_LIVE board: turris: Initialize serial# env arm: mvebu: turris_{omnia, mox}: Reset bootdelay env for rescue arm: mvebu: turris_mox: Add support for distroboot $fdt_addr tools: termios_linux.h: Fix compilation on non-glibc systems arm: mvebu: turris_omnia: Allow to use second serial port arm: mvebu: Mark constant data with const keyword arm: mvebu: Fix function enable_caches arm: mvebu: Guard non-AXP code by checking for AXP arm: mvebu: lowlevel.S: Use CR_M from asm/system.h arm: mvebu: Enable L2 cache also on Armada 38x arm: mvebu: Fix moving internal registers Stefan Roese (1): tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms Tony Dinh (1): arm: kirkwood: Add CONFIG_SUPPORT_PASSING_ATAGS arch/arm/include/asm/pl310.h | 9 +- arch/arm/mach-kirkwood/cpu.c | 2 +- arch/arm/mach-kirkwood/include/mach/cpu.h | 2 +- arch/arm/mach-mvebu/cpu.c | 39 ++--- arch/arm/mach-mvebu/include/mach/cpu.h | 2 +- arch/arm/mach-mvebu/lowlevel.S | 30 +++- arch/arm/mach-mvebu/mbus.c | 2 +- .../mach-mvebu/serdes/a38x/high_speed_env_spec.c | 2 +- arch/arm/mach-mvebu/system-controller.c | 2 +- board/CZ.NIC/turris_atsha_otp.c | 33 +++- board/CZ.NIC/turris_atsha_otp.h | 3 +- board/CZ.NIC/turris_mox/turris_mox.c | 53 ++++++- board/CZ.NIC/turris_omnia/turris_omnia.c | 16 +- board/Marvell/mvebu_armada-37xx/board.c | 2 + cmd/mvebu/Kconfig | 1 + cmd/mvebu/bubt.c | 174 +++++++++++++++++++-- configs/dockstar_defconfig | 3 + configs/dreamplug_defconfig | 3 + configs/goflexhome_defconfig | 3 + configs/iconnect_defconfig | 3 + configs/pogo_e02_defconfig | 3 + configs/sheevaplug_defconfig | 3 + configs/turris_omnia_defconfig | 2 + include/configs/turris_mox.h | 1 + tools/kwboot.c | 2 +- tools/termios_linux.h | 1 + 26 files changed, 340 insertions(+), 56 deletions(-)