commit | 717c4583d9f684a9d39a246b35525bc53e8110be | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Feb 04 23:05:13 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Sat Feb 10 00:24:00 2018 +0100 |
tree | eed18f7dcd9d13fbb5bfc37f8c81c889888ffd0d | |
parent | 92aef0fbd499d7ff635f4f4076265d1cf7d1e428 [diff] |
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>