commit | e371c5fd12868c0448cae9cdb1f45e3835586cd5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 05 16:36:02 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Oct 09 07:00:34 2017 +0200 |
tree | c985e4277d6e5be0303e97a90af61f59cd741454 | |
parent | 0c153c203f224b924df4eab0c67a2884d0968fd6 [diff] |
efi_loader: fix efi_net_get_status The returned interrupt status was wrong. As out transmit buffer is empty we need to always set EFI_SIMPLE_NETWORK_TRANSMIT_INTERRUPT. When we have received a packet we need to set EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT. Furthermore we should call efi_timer_check() to handle events. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>