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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D59E8C433F5 for ; Fri, 22 Oct 2021 10:38:27 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 75EC5610FF for ; Fri, 22 Oct 2021 10:38:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 75EC5610FF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id AB60A834AA; Fri, 22 Oct 2021 12:38:25 +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="R6alD4Wi"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 80FB883508; Fri, 22 Oct 2021 12:38:22 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 7787483409 for ; Fri, 22 Oct 2021 12:38:19 +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=pali@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id 9876261108; Fri, 22 Oct 2021 10:38:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634899097; bh=SedNztfkJEeMEt7o7PvrECkub3NYBkI8NrI+kDwGJrM=; h=From:To:Cc:Subject:Date:From; b=R6alD4WikE0MhVhKXClkViRh0N3s1fDwX31+Bqn1NDgBDBq2qZby6Mi/vbcaHdcrS rJexVmYVakb1k6XHR5Yeluea8AYq3ISTaJMqciqqcxAiJC9RxT6SbFDtKlX+8BggeY a3vVuLQTOUYCHpIX4hnA98jzEZDYWFqkKWPl6/JK3j1amW/1ZlrrioTqc5wLprdp+2 +P+sKgoa2dgY07ZyN12grekr6WKJF1rZm9gk7b/7AyrwkLmAnRjCGHS9WENQBRkkvp QaLJYM5zC/2DdQC7Q5JjDEV534/N5qSpPlQmu+yHHlbqv72J0YwL1ZGB07pPa+psNf dcUsATFfB8p/Q== Received: by pali.im (Postfix) id 0B3567F6; Fri, 22 Oct 2021 12:38:15 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese Cc: =?UTF-8?q?Marek=20Beh=C3=BAn?= , u-boot@lists.denx.de Subject: [PATCH 0/3] arm: mvebu: nandpagesize support for kwbimage v1 Date: Fri, 22 Oct 2021 12:37:45 +0200 Message-Id: <20211022103748.25651-1-pali@kernel.org> X-Mailer: git-send-email 2.20.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.34 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.2 at phobos.denx.de X-Virus-Status: Clean This patch series updates mvebu code which handles nandpagesize in kwbimage v1. Pali Rohár (3): tools: kwbimage: Add support for NAND_PAGE_SIZE command also for v1 images tools: kwboot: Patch nandpagesize to zero also for v1 image arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3 arch/arm/mach-mvebu/spl.c | 2 +- cmd/mvebu/bubt.c | 2 +- tools/kwbimage.c | 3 +++ tools/kwbimage.h | 2 +- tools/kwboot.c | 13 ++++++------- 5 files changed, 12 insertions(+), 10 deletions(-) -- 2.20.1