]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commita26f0d3b7fa7f45e3fc087e14dc688b3340dc8cb
tree667c4730184e27d5714d98f4f9e3effc734128ae
parent6a6eddf64a21f806ee02520c25516fbc2633e6d2
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