u-boot/lib/efi_loader
Heinrich Schuchardt a0549ef607 efi_loader: use events for efi_net_receive
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.

[agraf] This patch is needed to make efi_net_get_status() actually
        report incoming packets.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
[agraf: fix spelling in comment]
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
2017-10-09 07:00:33 +02:00
..
2017-09-20 11:08:01 +02:00
2017-08-11 13:49:23 +02:00
2017-09-20 11:00:57 +02:00
2017-09-20 11:10:42 +02:00
2016-11-14 23:24:04 +01:00
2017-09-20 11:08:01 +02:00