Re: [U-Boot] [PATCH v2 11/17] efi_loader: implement WaitForPacket event

2017-10-06 Thread Alexander Graf
On 05.10.17 16:36, Heinrich Schuchardt wrote: > The WaitForPacket event informs that a network package has been > received by the SimpleNetworkProtocol. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > signaled has been renamed to is_signaled and is bool > --- > lib/efi_loader/efi_net

[U-Boot] [PATCH v2 11/17] efi_loader: implement WaitForPacket event

2017-10-05 Thread Heinrich Schuchardt
The WaitForPacket event informs that a network package has been received by the SimpleNetworkProtocol. Signed-off-by: Heinrich Schuchardt --- v2 signaled has been renamed to is_signaled and is bool --- lib/efi_loader/efi_net.c | 17 + 1 file changed, 17 insertions(+) dif