aboutsummaryrefslogtreecommitdiff
path: root/include/efi_api.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-01efi_loader: efi_gop: use correct types for parametersHeinrich Schuchardt1-5/+5
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt1-13/+16
2017-12-01efi_loader: replace UINTN by efi_uintn_tHeinrich Schuchardt1-4/+4
2017-12-01efi_loader: remove unused typedef for INTNHeinrich Schuchardt1-1/+0
2017-10-12efi_loader: console support for color attributesRob Clark1-0/+33
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark1-0/+8
2017-10-09efi_loader: size fields in SimpleNetworkProtocolHeinrich Schuchardt1-2/+2
2017-10-09efi_loader: fix efi_net_get_statusHeinrich Schuchardt1-0/+6
2017-10-09efi_loader: fill simple network protocol revisionHeinrich Schuchardt1-0/+3
2017-10-09efi_loader: correct bits of receive_filters bit maskHeinrich Schuchardt1-5/+6
2017-10-09efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOLHeinrich Schuchardt1-1/+1
2017-10-09efi_loader: wrong type in wait_for_eventHeinrich Schuchardt1-1/+1
2017-10-09efi_loader: pass GUIDs as const efi_guid_t *Heinrich Schuchardt1-13/+14
2017-10-09efi_loader: parameters of CopyMem and SetMemHeinrich Schuchardt1-4/+3
2017-09-20efi_loader: Some console improvements for vidconsoleRob Clark1-2/+4
2017-09-20efi_loader: file_path should be variable lengthRob Clark1-1/+1
2017-09-20efi_loader: add bootmgrRob Clark1-0/+4
2017-09-20efi_loader: add file/filesys supportRob Clark1-0/+65
2017-09-20efi_loader: flesh out device-path to textRob Clark1-0/+1
2017-09-20efi_loader: drop redundant efi_device_path_protocolRob Clark1-10/+2
2017-09-20efi_loader: add device-path utilsRob Clark1-0/+10
2017-09-20efi: add some more device path structuresPeter Jones1-0/+54
2017-09-20efi: add some missing __packedRob Clark1-4/+4
2017-07-25efi_loader: expose protocols via GUIDRob Clark1-0/+9
2017-07-24efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de1-4/+5
2017-07-19efi_loader: correct size for tpl levelxypron.glpk@gmx.de1-3/+5
2017-07-19efi_loader: implement multiple event supportxypron.glpk@gmx.de1-2/+11
2017-07-19efi_loader: use struct efi_event * instead of void *xypron.glpk@gmx.de1-10/+13
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de1-0/+24
2017-07-19efi_loader: implement InstallProtocolInterfacexypron.glpk@gmx.de1-1/+1
2017-07-03efi_loader: run CreateEvent() notify function based on flagsJonathan Gray1-0/+3
2016-11-14efi: Use device device path type Messaging for network interface nodeOleksandr Tymoshenko1-0/+13
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf1-0/+4
2016-06-06efi_loader: Add exit supportAlexander Graf1-0/+10
2016-05-27efi_loader: Add network access supportAlexander Graf1-0/+119
2016-04-18efi_loader: Increase path string to 32 charactersAlexander Graf1-1/+1
2016-03-27efi_loader: Add GOP supportAlexander Graf1-0/+47
2016-03-15include/efi_api.h: Add more detailed API definitionsAlexander Graf1-37/+161
2015-08-05efi: Add start-up library codeSimon Glass1-0/+244