summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-12-15x86: timer: use a timer base of 0Simon Glass
2019-12-15net: Move the checksum functions to lib/Simon Glass
2019-12-15binman: Add a library to access binman entriesSimon Glass
2019-12-09lib: Always build support for formatting MAC and IP addressJoe Hershberger
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger
2019-12-06lib: crypto: add pkcs7 message parserAKASHI Takahiro
2019-12-06lib: crypto: add x509 parserAKASHI Takahiro
2019-12-06lib: crypto: add rsa public key parserAKASHI Takahiro
2019-12-06lib: crypto: add public key utilityAKASHI Takahiro
2019-12-06lib: add oid registry utilityAKASHI Takahiro
2019-12-06lib: add asn1 decoderAKASHI Takahiro
2019-12-06cmd: add asn1_compilerAKASHI Takahiro
2019-12-06lib: add mktime64() for linux compatibilityAKASHI Takahiro
2019-12-06rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro
2019-12-06linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro
2019-12-03Kconfig: disambiguate config names for tiny printfThomas Hebb
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02common: Add a new lz4.h header fileSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-12-02crc: Fix code style with crc functionsSimon Glass
2019-12-02common: Drop linux/crc8.hSimon Glass
2019-12-02common: Move random-number functions into their own headerSimon Glass
2019-11-23efi_loader: default EFI_LOADER=n on ARM11Heinrich Schuchardt
2019-11-19efi_loader: enable EFI_LOADER on arm1136 and arm1176Heinrich Schuchardt
2019-11-19efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARMHeinrich Schuchardt
2019-11-19efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt
2019-11-17Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini
2019-11-14image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner
2019-11-14fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner
2019-11-14fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()Heiko Stuebner
2019-11-12efi_selftest: enable all UEFI unit tests on the sandboxHeinrich Schuchardt
2019-11-12efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt
2019-11-12efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt
2019-11-12efi_loader: disk: install file system protocol to a whole diskAKASHI Takahiro
2019-11-12efi_loader: fix efi_dp_from_name()Heinrich Schuchardt
2019-11-04fdt: Sync up to the latest libfdtSimon Glass
2019-11-04fdt: Add Kconfig options to control code sizeSimon Glass
2019-11-01Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini
2019-10-31libavb: Fix build warnings after updating the libSam Protsenko
2019-10-31libavb: Update libavb to current AOSP masterSam Protsenko
2019-10-31linux_compat: fix potential NULL pointer accessMarek Szyprowski
2019-10-31tiny-printf: Support vsnprintf()Simon South
2019-10-31lib: errno: sync error codesHeinrich Schuchardt
2019-10-31lib: errno: check for unsupported error numberHeinrich Schuchardt