summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-07-29lib: uuid: alignment error in gen_rand_uuid()Heinrich Schuchardt
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-07-23Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2019-07-19optee: Make TZDRAM config options contingent on CONFIG_OPTEEBryan O'Donoghue
2019-07-18lib: rsa: add support to other openssl engine types than pkcs11Vesa Jääskeläinen
2019-07-16efi_loader: unaligned access in efi_file_from_path()Heinrich Schuchardt
2019-07-16efi_loader: efi_dp_from_file() expect UTF-8 pathHeinrich Schuchardt
2019-07-16efi_loader: support unaligned u16 stringsHeinrich Schuchardt
2019-07-16efi_loader: function comments efi_bootmgr.cHeinrich Schuchardt
2019-07-16efi_loader: fix comment for struct efi_pool_allocationHeinrich Schuchardt
2019-07-16efi_loader: fix comments for variable servicesHeinrich Schuchardt
2019-07-16efi_driver: use Sphinx style commentsHeinrich Schuchardt
2019-07-16efi_loader: fix comments for efi_update_exit_data()Heinrich Schuchardt
2019-07-16efi_loader: fix function comments in efi_boottime.cHeinrich Schuchardt
2019-07-16efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue
2019-07-16efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt
2019-07-16efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt
2019-07-16efi_loader: efi_set_virtual_address_map_runtime()Heinrich Schuchardt
2019-07-16efi_selftest: do not call CloseEvent() after ExitBootServices()Heinrich Schuchardt
2019-07-13configs: Make USE_TINY_PRINTF depend on SPL||TPL and be defaultTom Rini
2019-07-10trace: do not limit trace buffer to 2GiBHeinrich Schuchardt
2019-07-10trace: make call depth limit customizableHeinrich Schuchardt
2019-07-10trace: conserve gd registerHeinrich Schuchardt
2019-07-10fdtdec: test: Fix memory leakThierry Reding
2019-07-10sandbox: Quit when hang() is calledSimon Glass
2019-07-06efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt
2019-07-06efi_loader: simplify detachingHeinrich Schuchardt
2019-07-06efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEMHeinrich Schuchardt
2019-07-06efi_loader: split off detaching SetVirtualAddress()Heinrich Schuchardt
2019-07-06efi_selftest: test variable services at runtimeHeinrich Schuchardt
2019-07-06efi_loader: unimplemented runtime servicesHeinrich Schuchardt
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt
2019-07-06efi_loader: clean up runtime detachingHeinrich Schuchardt
2019-07-06efi_loader: remove NULL entries from runtime detach listHeinrich Schuchardt
2019-07-06efi_loader: initialization of variable servicesHeinrich Schuchardt
2019-07-06efi_loader: move efi_query_variable_info()Heinrich Schuchardt
2019-07-06efi_loader: remove superfluous spaces in commentsHeinrich Schuchardt
2019-07-06efi_selftest: description of CMD_BOOTEFI_SELFTESTHeinrich Schuchardt
2019-06-21Merge tag 'efi-2019-07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2019-06-21lib: Makefile: build fdtdec_common.c when OF_LIBFDT selectedPeng Fan
2019-06-20efi_loader: fix typo in efi_variable.cHeinrich Schuchardt
2019-06-20efi_loader: Delete() return EFI_WARN_DELETE_FAILUREHeinrich Schuchardt
2019-06-20efi_loader: ListPackageLists() return EFI_NOT_FOUNDHeinrich Schuchardt
2019-06-20efi_loader: console incorrectly advertised left logo keyHeinrich Schuchardt
2019-06-20efi_loader: alternative scan codes for F5, END, HOMEHeinrich Schuchardt
2019-06-20efi_loader: GOP: provide accurate mode informationHeinrich Schuchardt
2019-06-20efi_loader: SetMode() must blank screenHeinrich Schuchardt
2019-06-20efi_loader: system table setupHeinrich Schuchardt
2019-06-20efi_loader: QueryMode() must allocate bufferHeinrich Schuchardt
2019-06-20efi_loader: SetMode() parameters checkHeinrich Schuchardt