From patchwork Fri Mar 11 12:12:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 1604338 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: 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=) 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 RSA-PSS (4096 bits)) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4KFPwB4VMcz9sGD for ; Fri, 11 Mar 2022 23:13:14 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 574E683A2B; Fri, 11 Mar 2022 13:13:07 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 02C9C801B2; Fri, 11 Mar 2022 13:13:01 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 Received: from mail-qk1-f173.google.com (mail-qk1-f173.google.com [209.85.222.173]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8CECA83AF4 for ; Fri, 11 Mar 2022 13:12:55 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qk1-f173.google.com with SMTP id 1so6187448qke.1 for ; Fri, 11 Mar 2022 04:12:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=1yle3wuBRhe0RDn1B51SPt/B1UFUYgM43Lnc3nH6jYU=; b=vVJeoUElDtG0PmnGNvHnRRkelB+KwjfiozPqrsAiF8OM0bnILsfw4BQyQBcPP/Xnid 3nkFdp4OQZzhn6g64586GnmMQkbb2XNUpBokUgCdUqyWVEmixrE3MDlUmiKwqx+OlmfU AebeygGDo+/4UfE6V4KB2nGqHbeMCDqJo5TPErxI9+RDkXrnbhsh4IAB3rJe4vd06f2H svlzHTmUZi5L4inLwuzYxQD9zxfk+s80+VNqqZKlRHQ4fOnsqn61KIfbYtnK3BGMEO8o CUS2fxX1Isv3HIxVUFGywVp655DqcPPNdNQmXVObtk3XGateKlHouZH4Hxmfz92Vr50W 4hrA== X-Gm-Message-State: AOAM533neNXCYIlOVw3SmAQKvfkTjxln13b9MU7I8pS/wji7QjZFklbK SegGBdB2oIP0lekJaYH1+uuHVoox/w== X-Google-Smtp-Source: ABdhPJyl3D3YXiQjdGIcdIdcbGLLzUOcMAaqdk0scOomBpSzQ/uXRIIGuGyBGI6AHsypx+HxXttceQ== X-Received: by 2002:a37:347:0:b0:67b:12a8:f441 with SMTP id 68-20020a370347000000b0067b12a8f441mr6263909qkd.302.1647000774321; Fri, 11 Mar 2022 04:12:54 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id 145-20020a370897000000b0067b30c65415sm3809539qki.75.2022.03.11.04.12.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Mar 2022 04:12:53 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Cc: Simon Glass Subject: [PATCH 3/4] Revert "efi: Allow easy selection of serial-only operation" Date: Fri, 11 Mar 2022 07:12:47 -0500 Message-Id: <20220311121248.2801589-3-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220311121248.2801589-1-trini@konsulko.com> References: <20220311121248.2801589-1-trini@konsulko.com> 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.5 at phobos.denx.de X-Virus-Status: Clean This commit re-introduced a migrated CONFIG symbol to the board header file. These changes should likely be handled via documentation instead, as well. Cc: Simon Glass Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- include/configs/efi-x86_app.h | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/include/configs/efi-x86_app.h b/include/configs/efi-x86_app.h index 33afb7ca0f9b..6061a6db0a40 100644 --- a/include/configs/efi-x86_app.h +++ b/include/configs/efi-x86_app.h @@ -10,33 +10,8 @@ #undef CONFIG_TPM_TIS_BASE_ADDRESS -/* - * Select the output device: Put an 'x' prefix before one of these to disable it - */ - -/* - * Video output - can normally continue after exit_boot_services has been - * called, since output to the display does not require EFI services at that - * point. U-Boot sets up the console memory and does its own drawing. - */ #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \ "stdout=vidconsole\0" \ "stderr=vidconsole\0" -/* - * Serial output with no console. Run qemu with: - * - * -display none -serial mon:stdio - * - * This will hang or fail to output on the console after exit_boot_services is - * called. - */ -#define xCONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \ - "stdout=serial\0" \ - "stderr=serial\0" - -#undef CONFIG_BOOTCOMMAND - -#define CONFIG_BOOTCOMMAND "part list efi 0; fatls efi 0:1" - #endif