Re: [U-Boot] [PATCH] efi_loader: fix a parameter check at CreateEvent()

2018-08-10 Thread Heinrich Schuchardt
On 08/10/2018 08:36 AM, AKASHI Takahiro wrote: > 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 f

[U-Boot] [PATCH] efi_loader: fix a parameter check at CreateEvent()

2018-08-09 Thread AKASHI Takahiro
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