summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-03-11efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt1-1/+1
2020-03-11efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro1-6/+6
2020-02-28efi_selftest: add selftests for loadfile2 used to load initramfsIlias Apalodimas2-0/+221
2020-02-28efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas4-0/+219
2020-02-26efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt2-12/+32
2020-02-19efi_loader: EFI_RNG_PROTOCOLHeinrich Schuchardt1-2/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass24-0/+24
2020-02-06dm: core: Require users of devres to include the headerSimon Glass7-0/+10
2020-02-06string: Allow arch override of strndup() alsoSimon Glass1-1/+1
2020-02-06dm: pci: Update a few more interfaces for const udevice *Simon Glass1-1/+1
2020-01-30libfdt: Revert 6dcb8ba4 from upstream libfdtTom Rini1-10/+10
2020-01-30optee: Replace uninitialized return variable by proper one.Christoph Müllner1-1/+1
2020-01-25lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt1-1/+2
2020-01-25lib: rsa: consider CONFIG_SPL_RSAHeinrich Schuchardt1-1/+1
2020-01-23trace: provide Sphinx style commentsHeinrich Schuchardt1-18/+36
2020-01-23lib: ignore oid_registry_data.c fileDario Binacchi1-0/+1
2020-01-18common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass1-4/+4
2020-01-18common: Move hang() to the same header as panic()Simon Glass5-1/+6
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes3-0/+47
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes1-0/+136
2020-01-17aes: add support of aes192 and aes256Philippe Reynes1-23/+54
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-07lib: crypto: add pkcs7 message parserAKASHI Takahiro5-0/+914
2019-12-07lib: crypto: add x509 parserAKASHI Takahiro9-0/+1172
2019-12-07lib: crypto: add rsa public key parserAKASHI Takahiro4-0/+224
2019-12-07lib: crypto: add public key utilityAKASHI Takahiro4-0/+1073