]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: create stub for CreateEventEx
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 4 Feb 2018 22:05:13 +0000 (23:05 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 9 Feb 2018 23:24:00 +0000 (00:24 +0100)
commitb956cd2f5d33a41179defba4625542c9ba893687
treeeed18f7dcd9d13fbb5bfc37f8c81c889888ffd0d
parentaae6b628e0caad4a186fd694bc4113c5af534962
efi_loader: create stub for CreateEventEx

Currently we set the function pointer for the CreateEventEx boot service
to NULL. When called this would lead to an immediate failure.

A function stub is provided which handles the case that the boot service
is called without an event group and returns EFI_UNSUPPORTED otherwise.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
lib/efi_loader/efi_boottime.c