efi_loader: interrupts in simple network protocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 31 Aug 2019 07:56:30 +0000 (09:56 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Sep 2019 21:18:51 +0000 (23:18 +0200)
commit7f6d874d176e75e817d2c784b752d6f077069b04
tree667c4730184e27d5714d98f4f9e3effc734128ae
parent794219bd1234afcbb156c3674a3864e90047826c
efi_loader: interrupts in simple network protocol

GetStatus() must clear the interrupt status.
Transmit() should set the TX interrupt.
Receive() should clear the RX interrupt.
Initialize() and Start() should clear the interrupt status.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_api.h
lib/efi_loader/efi_net.c