aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_net.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt1-3/+1
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt1-0/+1
2017-12-01efi_loader: efi_net: use efi_add_protocolHeinrich Schuchardt1-14/+20
2017-12-01efi_loader: efi_net: check return value of callocHeinrich Schuchardt1-0/+4
2017-10-09efi_loader: fill return values in SimpleNetworkProtocolHeinrich Schuchardt1-2/+25
2017-10-09efi_loader: size fields in SimpleNetworkProtocolHeinrich Schuchardt1-4/+20
2017-10-09efi_loader: fix efi_net_get_statusHeinrich Schuchardt1-3/+8
2017-10-09efi_loader: implement WaitForPacket eventHeinrich Schuchardt1-0/+16
2017-10-09efi_loader: use events for efi_net_receiveHeinrich Schuchardt1-3/+50
2017-10-09efi_net: return EFI_UNSUPPORTED where appropriateHeinrich Schuchardt1-6/+4
2017-10-09efi_loader: efi_net: hwaddr_size = 6Heinrich Schuchardt1-0/+1
2017-10-09efi_loader: fill simple network protocol revisionHeinrich Schuchardt1-0/+1
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark1-4/+1
2017-09-20efi_loader: use proper device-paths for netRob Clark1-17/+2
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de1-27/+3
2016-11-14efi: Use device device path type Messaging for network interface nodeOleksandr Tymoshenko1-8/+9
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass1-2/+2
2016-10-19efi_loader: Allow bouncing for networkAlexander Graf1-0/+7
2016-05-27efi_loader: Add network access supportAlexander Graf1-0/+291