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 4A2EAC6FD1F for ; Sat, 11 Mar 2023 10:42:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2887185966; Sat, 11 Mar 2023 11:42: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=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="bWmvPVMd"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1EB35859CE; Sat, 11 Mar 2023 11:42:30 +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 CB8A885966 for ; Sat, 11 Mar 2023 11:42:27 +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 E049460AED; Sat, 11 Mar 2023 10:42:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30CD8C433D2; Sat, 11 Mar 2023 10:42:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678531345; bh=YZ7nbDmmXGQFKlxwuQSrEPlTWrxfceDPdiptNezy+ak=; h=From:To:Cc:Subject:Date:From; b=bWmvPVMdf7NOsf7lrVjGnzuBLHvWWZMKzB9+tIEaxPRTtJ7QlCv9uFZ4jnU+TkAaR /RmeC5HvDeqio528+4Jt63f71ZmcBW00svdCZMkm5VA/XhnyBv1yhnVwuLf2iVU7L4 ord0oFnFQMl9hK4YWu8Sp2n1kp7sF9oy8Q00K9Sq92qByWewVLs/dzV00m/3V5Y0KL 2b2/nIUl8/YUV5Dg7nWpPuHc70m6qE7NavJ/KktcJkwbWidGuzVIRxqwZeOACv9zo/ R561Qn20rcOQcwTPce9BRcRBQ0rjQFg/y+BFl4mCI3YnquXxJ3mt49yuhcw+2faJYg jZjkYaUke4Rfw== Received: by pali.im (Postfix) id 2C86A76B; Sat, 11 Mar 2023 11:42:22 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese Cc: u-boot@lists.denx.de Subject: [PATCH u-boot-mvebu] doc/kwboot.1: Update Armada 38x BootROM bug description Date: Sat, 11 Mar 2023 11:42:16 +0100 Message-Id: <20230311104216.17846-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 Replace SPI-NOR by default boot source location as bug is not SPI-NOR related. Signed-off-by: Pali Rohár --- doc/kwboot.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kwboot.1 b/doc/kwboot.1 index 5cda3b4d88a8..32d324f05501 100644 --- a/doc/kwboot.1 +++ b/doc/kwboot.1 @@ -69,7 +69,7 @@ To get a BootROM help, type this command followed by ENTER key: .IP Armada 38x BootROM has a bug which cause that BootROM's standard output -is turned off on UART when SPI-NOR contains valid boot image. Nevertheless +is turned off on UART when default boot source location contains valid boot image. Nevertheless BootROM's standard input and BootROM's terminal echo are active and working fine. To workaround this BootROM bug with standard output, it is possible to manually overwrite BootROM variables stored in SRAM which BootROM use -- 2.20.1