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 0C68DC77B78 for ; Wed, 3 May 2023 09:18:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 042DC8475D; Wed, 3 May 2023 11:18:46 +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=1683105526; bh=Jwtu5Goqm9N9S9blw2uf1IWeTY1HOYN5HsFQWuaOp00=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=dpQbK/+L6578zj4XVugloJQKMbYB/HcSDNZCSAGz4wTUf1N/8OT7RD+kj55B75XYv 55IFChMKDHuSPaQv+Jzln2t38qjBeb3DhryCZvVF5ghdiHfmVXzsUb8lax8TceBFuZ ToHWWUOcxzdveN8M5xCWQntELiXhzcvVO3tZvrmHlFf2lvXopn76GLZrAL06FURSeB 8uTBsvLDSOfHVIoxDEln3hjOYYURs3vYLqmYTQjBn9ikFfBCJiEpxi7pBPlcO0l8U6 +yaF/y8WmbxEMJOTYbVqPf2NcMfun8ECKKpFnzhdQNRfka8/AtKFsTtfJ8Ro7Sn52V trh4adg3kXNSg== Received: by phobos.denx.de (Postfix, from userid 109) id 63A1084764; Wed, 3 May 2023 11:18:44 +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 16A0484760 for ; Wed, 3 May 2023 11:18:42 +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 smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (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 4QBBFq5cyxz9sRt; Wed, 3 May 2023 11:18:39 +0200 (CEST) Message-ID: <54f170af-4f8f-2481-6419-7098f27dc037@denx.de> Date: Wed, 3 May 2023 11:18:39 +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-Rspamd-Queue-Id: 4QBBFq5cyxz9sRt 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.8 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull this next batch of mostly Marvell related patches: ---------------------------------------------------------------- - kwboot/mmc: Misc fixes for eMMC booting (Pali) - mvebu: avoid buffer overflow in hws_serdes_topology_verify (Heinrich) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=300&view=results Thanks, Stefan The following changes since commit 30f6305e0cdcf59b0247b057f04374818d7c76e6: Merge branch '2023-05-01-assorted-powerpc-updates' (2023-05-02 12:50:42 -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 a61a56a4a50d73ff747ee3fff3c680886ce76d07: arm: mvebu: avoid buffer overflow in hws_serdes_topology_verify (2023-05-03 08:39:23 +0200) ---------------------------------------------------------------- Heinrich Schuchardt (1): arm: mvebu: avoid buffer overflow in hws_serdes_topology_verify Pali Rohár (4): tools: kwboot: Fix MMC partitions documentation mmc: Read eMMC partition access bits before card reset arm: mvebu: spl: Load proper U-Boot from correct eMMC partition arm: mvebu: clearfog: Update eMMC/SD/SATA instructions .../mach-mvebu/serdes/a38x/high_speed_env_spec.c | 4 +-- arch/arm/mach-mvebu/spl.c | 10 +++++-- board/solidrun/clearfog/README | 20 +++++++------- drivers/mmc/mmc.c | 31 +++++++++++++++++++--- tools/kwboot.c | 9 ++++--- 5 files changed, 54 insertions(+), 20 deletions(-)