
28 Jul
2017
28 Jul
'17
6:19 a.m.
Hi,
On 18 July 2017 at 12:17, Heinrich Schuchardt xypron.glpk@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@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