summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move strtomhz() to vsprintf.hSimon Glass2019-12-023-23/+21
* common: Move sorting functions to their own header fileSimon Glass2019-12-022-0/+2
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-028-0/+8
* crc: Fix code style with crc functionsSimon Glass2019-12-021-2/+2
* common: Drop linux/crc8.hSimon Glass2019-12-021-1/+6
* common: Move random-number functions into their own headerSimon Glass2019-12-021-0/+1
* efi_loader: default EFI_LOADER=n on ARM11Heinrich Schuchardt2019-11-231-1/+1
* efi_loader: enable EFI_LOADER on arm1136 and arm1176Heinrich Schuchardt2019-11-191-2/+4
* efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARMHeinrich Schuchardt2019-11-191-1/+4
* efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt2019-11-191-16/+2
* Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini2019-11-172-7/+150
|\
| * image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner2019-11-141-0/+140
| * fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner2019-11-141-7/+9
| * fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()Heiko Stuebner2019-11-141-1/+2
* | efi_selftest: enable all UEFI unit tests on the sandboxHeinrich Schuchardt2019-11-121-2/+5
* | efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt2019-11-121-0/+3
* | efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt2019-11-121-4/+5
* | efi_loader: disk: install file system protocol to a whole diskAKASHI Takahiro2019-11-121-1/+3
* | efi_loader: fix efi_dp_from_name()Heinrich Schuchardt2019-11-121-3/+12
|/
* fdt: Sync up to the latest libfdtSimon Glass2019-11-041-104/+316
* fdt: Add Kconfig options to control code sizeSimon Glass2019-11-042-1/+35
* Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2019-11-011-5/+3
|\
| * efi_loader: correct includes in efi_variable.cHeinrich Schuchardt2019-10-301-5/+3
* | Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-012-7/+24
|\ \
| * | fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot2019-10-271-1/+1
| * | tiny-printf: Reorder code to support %pSimon Glass2019-10-271-13/+17
| * | tiny-printf: Add print_grouped_ull()Simon Glass2019-10-271-0/+6
| * | tiny-printf: Reduce size by removing ctypeSimon Glass2019-10-271-0/+7
| |/
* | libavb: Fix build warnings after updating the libSam Protsenko2019-10-312-2/+3
* | libavb: Update libavb to current AOSP masterSam Protsenko2019-10-3112-214/+710
* | linux_compat: fix potential NULL pointer accessMarek Szyprowski2019-10-311-1/+1
* | tiny-printf: Support vsnprintf()Simon South2019-10-311-0/+16
* | lib: errno: sync error codesHeinrich Schuchardt2019-10-311-2/+2
* | lib: errno: check for unsupported error numberHeinrich Schuchardt2019-10-311-1/+7
* | lib: time: Add microsecond timerMarek Vasut2019-10-311-0/+14
|/
* efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if availableAKASHI Takahiro2019-10-171-1/+23
* efi_loader: device_path: check against file path lengthAKASHI Takahiro2019-10-171-2/+9
* rsa: Return immediately if required-key verification failsDaniele Alessandrelli2019-10-151-2/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-10-084-59/+19
|\
| * dm: core: Drop fdtdec_get_pci_addr()Simon Glass2019-10-081-54/+0
| * spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-082-5/+17
| * spl: Avoid checking for Ctrl-C in SPL with print_buffer()Simon Glass2019-10-081-0/+2
* | efi: device path for nvmePatrick Wildt2019-10-062-0/+35
* | efi_selftest: testing read-only variablesHeinrich Schuchardt2019-10-061-11/+0
* | efi_selftest: correct SetVariable() testHeinrich Schuchardt2019-10-061-14/+16
* | efi_loader: appending to non-existent variableHeinrich Schuchardt2019-10-061-4/+6
|/
* dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass2019-10-031-1/+1
* efi_loader: SetVariable() deleting variablesHeinrich Schuchardt2019-09-231-5/+6
* efi_loader: SetVariable() fix illegal returnHeinrich Schuchardt2019-09-231-1/+1
* efi_loader: description efi_stri_coll()Heinrich Schuchardt2019-09-231-5/+0