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 E00EDC636CD for ; Sun, 5 Feb 2023 22:52:51 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A79C185AB1; Sun, 5 Feb 2023 23:42:50 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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; unprotected) header.d=chromium.org header.i=@chromium.org header.b="AnWmdOuL"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 224E885A75; Sun, 5 Feb 2023 23:42:20 +0100 (CET) Received: from mail-il1-x12b.google.com (mail-il1-x12b.google.com [IPv6:2607:f8b0:4864:20::12b]) (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 3CF0585A74 for ; Sun, 5 Feb 2023 23:42:11 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-il1-x12b.google.com with SMTP id w2so413775ilg.8 for ; Sun, 05 Feb 2023 14:42:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=KS1jCGxBqxbxJc/9+FDwXlE1TVYWLtCej/NBGj9QqyE=; b=AnWmdOuLI0fEP5OX0acAUEfJu2jsahBnZaMZ8hQref1DmerW+/wdbsfhYLHNYoJPYk 7kJ6oAPlbVl1D4cZ2vre5WmeodG/jhstwer9kjLQPoLz5IIbgprBwE0cRHYL9CPIc3T7 jyfXeOTSPOHCCwfp9CHFCPYEPfFH5/ZIh7CLI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=KS1jCGxBqxbxJc/9+FDwXlE1TVYWLtCej/NBGj9QqyE=; b=j0Gb/IKL/Gzf5jZjk7iFd3gILklL3oWAbhOYyPg3MfJPvyBdRP/0MReno/peh20cgs IHWVh7vpSmIfeUuFb6kNmHpVkfzxLJRsQZg3dNO2HvmhLPRrYIyWz0Zc2KEUXIus6Wry HW16jG7WPHA4xC0c1j1koINF+idE62sOoEWds34/AyeDacq0jHXlNSThe/TH+pXOsmIu DG+aB5uJBYCLTV10Vvgc7zGmLp/4vQg/125jNTwdXQVBCOroo3OSfXPSUc9hAnNii9SA izdhjTjhVCI4CKby0Fky51UR4OZj+yym1Ig5LkLveQ5iEJ649qMoqZ2wGOEiniBEP2Mx /S0A== X-Gm-Message-State: AO0yUKVaVAUMw0dvCOCSIqMbA+N5MZ/mCXtkFFjPXrIio7jJCl+pglyK 2WPLU9ktoEhCwNlgpMy3Py5g4gz63bqafU7o X-Google-Smtp-Source: AK7set/y6U1+DJoeCF/h/bKVMQaHxV9LyueVnFvXsfsRWHB+eM4qA0ASid48QDFlgP+3zY9E4gR9qQ== X-Received: by 2002:a92:2012:0:b0:30f:612f:15d8 with SMTP id j18-20020a922012000000b0030f612f15d8mr9571039ile.19.1675636930684; Sun, 05 Feb 2023 14:42:10 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id z22-20020a05663803b600b003b33e77e5b2sm1503513jap.110.2023.02.05.14.42.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:42:10 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 076/169] Correct SPL use of EFI_SECURE_BOOT Date: Sun, 5 Feb 2023 15:39:45 -0700 Message-Id: <20230205224118.233425-77-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230205224118.233425-63-sjg@chromium.org> References: <20230205224118.233425-63-sjg@chromium.org> MIME-Version: 1.0 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.6 at phobos.denx.de X-Virus-Status: Clean This converts 1 usage of this option to the non-SPL form, since there is no SPL_EFI_SECURE_BOOT defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) cmd/eficonfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/eficonfig.c b/cmd/eficonfig.c index 46f652c35d6..5b1f2a7731a 100644 --- a/cmd/eficonfig.c +++ b/cmd/eficonfig.c @@ -2670,7 +2670,7 @@ static const struct eficonfig_item maintenance_menu_items[] = { {"Edit Boot Option", eficonfig_process_edit_boot_option}, {"Change Boot Order", eficonfig_process_change_boot_order}, {"Delete Boot Option", eficonfig_process_delete_boot_option}, -#if (CONFIG_IS_ENABLED(EFI_SECURE_BOOT) && IS_ENABLED(CONFIG_EFI_MM_COMM_TEE)) +#if (IS_ENABLED(CONFIG_EFI_SECURE_BOOT) && IS_ENABLED(CONFIG_EFI_MM_COMM_TEE)) {"Secure Boot Configuration", eficonfig_process_secure_boot_config}, #endif {"Quit", eficonfig_process_quit}, -- 2.39.1.519.gcb327c4b5f-goog