aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada2-572/+0
2017-10-29efi_loader: Disable env_save() call on bootAlexander Graf1-4/+1
2017-10-13Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini14-222/+1559
2017-10-13efi_selftest: correctly check return valuesHeinrich Schuchardt2-2/+2
2017-10-12efi_loader: console support for color attributesRob Clark1-2/+25
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark2-0/+33
2017-10-10efi_loader: don't increment part twice per loopJonathan Gray1-1/+0
2017-10-10efi_loader: search all possible disk partitionsJonathan Gray1-8/+12
2017-10-09efi_selftest: error handling in SNP testHeinrich Schuchardt1-1/+8
2017-10-09efi_loader: comments for functions add missing @returnHeinrich Schuchardt1-1/+8
2017-10-09efi_loader: Fix disk dp's for pre-DM/legacy devicesRob Clark1-0/+11
2017-10-09efi_loader: avoid NULL dereference in efi_dp_matchHeinrich Schuchardt1-1/+2
2017-10-09efi_selftest: avoid dereferencing NULL in tpl testHeinrich Schuchardt1-1/+2
2017-10-09efi_selftest: efi_st_memcmp return difference of bytesHeinrich Schuchardt1-1/+1
2017-10-09efi_loader: supply EFI network testHeinrich Schuchardt3-1/+456
2017-10-09efi_selftest: allow printing MAC addressesHeinrich Schuchardt1-1/+40
2017-10-09efi_loader: fill return values in SimpleNetworkProtocolHeinrich Schuchardt1-2/+25
2017-10-09efi_loader: size fields in SimpleNetworkProtocolHeinrich Schuchardt1-4/+20
2017-10-09efi_loader: fix efi_net_get_statusHeinrich Schuchardt1-3/+8
2017-10-09efi_loader: implement WaitForPacket eventHeinrich Schuchardt1-0/+16
2017-10-09efi_loader: use events for efi_net_receiveHeinrich Schuchardt1-3/+50
2017-10-09efi_net: return EFI_UNSUPPORTED where appropriateHeinrich Schuchardt1-6/+4
2017-10-09efi_loader: efi_net: hwaddr_size = 6Heinrich Schuchardt1-0/+1
2017-10-09efi_loader: fill simple network protocol revisionHeinrich Schuchardt1-0/+1
2017-10-09efi_loader: wrong type in wait_for_eventHeinrich Schuchardt3-3/+3
2017-10-09efi_loader: pass GUIDs as const efi_guid_t *Heinrich Schuchardt1-19/+21
2017-10-09efi_loader: parameters of CopyMem and SetMemHeinrich Schuchardt1-5/+5
2017-10-09efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_memHeinrich Schuchardt1-0/+2
2017-10-09efi_loader: replace efi_div10 by do_divHeinrich Schuchardt1-34/+2
2017-10-09efi_loader: provide function comments for boot servicesHeinrich Schuchardt1-2/+638
2017-10-09efi_selftest: make tests easier to readHeinrich Schuchardt4-100/+126
2017-10-09efi_loader: use type bool for event statesHeinrich Schuchardt2-17/+17
2017-10-09efi_selftest: use efi_st_error for all error messagesHeinrich Schuchardt1-12/+10
2017-10-08ARMv8: get new GD address from gd->new_gd directlyzijun_hu1-0/+2
2017-10-06spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot1-9/+78
2017-10-05fdtdec: sort include filesJean-Jacques Hiblot1-5/+5
2017-10-05lib: allow building lzo for the SPLJean-Jacques Hiblot2-1/+7
2017-10-05gzip: add a function to parse the headerJean-Jacques Hiblot1-3/+12
2017-10-05lzo: add a function to check the validity of the headerJean-Jacques Hiblot1-4/+17
2017-10-05dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot1-1/+1
2017-10-05efi_loader: allow creating new handlesHeinrich Schuchardt1-2/+20
2017-10-02lib: Add CRC32-CMarek BehĂșn3-0/+42
2017-09-20efi_loader: Some console improvements for vidconsoleRob Clark1-23/+35
2017-09-20efi_loader: Correctly figure out size for vidconsoleRob Clark1-1/+15
2017-09-20efi_loader: split out escape sequence based size queryRob Clark1-23/+30
2017-09-20efi_loader: print GUIDsRob Clark2-14/+14
2017-09-20efi_loader: set loaded image code/data type properlyRob Clark1-0/+22
2017-09-20efi_loader: add bootmgrRob Clark4-4/+185
2017-09-20efi_loader: efi variable supportRob Clark4-5/+355
2017-09-20efi_loader: make pool allocations cacheline alignedRob Clark1-2/+3