All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sughosh Ganu <sughosh.ganu@linaro.org>
To: u-boot@lists.denx.de
Subject: [PATCH 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node
Date: Wed, 25 Dec 2019 18:10:48 +0530	[thread overview]
Message-ID: <CADg8p963TaQ5+XJCAGinbW6hKMsNBxb-Cts7PjH6LgjeNwOXaA@mail.gmail.com> (raw)
In-Reply-To: <bc4e66e3-0d3a-377b-924e-71e07043f111@gmx.de>

On Wed, 25 Dec 2019 at 13:57, Heinrich Schuchardt <xypron.glpk@gmx.de>
wrote:

> On 12/24/19 4:54 PM, Sughosh Ganu wrote:
> > Install the EFI_RNG_PROTOCOL implementation for it's subsequent use by
> > the kernel for features like kaslr.
> >
> > Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
> > ---
> >   include/efi_loader.h           | 4 ++++
> >   lib/efi_loader/efi_rng.c       | 2 ++
> >   lib/efi_loader/efi_root_node.c | 4 ++++
> >   3 files changed, 10 insertions(+)
> >
> > diff --git a/include/efi_loader.h b/include/efi_loader.h
> > index bec7873..71996ec 100644
> > --- a/include/efi_loader.h
> > +++ b/include/efi_loader.h
> > @@ -130,6 +130,7 @@ extern const struct efi_hii_config_routing_protocol
> efi_hii_config_routing;
> >   extern const struct efi_hii_config_access_protocol
> efi_hii_config_access;
> >   extern const struct efi_hii_database_protocol efi_hii_database;
> >   extern const struct efi_hii_string_protocol efi_hii_string;
> > +extern const struct efi_rng_protocol efi_rng_protocol_ops;
>
> Could we, please, call this variable efi_rng_protocol.
>
> Otherwise
>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
>

Will change the name of the symbol as suggested. Thanks.

-sughosh

      reply	other threads:[~2019-12-25 12:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-24 15:54 [PATCH 0/3] qemu: arm64: Add support for efi_rng_protocol Sughosh Ganu
2019-12-24 15:54 ` [PATCH 1/3] efi_loader: Add guidcpy function Sughosh Ganu
2019-12-24 17:06   ` Heinrich Schuchardt
2019-12-25  5:23     ` Sughosh Ganu
2019-12-24 15:54 ` [PATCH 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform Sughosh Ganu
2019-12-24 17:05   ` Heinrich Schuchardt
2019-12-25  6:21     ` Sughosh Ganu
2019-12-25  8:15       ` Heinrich Schuchardt
2019-12-25 13:31         ` Sughosh Ganu
2019-12-24 15:54 ` [PATCH 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node Sughosh Ganu
2019-12-25  8:26   ` Heinrich Schuchardt
2019-12-25 12:40     ` Sughosh Ganu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADg8p963TaQ5+XJCAGinbW6hKMsNBxb-Cts7PjH6LgjeNwOXaA@mail.gmail.com \
    --to=sughosh.ganu@linaro.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.