summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: imply VIDEO_ANSIHeinrich Schuchardt2020-01-151-0/+1
* efi_driver: debug output efi_uc_start, efi_uc_stopHeinrich Schuchardt2020-01-151-2/+2
* efi_driver: fix efi_uc_stop()Heinrich Schuchardt2020-01-152-5/+6
* efi_selftest: enable CONFIG_CMD_POWEROFFHeinrich Schuchardt2020-01-151-0/+1
* efi_loader: describe returning of controlHeinrich Schuchardt2020-01-151-4/+4
* efi_loader: document functions in efi_rng.cHeinrich Schuchardt2020-01-151-0/+35
* efi_selftest: unit test for EFI_RNG_PROTOCOLHeinrich Schuchardt2020-01-072-0/+118
* efi_rng_protocol: Install the efi_rng_protocol on the root nodeSughosh Ganu2020-01-072-0/+6
* efi: qemu: arm64: Add efi_rng_protocol implementation for the platformSughosh Ganu2020-01-073-0/+121
* efi_loader: Add guidcpy functionSughosh Ganu2020-01-071-2/+2
* efi_loader: __cyg_profile_func_enter/_exitHeinrich Schuchardt2020-01-071-0/+32
* efi_loader: clear screen should move cursor to homeHeinrich Schuchardt2020-01-071-1/+15
* efi_loader: git ignore helloworld_efi.SHeinrich Schuchardt2020-01-071-0/+1
* efi_selftest: Update .gitignoreSughosh Ganu2020-01-071-2/+1
* efi_loader: adjust file system infoHeinrich Schuchardt2020-01-071-2/+9
* efi_loader: imply USB_KEYBOARD_FN_KEYSHeinrich Schuchardt2020-01-071-0/+1
* x86: timer: use a timer base of 0Simon Glass2019-12-151-0/+1
* net: Move the checksum functions to lib/Simon Glass2019-12-152-1/+49
* binman: Add a library to access binman entriesSimon Glass2019-12-153-0/+59
* lib: Always build support for formatting MAC and IP addressJoe Hershberger2019-12-091-4/+0
* net: Always build the string_to_enetaddr() helperJoe Hershberger2019-12-091-0/+15
* lib: crypto: add pkcs7 message parserAKASHI Takahiro2019-12-065-0/+914
* lib: crypto: add x509 parserAKASHI Takahiro2019-12-069-0/+1172
* lib: crypto: add rsa public key parserAKASHI Takahiro2019-12-064-0/+224
* lib: crypto: add public key utilityAKASHI Takahiro2019-12-064-0/+1073
* lib: add oid registry utilityAKASHI Takahiro2019-12-063-0/+200
* lib: add asn1 decoderAKASHI Takahiro2019-12-063-0/+533
* cmd: add asn1_compilerAKASHI Takahiro2019-12-061-0/+3
* lib: add mktime64() for linux compatibilityAKASHI Takahiro2019-12-061-0/+20
* rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro2019-12-063-0/+104
* linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro2019-12-061-0/+19
* Kconfig: disambiguate config names for tiny printfThomas Hebb2019-12-031-2/+2
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-022-0/+2
* common: Move get_ticks() function out of common.hSimon Glass2019-12-025-0/+5
* common: Add a new lz4.h header fileSimon Glass2019-12-021-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-023-23/+21
* common: Move sorting functions to their own header fileSimon Glass2019-12-022-0/+2
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-028-0/+8
* crc: Fix code style with crc functionsSimon Glass2019-12-021-2/+2
* common: Drop linux/crc8.hSimon Glass2019-12-021-1/+6
* common: Move random-number functions into their own headerSimon Glass2019-12-021-0/+1
* efi_loader: default EFI_LOADER=n on ARM11Heinrich Schuchardt2019-11-231-1/+1
* efi_loader: enable EFI_LOADER on arm1136 and arm1176Heinrich Schuchardt2019-11-191-2/+4
* efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARMHeinrich Schuchardt2019-11-191-1/+4
* efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt2019-11-191-16/+2
* Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini2019-11-172-7/+150
|\
| * image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner2019-11-141-0/+140
| * fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner2019-11-141-7/+9