summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-29efi_loader: Disable env_save() call on bootAlexander Graf
2017-10-13Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2017-10-13efi_selftest: correctly check return valuesHeinrich Schuchardt
2017-10-12efi_loader: console support for color attributesRob Clark
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark
2017-10-10efi_loader: don't increment part twice per loopJonathan Gray
2017-10-10efi_loader: search all possible disk partitionsJonathan Gray
2017-10-09efi_selftest: error handling in SNP testHeinrich Schuchardt
2017-10-09efi_loader: comments for functions add missing @returnHeinrich Schuchardt
2017-10-09efi_loader: Fix disk dp's for pre-DM/legacy devicesRob Clark
2017-10-09efi_loader: avoid NULL dereference in efi_dp_matchHeinrich Schuchardt
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