
9 Oct
2017
9 Oct
'17
6:44 a.m.
On 5 October 2017 at 08:36, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
A timer event is defined. The timer handler cares for receiving new packets.
efi_timer_check is called both in efi_net_transmit and efi_net_receive to enable events during network communication.
Calling efi_timer_check in efi_net_get_status is implemented in a separate patch.
Can you explain in the commit message why this patch is needed?
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v2 no change
lib/efi_loader/efi_net.c | 53 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org