summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-11-20Merge git://git.denx.de/u-boot-dmTom Rini1-2/+58
2017-11-17tpm: add more missing va_end()André Draszik1-1/+4
2017-11-17tpm: add tpm_get_random()André Draszik1-0/+43
2017-11-17lib: libfdt: wrap scripts/dtc/libfdt/* where possibleMasahiro Yamada7-1483/+24
2017-11-17libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada1-50/+1
2017-11-17libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada1-67/+0
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada2-572/+0
2017-11-17tpm: fix reading of permanent flagsAndré Draszik1-1/+11
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-06fdtdec: sort include filesJean-Jacques Hiblot1-5/+5
2017-10-06lib: allow building lzo for the SPLJean-Jacques Hiblot2-1/+7
2017-10-06gzip: add a function to parse the headerJean-Jacques Hiblot1-3/+12
2017-10-06lzo: add a function to check the validity of the headerJean-Jacques Hiblot1-4/+17
2017-10-06dts: 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-03lib: Add CRC32-CMarek Behún3-0/+42
2017-09-20efi_loader: Some console improvements for vidconsoleRob Clark1-23/+35