summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-271-0/+2
|\
| * optee: Make TZDRAM config options contingent on CONFIG_OPTEEBryan O'Donoghue2019-07-191-0/+2
* | Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-07-2312-107/+398
|\ \ | |/ |/|
| * efi_loader: unaligned access in efi_file_from_path()Heinrich Schuchardt2019-07-161-1/+6
| * efi_loader: efi_dp_from_file() expect UTF-8 pathHeinrich Schuchardt2019-07-161-9/+31
| * efi_loader: support unaligned u16 stringsHeinrich Schuchardt2019-07-161-9/+14
| * efi_loader: function comments efi_bootmgr.cHeinrich Schuchardt2019-07-161-7/+40
| * efi_loader: fix comment for struct efi_pool_allocationHeinrich Schuchardt2019-07-161-5/+9
| * efi_loader: fix comments for variable servicesHeinrich Schuchardt2019-07-161-4/+23
| * efi_driver: use Sphinx style commentsHeinrich Schuchardt2019-07-161-19/+20
| * efi_loader: fix comments for efi_update_exit_data()Heinrich Schuchardt2019-07-161-3/+3
| * efi_loader: fix function comments in efi_boottime.cHeinrich Schuchardt2019-07-161-3/+4
| * efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue2019-07-162-15/+23
| * efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt2019-07-162-0/+193
| * efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt2019-07-162-8/+31
| * efi_loader: efi_set_virtual_address_map_runtime()Heinrich Schuchardt2019-07-161-1/+1
| * efi_selftest: do not call CloseEvent() after ExitBootServices()Heinrich Schuchardt2019-07-161-23/+0
* | lib: rsa: add support to other openssl engine types than pkcs11Vesa Jääskeläinen2019-07-181-0/+18
|/
* configs: Make USE_TINY_PRINTF depend on SPL||TPL and be defaultTom Rini2019-07-131-0/+2
* trace: do not limit trace buffer to 2GiBHeinrich Schuchardt2019-07-101-7/+7
* trace: make call depth limit customizableHeinrich Schuchardt2019-07-102-2/+17
* trace: conserve gd registerHeinrich Schuchardt2019-07-101-0/+49
* fdtdec: test: Fix memory leakThierry Reding2019-07-101-0/+2
* sandbox: Quit when hang() is calledSimon Glass2019-07-101-0/+3
* efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt2019-07-062-1/+4
* efi_loader: simplify detachingHeinrich Schuchardt2019-07-061-32/+8
* efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEMHeinrich Schuchardt2019-07-062-4/+7
* efi_loader: split off detaching SetVirtualAddress()Heinrich Schuchardt2019-07-061-11/+58
* efi_selftest: test variable services at runtimeHeinrich Schuchardt2019-07-062-0/+95
* efi_loader: unimplemented runtime servicesHeinrich Schuchardt2019-07-061-32/+2
* efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt2019-07-063-10/+46
* efi_loader: clean up runtime detachingHeinrich Schuchardt2019-07-061-23/+55
* efi_loader: remove NULL entries from runtime detach listHeinrich Schuchardt2019-07-062-20/+9
* efi_loader: initialization of variable servicesHeinrich Schuchardt2019-07-062-0/+15
* efi_loader: move efi_query_variable_info()Heinrich Schuchardt2019-07-062-27/+27
* efi_loader: remove superfluous spaces in commentsHeinrich Schuchardt2019-07-061-4/+4
* efi_selftest: description of CMD_BOOTEFI_SELFTESTHeinrich Schuchardt2019-07-061-4/+4
* Merge tag 'efi-2019-07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-06-217-86/+107
|\
| * efi_loader: fix typo in efi_variable.cHeinrich Schuchardt2019-06-201-2/+2
| * efi_loader: Delete() return EFI_WARN_DELETE_FAILUREHeinrich Schuchardt2019-06-201-8/+2
| * efi_loader: ListPackageLists() return EFI_NOT_FOUNDHeinrich Schuchardt2019-06-201-35/+14
| * efi_loader: console incorrectly advertised left logo keyHeinrich Schuchardt2019-06-201-3/+1
| * efi_loader: alternative scan codes for F5, END, HOMEHeinrich Schuchardt2019-06-201-8/+14
| * efi_loader: GOP: provide accurate mode informationHeinrich Schuchardt2019-06-201-12/+12
| * efi_loader: SetMode() must blank screenHeinrich Schuchardt2019-06-201-12/+38
| * efi_loader: system table setupHeinrich Schuchardt2019-06-201-5/+5
| * efi_loader: QueryMode() must allocate bufferHeinrich Schuchardt2019-06-202-1/+10
| * efi_loader: SetMode() parameters checkHeinrich Schuchardt2019-06-201-3/+5
| * efi_loader: QueryMode() check parametersHeinrich Schuchardt2019-06-201-1/+8
| * efi_loader: Blt() with incorrect BltOperationHeinrich Schuchardt2019-06-201-1/+1