From patchwork Sun Jun 11 12:53:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Pali_Roh=C3=A1r?= X-Patchwork-Id: 1793556 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=Cy7tDQoM; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4QfFBD5Kgcz20Ww for ; Sun, 11 Jun 2023 22:53:56 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0AFA88469B; Sun, 11 Jun 2023 14:53:51 +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="Cy7tDQoM"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 847138469B; Sun, 11 Jun 2023 14:53:48 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.2 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (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 2C62385DF7 for ; Sun, 11 Jun 2023 14:53:44 +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: 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 7BEAF6108B; Sun, 11 Jun 2023 12:53:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7531C4339B; Sun, 11 Jun 2023 12:53:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686488021; bh=EFSEQHRvRT6jmuqfb+5Pg60yEqYx4rAqJWIc9fhGIwQ=; h=From:To:Cc:Subject:Date:From; b=Cy7tDQoMNxS4u2vPwmDDoAF+kdwPRF9GAnm+Wx5sTUzTUmg/6Q0Porm5ukWDVAjC1 lAyPyIng+lL2Pdlw7m3kwtXGWC6chNtDWAk58NHEFKt6clGtMS04cMJlLQMhKTuVh5 A6nsU9Kf67GFAo1onZWEOpMiP0DWwBqIkcLfCqujubCa9hRrnc4dTSFYcrd6F+Shac 9y4wrddsl9DZ1Y5Y31VObPq7OUQDAPbVvEaybKyLjxlUZq6IHLlRTtUR6CJNzl7Cp1 r479ld8GK1Fk+H652msmU/x3iiFZIRPvEBH4uOO2kOfKxP23Ml/9a+dXvyroGJxaGm vAXujC9eAuidg== Received: by pali.im (Postfix) id 9E7107FD; Sun, 11 Jun 2023 14:53:38 +0200 (CEST) From: =?utf-8?q?Pali_Roh=C3=A1r?= To: Tom Rini , Stefan Roese Cc: u-boot@lists.denx.de Subject: [PATCH u-boot 0/3] Revert broken Bootmenu commits Date: Sun, 11 Jun 2023 14:53:21 +0200 Message-Id: <20230611125324.15860-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 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 These 3 commits broke support for U-Boot Bootmenu on Nokia N900. Issues were reported more than month ago, but nobody reacted to them. So revert these broken commits for now, to fix U-Boot Bootmenu support. With these revered commits, U-Boot Bootmenu from master branch is working fine again on Nokia N900. Pali Rohár (3): Revert "video: Enable VIDEO_ANSI by default only with EFI" Revert "menu: Factor out menu-keypress decoding" Revert "menu: Make use of CLI character processing" cmd/bootmenu.c | 9 ++-- cmd/eficonfig.c | 12 ++--- common/cli_getch.c | 12 ++--- common/menu.c | 122 ++++++++++++++++++++++++++---------------- drivers/video/Kconfig | 7 +-- include/cli.h | 4 +- include/menu.h | 17 +----- 7 files changed, 91 insertions(+), 92 deletions(-)