All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] efi_loader: implement event groups
@ 2018-02-18 14:17 Heinrich Schuchardt
  2018-02-18 14:17 ` [U-Boot] [PATCH 1/5] efi_loader: fix formatting errors Heinrich Schuchardt
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Heinrich Schuchardt @ 2018-02-18 14:17 UTC (permalink / raw)
  To: u-boot

The patch series provides support for event groups. If any event of the
group is signaled all other events are signaled too.

The events are managed in a linked list instead of an array.

Some formatting errors are fixed.

Heinrich Schuchardt (5):
  efi_loader: fix formatting errors
  efi_loader: manage events in a linked list
  efi_loader: define GUIDS for event groups
  efi_loader: implement event groups
  efi_selftest: unit test for event groups

 include/efi_api.h                            |  21 ++
 include/efi_loader.h                         |  28 ++-
 lib/efi_loader/efi_boottime.c                | 339 ++++++++++++++++-----------
 lib/efi_loader/efi_console.c                 |   6 +-
 lib/efi_loader/efi_net.c                     |   4 +-
 lib/efi_loader/efi_runtime.c                 |  11 +
 lib/efi_loader/efi_watchdog.c                |   2 +-
 lib/efi_selftest/Makefile                    |   1 +
 lib/efi_selftest/efi_selftest_event_groups.c | 140 +++++++++++
 9 files changed, 400 insertions(+), 152 deletions(-)
 create mode 100644 lib/efi_selftest/efi_selftest_event_groups.c

-- 
2.14.2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-12 19:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-18 14:17 [U-Boot] [PATCH 0/5] efi_loader: implement event groups Heinrich Schuchardt
2018-02-18 14:17 ` [U-Boot] [PATCH 1/5] efi_loader: fix formatting errors Heinrich Schuchardt
2018-02-18 14:17 ` [U-Boot] [PATCH 2/5] efi_loader: manage events in a linked list Heinrich Schuchardt
2018-02-18 14:17 ` [U-Boot] [PATCH 3/5] efi_loader: define GUIDS for event groups Heinrich Schuchardt
2018-02-18 14:17 ` [U-Boot] [PATCH 4/5] efi_loader: implement " Heinrich Schuchardt
2018-02-18 14:17 ` [U-Boot] [PATCH 5/5] efi_selftest: unit test for " Heinrich Schuchardt
2018-03-12 17:59   ` Heinrich Schuchardt
2018-03-12 19:50     ` Alexander Graf

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.