aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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