summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-08-15efi_loader: do not call efi_runtime_detach twiceHeinrich Schuchardt1-9/+4
2019-08-15efi_loader: parameter check in SetVirtualAddressMapHeinrich Schuchardt1-3/+10
2019-08-15efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stubHeinrich Schuchardt1-3/+129
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Drop the ACTION typedefSimon Glass1-9/+9
2019-08-11env: Drop _ENTRYSimon Glass1-3/+4
2019-08-11env: Drop the ENTRY typedefSimon Glass1-22/+23
2019-08-11env: Move env_get() to env.hSimon Glass2-0/+2
2019-08-11env: Move env_set() to env.hSimon Glass2-0/+2
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+1
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass3-2/+5
2019-07-30efi_selftest: sharpen ConvertPointer() testHeinrich Schuchardt1-8/+22
2019-07-30efi_loader: implement ConvertPointer()Heinrich Schuchardt1-4/+71
2019-07-30efi_loader: definition of efi_virtual_address_map()Heinrich Schuchardt1-7/+7
2019-07-30efi_selftest: fix SetVirtualAddressMap unit testHeinrich Schuchardt1-0/+1
2019-07-30efi_loader: re-enable GRUB workaround on 32bit ARMHeinrich Schuchardt2-15/+21
2019-07-29lib: uuid: alignment error in gen_rand_uuid()Heinrich Schuchardt1-7/+7
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+2
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-19optee: Make TZDRAM config options contingent on CONFIG_OPTEEBryan O'Donoghue1-0/+2
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