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 44BC5C4332F for ; Fri, 4 Nov 2022 08:07:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6CAB285183; Fri, 4 Nov 2022 09:06:49 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=siemens.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; secure) header.d=siemens.com header.i=jan.kiszka@siemens.com header.b="LMVjEEFG"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id DC0A085146; Fri, 4 Nov 2022 09:06:45 +0100 (CET) Received: from mta-64-225.siemens.flowmailer.net (mta-64-225.siemens.flowmailer.net [185.136.64.225]) (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 C60EE850A5 for ; Fri, 4 Nov 2022 09:06:42 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=siemens.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jan.kiszka@siemens.com Received: by mta-64-225.siemens.flowmailer.net with ESMTPSA id 202211040806422e0cd8cd7533241326 for ; Fri, 04 Nov 2022 09:06:42 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=jan.kiszka@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=CmoLmnrlJ+ekBJugFRXolCMry5GyMg55guvwcadZDt0=; b=LMVjEEFGljVEIU0aoOZnVerGm+wDjVJeaT/CZb793tq45uXrvbzT3NbfID2PSMYtM3oyu6 hak6NteqQNlBCWVSbLJclI6LkQdH7509KmMlFNG8NVLDKXerxTVjfVXtpSoKuwoYmnkEqakJ D9niTXLrX5Dfy0oUZw62HsLevsmxU=; From: Jan Kiszka To: U-Boot Mailing List , Heinrich Schuchardt Subject: [PATCH v3 0/3] efi_loader: console and network dependency improvements Date: Fri, 4 Nov 2022 09:06:36 +0100 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-294854:519-21489:flowmailer 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.6 at phobos.denx.de X-Virus-Status: Clean Update of previously sent patches "efi_loader: Improve console screen clearing and reset" "efi_loader: Let networking support depend on NETDEVICES" bundled into one series. Changes to earlier versions: - rebased console reset improvements over master - split up into overwrite protection and background color fix - addressed missing efi_net_set_dhcp_ack symbol - converted some #ifdefs to CONFIG_IS_ENABLED Jan Jan Kiszka (3): efi_loader: Avoid overwriting previous outputs on console screen clearing efi_loader: Set default console colors on efi_cout_clear_screen if needed efi_loader: Let networking support depend on NETDEVICES include/efi_loader.h | 10 +++++++--- lib/efi_loader/Kconfig | 1 - lib/efi_loader/Makefile | 2 +- lib/efi_loader/efi_console.c | 14 +++++++++++++- lib/efi_loader/efi_device_path.c | 8 +++----- lib/efi_loader/efi_setup.c | 10 +++++----- lib/efi_selftest/Makefile | 2 +- 7 files changed, 30 insertions(+), 17 deletions(-) -- 2.35.3