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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14561C433EF for ; Fri, 29 Oct 2021 03:19:02 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 919C760524 for ; Fri, 29 Oct 2021 03:19:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 919C760524 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D7E2B835DB; Fri, 29 Oct 2021 05:18:42 +0200 (CEST) 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="k9LQ2DXs"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4FCE38358A; Fri, 29 Oct 2021 05:18:04 +0200 (CEST) Received: from mail-ot1-x32e.google.com (mail-ot1-x32e.google.com [IPv6:2607:f8b0:4864:20::32e]) (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 C8D50835B3 for ; Fri, 29 Oct 2021 05:17:57 +0200 (CEST) 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@google.com Received: by mail-ot1-x32e.google.com with SMTP id 71-20020a9d034d000000b00553e24ce2b8so7003935otv.7 for ; Thu, 28 Oct 2021 20:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=OyoKMjolc2bx/i+n7pZjknDMUcEZkFC5DGygI6scSFk=; b=k9LQ2DXse+suVKI9Q0uuXEKrW4ycKsKZb3tONsNkJbrJT0Qv1xwXZKLRiT8uxaEkIu Zz180P+Xmix4QOZ6WhudSZvCfaYs17eiBHTZGALNpTQM+UYnanYSJ/Zv9u6CxDLKXgKm Yrqlewx6phvI61M4Irr1qviWom+oNvwd/OPKk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OyoKMjolc2bx/i+n7pZjknDMUcEZkFC5DGygI6scSFk=; b=n+8Ju/jzV9kccaiBTLUQWqZi6x3IufIPBL9xT/unOntKuhEtp8h80A/2iq7qqkOIdB JOC2jVLKg9nixrXjQQzimxt6BbmR9bcBR2QssaJNYzd5Y71Ko5RlqLZdc/j4NxUxFlKz KtT89bhm7xPrK5onMJD2eSDJYE+Sdd5Z3xk9j+1TMQAdbBqcXkHmnYHHDqRqwkIlJhre foSYJa2kUdj4TiIFuc4zzHpKFjcYRY1/2vT7s3lY5E/sDkAzNCVWHCL5coUoxvagKJuv FKEy/uPy1OxtM0gj09qgsHNU8U9MMJwqaLN/y+f1hh+P2eYbu3EC2lC8nE2FpvT3bZUq b/MA== X-Gm-Message-State: AOAM533wkKaECVfSUy8nvhN0/kDQQFAe4vTnxV+/uzDeFSv2p2Cs91pv 9P5ez+tA9qWnZspv8E9Qsce7j6ECGj7BJyDinMYzmg== X-Google-Smtp-Source: ABdhPJwdW4GNNMMXSqEqg1h3scyXSHtcC2XEQD8MG9owdDrclSpKL6x+8uRui1/rk4RoIjvt+SIDmPPEy4xmcLit1SA= X-Received: by 2002:a9d:17c5:: with SMTP id j63mr6590889otj.191.1635477476224; Thu, 28 Oct 2021 20:17:56 -0700 (PDT) MIME-Version: 1.0 References: <20211028062356.98224-1-takahiro.akashi@linaro.org> <20211028062356.98224-2-takahiro.akashi@linaro.org> In-Reply-To: <20211028062356.98224-2-takahiro.akashi@linaro.org> From: Simon Glass Date: Thu, 28 Oct 2021 21:17:43 -0600 Message-ID: Subject: Re: [PATCH v5 01/11] efi_loader: capsule: drop __weak from efi_get_public_key_data() To: AKASHI Takahiro Cc: Heinrich Schuchardt , Alex Graf , Ilias Apalodimas , Sughosh Ganu , Masami Hiramatsu , u-boot@lists.denx.de Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean On Thu, 28 Oct 2021 at 00:24, AKASHI Takahiro wrote: > > As we discussed in ML, currently a device tree is the only place > to store public keys for capsule authentication. So __weak is not > necessary for now. > > Signed-off-by: AKASHI Takahiro > --- > lib/efi_loader/efi_capsule.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass