summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Kconfig: disambiguate config names for tiny printfThomas Hebb1-2/+2
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass2-0/+2
2019-12-03common: Move get_ticks() function out of common.hSimon Glass5-0/+5
2019-12-03common: Add a new lz4.h header fileSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass3-23/+21
2019-12-03common: Move sorting functions to their own header fileSimon Glass2-0/+2
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass8-0/+8
2019-12-03crc: Fix code style with crc functionsSimon Glass1-2/+2
2019-12-03common: Drop linux/crc8.hSimon Glass1-1/+6
2019-12-03common: Move random-number functions into their own headerSimon Glass1-0/+1
2019-11-23efi_loader: default EFI_LOADER=n on ARM11Heinrich Schuchardt1-1/+1
2019-11-19efi_loader: enable EFI_LOADER on arm1136 and arm1176Heinrich Schuchardt1-2/+4
2019-11-19efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARMHeinrich Schuchardt1-1/+4
2019-11-19efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt1-16/+2
2019-11-18Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini2-7/+150
2019-11-14image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner1-0/+140
2019-11-14fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner1-7/+9
2019-11-14fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()Heiko Stuebner1-1/+2
2019-11-13efi_selftest: enable all UEFI unit tests on the sandboxHeinrich Schuchardt1-2/+5
2019-11-13efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt1-0/+3
2019-11-13efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt1-4/+5
2019-11-13efi_loader: disk: install file system protocol to a whole diskAKASHI Takahiro1-1/+3
2019-11-13efi_loader: fix efi_dp_from_name()Heinrich Schuchardt1-3/+12
2019-11-05fdt: Sync up to the latest libfdtSimon Glass1-104/+316
2019-11-05fdt: Add Kconfig options to control code sizeSimon Glass2-1/+35
2019-11-01Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-5/+3
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2-7/+24
2019-10-31libavb: Fix build warnings after updating the libSam Protsenko2-2/+3
2019-10-31libavb: Update libavb to current AOSP masterSam Protsenko12-214/+710
2019-10-31linux_compat: fix potential NULL pointer accessMarek Szyprowski1-1/+1
2019-10-31tiny-printf: Support vsnprintf()Simon South1-0/+16
2019-10-31lib: errno: sync error codesHeinrich Schuchardt1-2/+2
2019-10-31lib: errno: check for unsupported error numberHeinrich Schuchardt1-1/+7
2019-10-31lib: time: Add microsecond timerMarek Vasut1-0/+14
2019-10-30efi_loader: correct includes in efi_variable.cHeinrich Schuchardt1-5/+3
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot1-1/+1
2019-10-27tiny-printf: Reorder code to support %pSimon Glass1-13/+17
2019-10-27tiny-printf: Add print_grouped_ull()Simon Glass1-0/+6
2019-10-27tiny-printf: Reduce size by removing ctypeSimon Glass1-0/+7
2019-10-17efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if availableAKASHI Takahiro1-1/+23
2019-10-17efi_loader: device_path: check against file path lengthAKASHI Takahiro1-2/+9
2019-10-15rsa: Return immediately if required-key verification failsDaniele Alessandrelli1-2/+1
2019-10-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini4-59/+19
2019-10-08dm: core: Drop fdtdec_get_pci_addr()Simon Glass1-54/+0
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2-5/+17
2019-10-08spl: Avoid checking for Ctrl-C in SPL with print_buffer()Simon Glass1-0/+2
2019-10-06efi: device path for nvmePatrick Wildt2-0/+35
2019-10-06efi_selftest: testing read-only variablesHeinrich Schuchardt1-11/+0