mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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>
This commit is contained in:
parent
794219bd12
commit
7f6d874d17
2 changed files with 27 additions and 15 deletions
|
@ -1281,6 +1281,8 @@ struct efi_simple_network {
|
|||
struct efi_mac_address *dest_addr, u16 *protocol);
|
||||
struct efi_event *wait_for_packet;
|
||||
struct efi_simple_network_mode *mode;
|
||||
/* private fields */
|
||||
u32 int_status;
|
||||
};
|
||||
|
||||
#define EFI_PXE_BASE_CODE_PROTOCOL_GUID \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue