summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Drop the ACTION typedefSimon Glass2019-08-111-9/+9
* env: Drop _ENTRYSimon Glass2019-08-111-3/+4
* env: Drop the ENTRY typedefSimon Glass2019-08-111-22/+23
* env: Move env_get() to env.hSimon Glass2019-08-112-0/+2
* env: Move env_set() to env.hSimon Glass2019-08-112-0/+2
* env: Move env_get_ulong() to env.hSimon Glass2019-08-111-0/+1
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-113-2/+5
* efi_selftest: sharpen ConvertPointer() testHeinrich Schuchardt2019-07-301-8/+22
* efi_loader: implement ConvertPointer()Heinrich Schuchardt2019-07-301-4/+71
* efi_loader: definition of efi_virtual_address_map()Heinrich Schuchardt2019-07-301-7/+7
* efi_selftest: fix SetVirtualAddressMap unit testHeinrich Schuchardt2019-07-301-0/+1
* efi_loader: re-enable GRUB workaround on 32bit ARMHeinrich Schuchardt2019-07-302-15/+21
* lib: uuid: alignment error in gen_rand_uuid()Heinrich Schuchardt2019-07-291-7/+7
* 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...WIP/23Jul2019Tom 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