| Commit message (Expand) | Author | Age | Files | Lines |
* | efi_loader: parameter checks simple network protocol | Heinrich Schuchardt | 2019-05-19 | 1 | -3/+3 |
* | efi_loader: consistent naming of protocol GUIDs | Heinrich Schuchardt | 2019-04-23 | 1 | -2/+2 |
* | efi_loader: fix simple network protocol | Heinrich Schuchardt | 2018-12-02 | 1 | -59/+332 |
* | efi_loader: correctly aligned transmit buffer | Heinrich Schuchardt | 2018-12-02 | 1 | -11/+20 |
* | efi_loader: fix typos | Heinrich Schuchardt | 2018-12-02 | 1 | -4/+4 |
* | efi_loader: rename parent to header | Heinrich Schuchardt | 2018-12-02 | 1 | -8/+14 |
* | efi_loader: eliminate handle member | Heinrich Schuchardt | 2018-12-02 | 1 | -3/+3 |
* | efi_loader: remove lcd.h from efi_net.c | Heinrich Schuchardt | 2018-10-16 | 1 | -1/+0 |
* | Remove <inttypes.h> includes and PRI* usages in printf() entirely | Masahiro Yamada | 2018-09-10 | 1 | -1/+0 |
* | initialize net_mode.if_type | Andrew Thomas | 2018-07-26 | 1 | -0/+1 |
* | SPDX: Convert a few files that were missed before | Tom Rini | 2018-05-10 | 1 | -2/+1 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | efi_loader: completely initialize network | Heinrich Schuchardt | 2018-04-05 | 1 | -2/+34 |
* | efi_loader: use TPL_NOTIFY for network timer event | Heinrich Schuchardt | 2018-04-04 | 1 | -1/+3 |
* | efi_loader: implement event groups | Heinrich Schuchardt | 2018-04-04 | 1 | -2/+2 |
* | efi_loader: return efi_status_t from efi_net_register | Heinrich Schuchardt | 2018-04-04 | 1 | -11/+13 |
* | efi_loader: helper function to add EFI object to list | Heinrich Schuchardt | 2017-12-01 | 1 | -3/+1 |
* | efi_loader: manage protocols in a linked list | Heinrich Schuchardt | 2017-12-01 | 1 | -0/+1 |
* | efi_loader: efi_net: use efi_add_protocol | Heinrich Schuchardt | 2017-12-01 | 1 | -14/+20 |
* | efi_loader: efi_net: check return value of calloc | Heinrich Schuchardt | 2017-12-01 | 1 | -0/+4 |
* | efi_loader: fill return values in SimpleNetworkProtocol | Heinrich Schuchardt | 2017-10-09 | 1 | -2/+25 |
* | efi_loader: size fields in SimpleNetworkProtocol | Heinrich Schuchardt | 2017-10-09 | 1 | -4/+20 |
* | efi_loader: fix efi_net_get_status | Heinrich Schuchardt | 2017-10-09 | 1 | -3/+8 |
* | efi_loader: implement WaitForPacket event | Heinrich Schuchardt | 2017-10-09 | 1 | -0/+16 |
* | efi_loader: use events for efi_net_receive | Heinrich Schuchardt | 2017-10-09 | 1 | -3/+50 |
* | efi_net: return EFI_UNSUPPORTED where appropriate | Heinrich Schuchardt | 2017-10-09 | 1 | -6/+4 |
* | efi_loader: efi_net: hwaddr_size = 6 | Heinrich Schuchardt | 2017-10-09 | 1 | -0/+1 |
* | efi_loader: fill simple network protocol revision | Heinrich Schuchardt | 2017-10-09 | 1 | -0/+1 |
* | efi_loader: refactor boot device and loaded_image handling | Rob Clark | 2017-09-20 | 1 | -4/+1 |
* | efi_loader: use proper device-paths for net | Rob Clark | 2017-09-20 | 1 | -17/+2 |
* | efi_loader: refactor efi_open_protocol | xypron.glpk@gmx.de | 2017-07-19 | 1 | -27/+3 |
* | efi: Use device device path type Messaging for network interface node | Oleksandr Tymoshenko | 2016-11-14 | 1 | -8/+9 |
* | efi: Fix missing EFIAPI specifiers | Simon Glass | 2016-10-19 | 1 | -2/+2 |
* | efi_loader: Allow bouncing for network | Alexander Graf | 2016-10-19 | 1 | -0/+7 |
* | efi_loader: Add network access support | Alexander Graf | 2016-05-27 | 1 | -0/+291 |