aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-01-17aes: add a define for the size of a blockPhilippe Reynes1-17/+17
2020-01-15efi_loader: imply VIDEO_ANSIHeinrich Schuchardt1-0/+1
2020-01-15efi_driver: debug output efi_uc_start, efi_uc_stopHeinrich Schuchardt1-2/+2
2020-01-15efi_driver: fix efi_uc_stop()Heinrich Schuchardt2-5/+6
2020-01-15efi_selftest: enable CONFIG_CMD_POWEROFFHeinrich Schuchardt1-0/+1
2020-01-15efi_loader: describe returning of controlHeinrich Schuchardt1-4/+4
2020-01-15efi_loader: document functions in efi_rng.cHeinrich Schuchardt1-0/+35
2020-01-07efi_selftest: unit test for EFI_RNG_PROTOCOLHeinrich Schuchardt2-0/+118
2020-01-07efi_rng_protocol: Install the efi_rng_protocol on the root nodeSughosh Ganu2-0/+6
2020-01-07efi: qemu: arm64: Add efi_rng_protocol implementation for the platformSughosh Ganu3-0/+121
2020-01-07efi_loader: Add guidcpy functionSughosh Ganu1-2/+2
2020-01-07efi_loader: __cyg_profile_func_enter/_exitHeinrich Schuchardt1-0/+32
2020-01-07efi_loader: clear screen should move cursor to homeHeinrich Schuchardt1-1/+15
2020-01-07efi_loader: git ignore helloworld_efi.SHeinrich Schuchardt1-0/+1
2020-01-07efi_selftest: Update .gitignoreSughosh Ganu1-2/+1
2020-01-07efi_loader: adjust file system infoHeinrich Schuchardt1-2/+9
2020-01-07efi_loader: imply USB_KEYBOARD_FN_KEYSHeinrich Schuchardt1-0/+1
2019-12-15x86: timer: use a timer base of 0Simon Glass1-0/+1
2019-12-15net: Move the checksum functions to lib/Simon Glass2-1/+49
2019-12-15binman: Add a library to access binman entriesSimon Glass3-0/+59
2019-12-09lib: Always build support for formatting MAC and IP addressJoe Hershberger1-4/+0
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger1-0/+15
2019-12-06lib: crypto: add pkcs7 message parserAKASHI Takahiro5-0/+914
2019-12-06lib: crypto: add x509 parserAKASHI Takahiro9-0/+1172
2019-12-06lib: crypto: add rsa public key parserAKASHI Takahiro4-0/+224
2019-12-06lib: crypto: add public key utilityAKASHI Takahiro4-0/+1073
2019-12-06lib: add oid registry utilityAKASHI Takahiro3-0/+200
2019-12-06lib: add asn1 decoderAKASHI Takahiro3-0/+533
2019-12-06cmd: add asn1_compilerAKASHI Takahiro1-0/+3
2019-12-06lib: add mktime64() for linux compatibilityAKASHI Takahiro1-0/+20
2019-12-06rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro3-0/+104
2019-12-06linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro1-0/+19
2019-12-03Kconfig: disambiguate config names for tiny printfThomas Hebb1-2/+2
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass2-0/+2
2019-12-02common: Move get_ticks() function out of common.hSimon Glass5-0/+5
2019-12-02common: Add a new lz4.h header fileSimon Glass1-0/+1
2019-12-02Move strtomhz() to vsprintf.hSimon Glass3-23/+21
2019-12-02common: Move sorting functions to their own header fileSimon Glass2-0/+2
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass8-0/+8
2019-12-02crc: Fix code style with crc functionsSimon Glass1-2/+2
2019-12-02common: Drop linux/crc8.hSimon Glass1-1/+6
2019-12-02common: 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-17Merge 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