[U-Boot] [PATCH 0/2] efi_loader: implement event queue

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Jun 10 21:10:02 UTC 2019


Up to now we have only been using a flag queued for events. But this does
not satisfy the requirements of the UEFI spec. Events must be notified in
the sequence of decreasing TPL level and within a TPL level in the sequence
of signaling.

Implement a queue for signaled events.

Adjust the test case for event groups.

Heinrich Schuchardt (2):
  efi_selftest: correct event group test
  efi_loader: implement event queue

 include/efi_loader.h                         |  4 +-
 lib/efi_loader/efi_boottime.c                | 94 ++++++++++++++------
 lib/efi_selftest/efi_selftest_event_groups.c |  9 +-
 3 files changed, 74 insertions(+), 33 deletions(-)

--
2.20.1



More information about the U-Boot mailing list