summaryrefslogtreecommitdiff
path: root/include/efi_api.h
AgeCommit message (Expand)Author
2018-02-10efi_loader: add missing runtime services stubsHeinrich Schuchardt
2018-02-10efi_loader: create stub for CreateEventExHeinrich Schuchardt
2018-01-22efi_loader: fix ExitBootServicesHeinrich Schuchardt
2018-01-22efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitionsHeinrich Schuchardt
2018-01-22efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt
2018-01-22efi_loader: fix signature of efi_disconnect_controllerHeinrich Schuchardt
2018-01-22efi_loader: implement ConnectControllerHeinrich Schuchardt
2018-01-22efi_loader: support device path for IDE and SCSI disksHeinrich Schuchardt
2017-12-01efi_loader: efi_gop: use correct types for parametersHeinrich Schuchardt
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt
2017-12-01efi_loader: replace UINTN by efi_uintn_tHeinrich Schuchardt
2017-12-01efi_loader: remove unused typedef for INTNHeinrich Schuchardt
2017-10-12efi_loader: console support for color attributesRob Clark
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark
2017-10-09efi_loader: size fields in SimpleNetworkProtocolHeinrich Schuchardt
2017-10-09efi_loader: fix efi_net_get_statusHeinrich Schuchardt
2017-10-09efi_loader: fill simple network protocol revisionHeinrich Schuchardt
2017-10-09efi_loader: correct bits of receive_filters bit maskHeinrich Schuchardt
2017-10-09efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOLHeinrich Schuchardt
2017-10-09efi_loader: wrong type in wait_for_eventHeinrich Schuchardt
2017-10-09efi_loader: pass GUIDs as const efi_guid_t *Heinrich Schuchardt
2017-10-09efi_loader: parameters of CopyMem and SetMemHeinrich Schuchardt
2017-09-20efi_loader: Some console improvements for vidconsoleRob Clark
2017-09-20efi_loader: file_path should be variable lengthRob Clark
2017-09-20efi_loader: add bootmgrRob Clark
2017-09-20efi_loader: add file/filesys supportRob Clark
2017-09-20efi_loader: flesh out device-path to textRob Clark
2017-09-20efi_loader: drop redundant efi_device_path_protocolRob Clark
2017-09-20efi_loader: add device-path utilsRob Clark
2017-09-20efi: add some more device path structuresPeter Jones
2017-09-20efi: add some missing __packedRob Clark
2017-07-25efi_loader: expose protocols via GUIDRob Clark
2017-07-24efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de
2017-07-19efi_loader: correct size for tpl levelxypron.glpk@gmx.de
2017-07-19efi_loader: implement multiple event supportxypron.glpk@gmx.de
2017-07-19efi_loader: use struct efi_event * instead of void *xypron.glpk@gmx.de
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de
2017-07-19efi_loader: implement InstallProtocolInterfacexypron.glpk@gmx.de
2017-07-03efi_loader: run CreateEvent() notify function based on flagsJonathan Gray
2016-11-14efi: Use device device path type Messaging for network interface nodeOleksandr Tymoshenko
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf
2016-06-06efi_loader: Add exit supportAlexander Graf
2016-05-27efi_loader: Add network access supportAlexander Graf
2016-04-18efi_loader: Increase path string to 32 charactersAlexander Graf
2016-03-27efi_loader: Add GOP supportAlexander Graf
2016-03-15include/efi_api.h: Add more detailed API definitionsAlexander Graf
2015-08-05efi: Add start-up library codeSimon Glass