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 C2256C433F5 for ; Sun, 10 Oct 2021 14:16: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 EF7F761058 for ; Sun, 10 Oct 2021 14:16:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org EF7F761058 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 D864A83694; Sun, 10 Oct 2021 16:15:59 +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="MYIvaYGP"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 67889836B9; Sun, 10 Oct 2021 16:14:48 +0200 (CEST) Received: from mail-oo1-xc2a.google.com (mail-oo1-xc2a.google.com [IPv6:2607:f8b0:4864:20::c2a]) (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 F0DFD833AE for ; Sun, 10 Oct 2021 16:14:39 +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-oo1-xc2a.google.com with SMTP id t3-20020a4ad0a3000000b002b6d2394d1fso1237840oor.12 for ; Sun, 10 Oct 2021 07:14:39 -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=GvS4kfJRZ7PsJULA7UANVRYU4NofHCxIAlcVm1+ZIAk=; b=MYIvaYGPDr1zvQvA0w0S199vud1SEOMR/hhTOE/PX3RgWl8/fo2fAGKbNEuoercGNG Q2WBe5zeIH+QlLKzIRv/24tPFDJYlFrIaeZWyiCC3kur5cFcCIqD6nWG/a3RFawzeZEY 3oy6lc96nw0gnJEC+5o0pF+W5pKfXjZVdUqv4= 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=GvS4kfJRZ7PsJULA7UANVRYU4NofHCxIAlcVm1+ZIAk=; b=ICKPe0z4C+o9sfrCiy6rgDggtzRBe2woRFENSC0Nt2PKxCYiv4cPu0HhoXsY0/MRQw TOEnvnx1oUuCqxkDGi1vqj8PCo6qLc7o9oFNjVuvlFxBl0StmjGw4Bi9PKAoRDgnpfYl 8/TFfdxcV77Lg1v1vybYYjd+hhLdRq3x/6rowOGEUxFrClTbb1XymWtb/bHhMdMA0ES0 YW9cGZWVUjrySEBoZrG90v5/KcgB/dUE8nVl5GIjpm9Zp7m1FBM+AOMV0OsmW3yObchP 4A9cwuNjLmKAFc6Fj8YSxh9PwoGAlXkv98yDAu/CRrt7igPwxzXqpiLnyjj3yKJrtF2a kr1g== X-Gm-Message-State: AOAM530wtcZq2hlx3FNzWMG4+p8NBWWzIr4kheFF2unGpumxE5bOhBeX 0Po4xktJFDT/Jv/IyD2JaIpzj73nskUKSH7dfl9MX0xzRo0= X-Google-Smtp-Source: ABdhPJxXKA4nZ/9a3DV4gR3MJSx4GF9aCDqQrEoS6GwkI9IDIR2kB5LuNbvkKgKvyXS8Lhvrr4RygUkc6umF3ktMWxQ= X-Received: by 2002:a4a:d6c7:: with SMTP id j7mr1512312oot.36.1633875278340; Sun, 10 Oct 2021 07:14:38 -0700 (PDT) MIME-Version: 1.0 References: <20211001050228.55183-1-takahiro.akashi@linaro.org> <20211001050228.55183-33-takahiro.akashi@linaro.org> In-Reply-To: <20211001050228.55183-33-takahiro.akashi@linaro.org> From: Simon Glass Date: Sun, 10 Oct 2021 08:14:24 -0600 Message-ID: Subject: Re: [RFC 16/22] efi_loader: cleanup after efi_disk-dm integration To: AKASHI Takahiro Cc: Heinrich Schuchardt , Alex Graf , Ilias Apalodimas , U-Boot Mailing List 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, 30 Sept 2021 at 23:04, AKASHI Takahiro wrote: > > efi_disk_register() will be no longer needed now that all efi_disks are > set to be created with device model thanks to efi_disk-dm integration. > > Signed-off-by: AKASHI Takahiro > --- > include/efi_loader.h | 2 - > lib/efi_loader/efi_disk.c | 102 ------------------------------------- > lib/efi_loader/efi_setup.c | 5 -- > 3 files changed, 109 deletions(-) > Reviewed-by: Simon Glass