[U-Boot] [PATCH v2 2/7] efi_loader: implement multiple event support

Simon Glass sjg at chromium.org
Fri Jul 28 04:19:56 UTC 2017


Hi,

On 18 July 2017 at 12:17, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> Up to now the boot time supported only a single event.
> This patch now allows four events.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v2
>         add TPL constants
>         consider multiple events in efi_wait_for_event
>         move notification to new function efi_signal_event
> ---
>  include/efi_api.h             |  13 ++-
>  include/efi_loader.h          |  24 ++++++
>  lib/efi_loader/efi_boottime.c | 195 ++++++++++++++++++++++++++++--------------
>  3 files changed, 168 insertions(+), 64 deletions(-)

Could this use driver model for the events? There is a notify method
which could be a device operation.

Regards,
Simon


More information about the U-Boot mailing list