aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_net.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-05efi_loader: completely initialize networkHeinrich Schuchardt1-2/+34
2018-04-04efi_loader: use TPL_NOTIFY for network timer eventHeinrich Schuchardt1-1/+3
2018-04-04efi_loader: implement event groupsHeinrich Schuchardt1-2/+2
2018-04-04efi_loader: return efi_status_t from efi_net_registerHeinrich Schuchardt1-11/+13
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