| Commit message (Expand) | Author | Age | Files | Lines |
* | efi_loader: fix ExitBootServices | Heinrich Schuchardt | 2018-01-22 | 1 | -3/+3 |
* | efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions | Heinrich Schuchardt | 2018-01-22 | 1 | -2/+10 |
* | efi_loader: consistently use efi_handle_t for handles | Heinrich Schuchardt | 2018-01-22 | 1 | -9/+11 |
* | efi_loader: fix signature of efi_disconnect_controller | Heinrich Schuchardt | 2018-01-22 | 1 | -2/+4 |
* | efi_loader: implement ConnectController | Heinrich Schuchardt | 2018-01-22 | 1 | -0/+22 |
* | efi_loader: support device path for IDE and SCSI disks | Heinrich Schuchardt | 2018-01-22 | 1 | -0/+15 |
* | efi_loader: efi_gop: use correct types for parameters | Heinrich Schuchardt | 2017-12-01 | 1 | -5/+5 |
* | efi_loader: consistently use efi_uintn_t in boot services | Heinrich Schuchardt | 2017-12-01 | 1 | -13/+16 |
* | efi_loader: replace UINTN by efi_uintn_t | Heinrich Schuchardt | 2017-12-01 | 1 | -4/+4 |
* | efi_loader: remove unused typedef for INTN | Heinrich Schuchardt | 2017-12-01 | 1 | -1/+0 |
* | efi_loader: console support for color attributes | Rob Clark | 2017-10-12 | 1 | -0/+33 |
* | efi_loader: Add mem-mapped for fallback | Rob Clark | 2017-10-12 | 1 | -0/+8 |
* | efi_loader: size fields in SimpleNetworkProtocol | Heinrich Schuchardt | 2017-10-09 | 1 | -2/+2 |
* | efi_loader: fix efi_net_get_status | Heinrich Schuchardt | 2017-10-09 | 1 | -0/+6 |
* | efi_loader: fill simple network protocol revision | Heinrich Schuchardt | 2017-10-09 | 1 | -0/+3 |
* | efi_loader: correct bits of receive_filters bit mask | Heinrich Schuchardt | 2017-10-09 | 1 | -5/+6 |
* | efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL | Heinrich Schuchardt | 2017-10-09 | 1 | -1/+1 |
* | efi_loader: wrong type in wait_for_event | Heinrich Schuchardt | 2017-10-09 | 1 | -1/+1 |
* | efi_loader: pass GUIDs as const efi_guid_t * | Heinrich Schuchardt | 2017-10-09 | 1 | -13/+14 |
* | efi_loader: parameters of CopyMem and SetMem | Heinrich Schuchardt | 2017-10-09 | 1 | -4/+3 |
* | efi_loader: Some console improvements for vidconsole | Rob Clark | 2017-09-20 | 1 | -2/+4 |
* | efi_loader: file_path should be variable length | Rob Clark | 2017-09-20 | 1 | -1/+1 |
* | efi_loader: add bootmgr | Rob Clark | 2017-09-20 | 1 | -0/+4 |
* | efi_loader: add file/filesys support | Rob Clark | 2017-09-20 | 1 | -0/+65 |
* | efi_loader: flesh out device-path to text | Rob Clark | 2017-09-20 | 1 | -0/+1 |
* | efi_loader: drop redundant efi_device_path_protocol | Rob Clark | 2017-09-20 | 1 | -10/+2 |
* | efi_loader: add device-path utils | Rob Clark | 2017-09-20 | 1 | -0/+10 |
* | efi: add some more device path structures | Peter Jones | 2017-09-20 | 1 | -0/+54 |
* | efi: add some missing __packed | Rob Clark | 2017-09-20 | 1 | -4/+4 |
* | efi_loader: expose protocols via GUID | Rob Clark | 2017-07-25 | 1 | -0/+9 |
* | efi_loader: parameter types for CreateEvent, SetTimer | xypron.glpk@gmx.de | 2017-07-24 | 1 | -4/+5 |
* | efi_loader: correct size for tpl level | xypron.glpk@gmx.de | 2017-07-19 | 1 | -3/+5 |
* | efi_loader: implement multiple event support | xypron.glpk@gmx.de | 2017-07-19 | 1 | -2/+11 |
* | efi_loader: use struct efi_event * instead of void * | xypron.glpk@gmx.de | 2017-07-19 | 1 | -10/+13 |
* | efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL | xypron.glpk@gmx.de | 2017-07-19 | 1 | -0/+24 |
* | efi_loader: implement InstallProtocolInterface | xypron.glpk@gmx.de | 2017-07-19 | 1 | -1/+1 |
* | efi_loader: run CreateEvent() notify function based on flags | Jonathan Gray | 2017-07-03 | 1 | -0/+3 |
* | efi: Use device device path type Messaging for network interface node | Oleksandr Tymoshenko | 2016-11-14 | 1 | -0/+13 |
* | smbios: Expose in efi_loader as table | Alexander Graf | 2016-10-19 | 1 | -0/+4 |
* | efi_loader: Add exit support | Alexander Graf | 2016-06-06 | 1 | -0/+10 |
* | efi_loader: Add network access support | Alexander Graf | 2016-05-27 | 1 | -0/+119 |
* | efi_loader: Increase path string to 32 characters | Alexander Graf | 2016-04-18 | 1 | -1/+1 |
* | efi_loader: Add GOP support | Alexander Graf | 2016-03-27 | 1 | -0/+47 |
* | include/efi_api.h: Add more detailed API definitions | Alexander Graf | 2016-03-15 | 1 | -37/+161 |
* | efi: Add start-up library code | Simon Glass | 2015-08-05 | 1 | -0/+244 |