summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05string: Allow arch override of strndup() alsoSimon Glass
2020-02-05dm: pci: Update a few more interfaces for const udevice *Simon Glass
2020-01-30libfdt: Revert 6dcb8ba4 from upstream libfdtTom Rini
2020-01-30optee: Replace uninitialized return variable by proper one.Christoph Müllner
2020-01-25lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt
2020-01-25lib: rsa: consider CONFIG_SPL_RSAHeinrich Schuchardt
2020-01-22trace: provide Sphinx style commentsHeinrich Schuchardt
2020-01-22lib: ignore oid_registry_data.c fileDario Binacchi
2020-01-17common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes
2020-01-17aes: add support of aes192 and aes256Philippe Reynes
2020-01-17aes: add a define for the size of a blockPhilippe Reynes
2020-01-15efi_loader: imply VIDEO_ANSIHeinrich Schuchardt
2020-01-15efi_driver: debug output efi_uc_start, efi_uc_stopHeinrich Schuchardt
2020-01-15efi_driver: fix efi_uc_stop()Heinrich Schuchardt
2020-01-15efi_selftest: enable CONFIG_CMD_POWEROFFHeinrich Schuchardt
2020-01-15efi_loader: describe returning of controlHeinrich Schuchardt
2020-01-15efi_loader: document functions in efi_rng.cHeinrich Schuchardt
2020-01-07efi_selftest: unit test for EFI_RNG_PROTOCOLHeinrich Schuchardt
2020-01-07efi_rng_protocol: Install the efi_rng_protocol on the root nodeSughosh Ganu
2020-01-07efi: qemu: arm64: Add efi_rng_protocol implementation for the platformSughosh Ganu
2020-01-07efi_loader: Add guidcpy functionSughosh Ganu
2020-01-07efi_loader: __cyg_profile_func_enter/_exitHeinrich Schuchardt
2020-01-07efi_loader: clear screen should move cursor to homeHeinrich Schuchardt
2020-01-07efi_loader: git ignore helloworld_efi.SHeinrich Schuchardt
2020-01-07efi_selftest: Update .gitignoreSughosh Ganu
2020-01-07efi_loader: adjust file system infoHeinrich Schuchardt
2020-01-07efi_loader: imply USB_KEYBOARD_FN_KEYSHeinrich Schuchardt
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