Hi, On 18 July 2017 at 12:17, Heinrich Schuchardt <[email protected]> wrote: > Up to now the boot time supported only a single event. > This patch now allows four events. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > 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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

