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 BC3A5C433F5 for ; Wed, 2 Mar 2022 10:53:59 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id AF87B83C75; Wed, 2 Mar 2022 11:53:23 +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="sghz6Ze+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9DFDA839FD; Wed, 2 Mar 2022 11:53:12 +0100 (CET) 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 905B68309E for ; Wed, 2 Mar 2022 11:52:46 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 8CB8E61747; Wed, 2 Mar 2022 10:52:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3AB12C340EF; Wed, 2 Mar 2022 10:52:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646218364; bh=ZgQ+cRTy1mRWbIq9tz9k5ofu5YlJsqlj1JEOhFcXnpc=; h=From:To:Cc:Subject:Date:From; b=sghz6Ze+m0y2oifR7eIrGc3up580z9Ksw84Ue1qnn5WJVweabdstFOJN+bfyZzKrQ uucz+j71u5CqzZf1S461mfBkBxU7vgQtIXLQH7g2FD2mMtHu+5JRDESxccOg1/7c6x rQ2y0v3iHtBweBaxyYHU5iFeuJ3qiOamWR5p9vx4ZYf6lT+9rUDAGTxtS7ZUZXq3nS NRnu3ehgrCZipiT50CmJL0swSx9GeWTKtQUIY15dz2FlCl7nOXy7Fjsae6PdVuLaxm pLAhYbWHKKABX4z1Q1BQXTR6ygAnGQ+Bpj0K6WdOTG1sRUZyC6OVNij92QjlTPGoXk g9nBCMOSex50A== Received: by pali.im (Postfix) id 02F83677; Wed, 2 Mar 2022 11:52:40 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese , =?UTF-8?q?Marek=20Beh=C3=BAn?= , Tony Dinh Cc: u-boot@lists.denx.de Subject: [PATCH u-boot-marvell 00/10] tools: kwboot: Fix boot and terminal mode Date: Wed, 2 Mar 2022 11:49:17 +0100 Message-Id: <20220302104927.18607-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.5 at phobos.denx.de X-Virus-Status: Clean This patch series fixes sending boot and debug patterns by doing it in separate thread. Entering BootROM debug mode via '-d' option is now more stable and working fine on Armada 385. There is also support for backspace key and updated documentation. Stefan and Tony, could you test this patch series on more Marvell boards which you have? Specially if '-d' option is working too. *** BLURB HERE *** Pali Rohár (10): tools: kwboot: Check for return value of kwboot_tty_send() and tcflush() tools: kwboot: Remove msg_req_delay tools: kwboot: Cleanup bootmsg and debugmsg variables tools: kwboot: Use separate thread for sending boot message pattern tools: kwboot: Fix sending and processing debug message pattern (-d option) tools: kwboot: Add support for backspace key in mini terminal tools: kwboot: Update usage tools: kwboot: Update manpage tools: kwboot: Update doc about Avanta tools: kwboot: Update references with public links doc/kwboot.1 | 105 ++++++++++- tools/Makefile | 3 + tools/kwboot.c | 462 ++++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 483 insertions(+), 87 deletions(-) -- 2.20.1