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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to