summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-07-24Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini12-107/+398
2019-07-18lib: rsa: add support to other openssl engine types than pkcs11Vesa Jääskeläinen1-0/+18
2019-07-17efi_loader: unaligned access in efi_file_from_path()Heinrich Schuchardt1-1/+6
2019-07-17efi_loader: efi_dp_from_file() expect UTF-8 pathHeinrich Schuchardt1-9/+31
2019-07-17efi_loader: support unaligned u16 stringsHeinrich Schuchardt1-9/+14
2019-07-17efi_loader: function comments efi_bootmgr.cHeinrich Schuchardt1-7/+40
2019-07-17efi_loader: fix comment for struct efi_pool_allocationHeinrich Schuchardt1-5/+9
2019-07-17efi_loader: fix comments for variable servicesHeinrich Schuchardt1-4/+23
2019-07-17efi_driver: use Sphinx style commentsHeinrich Schuchardt1-19/+20
2019-07-17efi_loader: fix comments for efi_update_exit_data()Heinrich Schuchardt1-3/+3
2019-07-17efi_loader: fix function comments in efi_boottime.cHeinrich Schuchardt1-3/+4
2019-07-17efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue2-15/+23
2019-07-17efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt2-0/+193
2019-07-17efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt2-8/+31
2019-07-17efi_loader: efi_set_virtual_address_map_runtime()Heinrich Schuchardt1-1/+1
2019-07-17efi_selftest: do not call CloseEvent() after ExitBootServices()Heinrich Schuchardt1-23/+0
2019-07-13configs: Make USE_TINY_PRINTF depend on SPL||TPL and be defaultTom Rini1-0/+2
2019-07-11trace: do not limit trace buffer to 2GiBHeinrich Schuchardt1-7/+7
2019-07-11trace: make call depth limit customizableHeinrich Schuchardt2-2/+17
2019-07-11trace: conserve gd registerHeinrich Schuchardt1-0/+49
2019-07-11fdtdec: test: Fix memory leakThierry Reding1-0/+2
2019-07-11sandbox: Quit when hang() is calledSimon Glass1-0/+3
2019-07-06efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt2-1/+4
2019-07-06efi_loader: simplify detachingHeinrich Schuchardt1-32/+8
2019-07-06efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEMHeinrich Schuchardt2-4/+7
2019-07-06efi_loader: split off detaching SetVirtualAddress()Heinrich Schuchardt1-11/+58
2019-07-06efi_selftest: test variable services at runtimeHeinrich Schuchardt2-0/+95
2019-07-06efi_loader: unimplemented runtime servicesHeinrich Schuchardt1-32/+2
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt3-10/+46
2019-07-06efi_loader: clean up runtime detachingHeinrich Schuchardt1-23/+55
2019-07-06efi_loader: remove NULL entries from runtime detach listHeinrich Schuchardt2-20/+9
2019-07-06efi_loader: initialization of variable servicesHeinrich Schuchardt2-0/+15
2019-07-06efi_loader: move efi_query_variable_info()Heinrich Schuchardt2-27/+27
2019-07-06efi_loader: remove superfluous spaces in commentsHeinrich Schuchardt1-4/+4
2019-07-06efi_selftest: description of CMD_BOOTEFI_SELFTESTHeinrich Schuchardt1-4/+4
2019-06-21Merge tag 'efi-2019-07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini7-86/+107
2019-06-21lib: Makefile: build fdtdec_common.c when OF_LIBFDT selectedPeng Fan1-1/+1
2019-06-21efi_loader: fix typo in efi_variable.cHeinrich Schuchardt1-2/+2
2019-06-21efi_loader: Delete() return EFI_WARN_DELETE_FAILUREHeinrich Schuchardt1-8/+2
2019-06-21efi_loader: ListPackageLists() return EFI_NOT_FOUNDHeinrich Schuchardt1-35/+14
2019-06-21efi_loader: console incorrectly advertised left logo keyHeinrich Schuchardt1-3/+1
2019-06-21efi_loader: alternative scan codes for F5, END, HOMEHeinrich Schuchardt1-8/+14
2019-06-21efi_loader: GOP: provide accurate mode informationHeinrich Schuchardt1-12/+12
2019-06-21efi_loader: SetMode() must blank screenHeinrich Schuchardt1-12/+38
2019-06-21efi_loader: system table setupHeinrich Schuchardt1-5/+5
2019-06-21efi_loader: QueryMode() must allocate bufferHeinrich Schuchardt2-1/+10
2019-06-21efi_loader: SetMode() parameters checkHeinrich Schuchardt1-3/+5
2019-06-21efi_loader: QueryMode() check parametersHeinrich Schuchardt1-1/+8
2019-06-21efi_loader: Blt() with incorrect BltOperationHeinrich Schuchardt1-1/+1
2019-06-14efi_loader: fix SetAttribute()Heinrich Schuchardt1-0/+2