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 50557C6FD1C for ; Thu, 23 Mar 2023 19:58:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A8BD0858DA; Thu, 23 Mar 2023 20:58:36 +0100 (CET) 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="Xuwaw6VB"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BBF9E85D7C; Thu, 23 Mar 2023 20:58:34 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (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 EAEFF85780 for ; Thu, 23 Mar 2023 20:58:31 +0100 (CET) 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: 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 ams.source.kernel.org (Postfix) with ESMTPS id 82E82B82243; Thu, 23 Mar 2023 19:58:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1685DC4339E; Thu, 23 Mar 2023 19:58:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679601510; bh=PFZuk6R8/RXGTOPicuP3vfuZpdZKxRQsV0m0XSeJ0WE=; h=From:To:Cc:Subject:Date:From; b=Xuwaw6VB6C2xwZ80/A7cBKBjMeeT58Weu2fzSdjaFzOPh4sjtv3Z9hnkYpakEH4Qf u273xhg0YOuZnpBn+bqcuKBQGGJaI5KgX/9wHLiedPvsJqsbrMzZy/EmFPHChwER0s sa8zATD9rnsXQSPh2kPY3wbx2o3ONWm8JJdbAl39Iedg8nACNCP/7e7Jv6JtEUhApB OfSTrEb0omNvabCrLiidaeMUyKuv+A4KrMDC0IbesG5r1qEcHViXJlDjg+27nSsSVY 77jWOLmaMmQS9KHqabbsZZ/Uno5H8/h1TS8aZE4QXNnQWW4VHsSLD2Rlhn0ytjD76T G6m5fWS7mMZvg== Received: by pali.im (Postfix) id 342B071B; Thu, 23 Mar 2023 20:58:27 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese , Martin Rowe Cc: u-boot@lists.denx.de Subject: [PATCH u-boot-mvebu 0/5] mvebu: Fix UART booting Date: Thu, 23 Mar 2023 20:57:50 +0100 Message-Id: <20230323195755.5131-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.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 This patch series contains kwboot fixes for booting non-UART-generated images over UART. Pali Rohár (5): tools: kwbimage: Fix invalid UART kwbimage v1 headersz tools: kwboot: Fix invalid UART kwbimage v1 headersz tools: kwboot: Fix inserting UART data checksum without -B option tools: kwboot: Fix sending very small images tools: kwboot: Workaround A38x BootROM bug for images with a gap tools/kwbimage.c | 10 ++++++++++ tools/kwboot.c | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) -- 2.20.1