summaryrefslogtreecommitdiff
path: root/doc/README.iomux
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2018-08-10 15:36:32 +0900
committerAlexander Graf <agraf@suse.de>2018-08-20 14:39:35 +0200
commit3748ed908fd478b36bf698839632b2514c450513 (patch)
treeaa387d69ec85689c5afa21b652ee99ac194930e5 /doc/README.iomux
parent122347f3663e454d73760b4f7ca5c39e680e1e18 (diff)
efi_loader: fix a parameter check at CreateEvent()
The commit 21b3edfc9644 ("efi_loader: check parameters of CreateEvent") enforces a strict parameter check at CreateEvent(). On the other hand, UEFI specification version 2.7, section 7.1, says: The EVT_NOTIFY_WAIT and EVT_NOTIFY_SIGNAL flags are exclusive. If neither flag is specified, the caller does not require any notification concerning the event and the NotifyTpl, NotifyFunction, and NotifyContext parameters are ignored. So the check should be mitigated so as to comply with the specification. Without this patch, EDK2's Shell.efi won't be started. Fixes: 21b3edfc9644 ("efi_loader: check parameters of CreateEvent") Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'doc/README.iomux')
0 files changed, 0 insertions, 0 deletions