summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-09efi_selftest: avoid dereferencing NULL in tpl testHeinrich Schuchardt
2017-10-09efi_selftest: efi_st_memcmp return difference of bytesHeinrich Schuchardt
2017-10-09efi_loader: supply EFI network testHeinrich Schuchardt
2017-10-09efi_selftest: allow printing MAC addressesHeinrich Schuchardt
2017-10-09efi_loader: fill return values in SimpleNetworkProtocolHeinrich Schuchardt
2017-10-09efi_loader: size fields in SimpleNetworkProtocolHeinrich Schuchardt
2017-10-09efi_loader: fix efi_net_get_statusHeinrich Schuchardt
2017-10-09efi_loader: implement WaitForPacket eventHeinrich Schuchardt
2017-10-09efi_loader: use events for efi_net_receiveHeinrich Schuchardt
2017-10-09efi_net: return EFI_UNSUPPORTED where appropriateHeinrich Schuchardt
2017-10-09efi_loader: efi_net: hwaddr_size = 6Heinrich Schuchardt
2017-10-09efi_loader: fill simple network protocol revisionHeinrich 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-10-09efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_memHeinrich Schuchardt
2017-10-09efi_loader: replace efi_div10 by do_divHeinrich Schuchardt
2017-10-09efi_loader: provide function comments for boot servicesHeinrich Schuchardt
2017-10-09efi_selftest: make tests easier to readHeinrich Schuchardt
2017-10-09efi_loader: use type bool for event statesHeinrich Schuchardt
2017-10-09efi_selftest: use efi_st_error for all error messagesHeinrich Schuchardt
2017-10-08ARMv8: get new GD address from gd->new_gd directlyzijun_hu
2017-10-06spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot
2017-10-05fdtdec: sort include filesJean-Jacques Hiblot
2017-10-05lib: allow building lzo for the SPLJean-Jacques Hiblot
2017-10-05gzip: add a function to parse the headerJean-Jacques Hiblot
2017-10-05lzo: add a function to check the validity of the headerJean-Jacques Hiblot
2017-10-05dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot
2017-10-05efi_loader: allow creating new handlesHeinrich Schuchardt
2017-10-02lib: Add CRC32-CMarek BehĂșn
2017-09-20efi_loader: Some console improvements for vidconsoleRob Clark
2017-09-20efi_loader: Correctly figure out size for vidconsoleRob Clark
2017-09-20efi_loader: split out escape sequence based size queryRob Clark
2017-09-20efi_loader: print GUIDsRob Clark
2017-09-20efi_loader: set loaded image code/data type properlyRob Clark
2017-09-20efi_loader: add bootmgrRob Clark
2017-09-20efi_loader: efi variable supportRob Clark
2017-09-20efi_loader: make pool allocations cacheline alignedRob Clark
2017-09-20efi_loader: support load_image() from a file-pathRob Clark
2017-09-20efi_loader: add file/filesys supportRob Clark
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark
2017-09-20efi_loader: use proper device-paths for netRob Clark
2017-09-20efi_loader: use proper device-paths for partitionsRob 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-18efi_selftest: check notification of ExitBootServicesHeinrich Schuchardt
2017-09-18efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt
2017-09-18efi_selftest: test task priority levelsHeinrich Schuchardt
2017-09-18efi_loader: implement task priority level (TPL)Heinrich Schuchardt