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 225D1C38145 for ; Thu, 8 Sep 2022 14:07:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6727384B0A; Thu, 8 Sep 2022 16:07:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="LFgZ8gGj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9C98084B13; Thu, 8 Sep 2022 16:07:02 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 08F7D84B06 for ; Thu, 8 Sep 2022 16:07:00 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 528AE61D15; Thu, 8 Sep 2022 14:06:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BEB5DC433C1; Thu, 8 Sep 2022 14:06:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662646017; bh=I2bKUkT5SjzumJIIc9wzl91KsjmLNWJ35jc0dBrAKBc=; h=From:To:Cc:Subject:Date:From; b=LFgZ8gGjK1Y52LTjEQSt0NWTuqLgqIVhgH99+LqnAyCZytbR6WRxP3GOjpDP0oZcq k/7SRJg/YFW9BXlSJEM1fDGMYLci1Nva7955/QcrPrxw84WIqUnk9Ru58c+bo3sJCg Xt1047brFKe/WI9juM7ejtJaZ1fsayAfrP63dgf+RFeXiUz7MkzzliCDnrBG/aZ8Jj tjGY0VIUu8B748TunutgtJn5LvJv6DQvXZQIBZVKjmTEJxJTRi8SdtuRVsyW5lnTQO EDhCKICD6XZ620s6cEJtNwZNQOuObK/C6Bbji5ILnM4TdWUu5S23IsHAJizdVGEnnj koL2RycdH9+Ew== From: =?UTF-8?q?Marek=20Beh=C3=BAn?= To: Stefan Roese Cc: pali@kernel.org, U-Boot Mailing List , =?UTF-8?q?Marek=20Beh=C3=BAn?= Subject: [PATCH u-boot-marvell 0/5] mvebu important fixes Date: Thu, 8 Sep 2022 16:06:49 +0200 Message-Id: <20220908140654.7051-1-kabel@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 Hello Stefan, could you please test and send these patches to Tom for the next rc, if possible? I discovered that loadb does not work with higher speeds and lzmadec is way too slow, bisected to one of Pali's commits, and then Pali investigated that there are some issues with cache settings. Marek Pali Rohár (5): 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 arch/arm/include/asm/pl310.h | 9 +++++++-- arch/arm/mach-mvebu/cpu.c | 37 +++++++++++++++------------------- arch/arm/mach-mvebu/lowlevel.S | 30 ++++++++++++++++++++++++++- 3 files changed, 52 insertions(+), 24 deletions(-) -- 2.35.1