summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* HSD #1508045040-1: Add SHA384 supportAng, Chee Hong2020-07-023-0/+247
* Use post-increment only in inffast.c.Chin Liang See2020-06-181-53/+34
* Remove offset pointer optimization in inftrees.c.Chin Liang See2020-06-181-11/+8
* rsa: read out public_exponent value based on 32-bit alignmentOoi, Joyce2020-05-131-2/+4
* image: Use constants for 'required' and 'key-name-hint'Simon Glass2020-04-011-3/+3
* efi_loader: definition of GetNextVariableName()Heinrich Schuchardt2020-03-221-2/+2
* efi_selftest: test CalculateCrc32, CopyMem, SetMemHeinrich Schuchardt2020-03-222-0/+78
* efi_loader: fix freestanding memmove()Heinrich Schuchardt2020-03-221-1/+1
* efi_loader: description efi_convert_pointer()Heinrich Schuchardt2020-03-221-2/+2
* efi_loader: simplify logical expression in efi_disk_add_dev()Heinrich Schuchardt2020-03-221-1/+1
* efi_selftest: check length reported by GetNextVariableName()Heinrich Schuchardt2020-03-221-2/+8
* efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt2020-03-221-5/+6
* efi_loader: fix function descriptions in efi_disk.cHeinrich Schuchardt2020-03-221-22/+30
* efi_loader: description of efi_variable.cHeinrich Schuchardt2020-03-221-2/+2
* efi_loader: export a couple of protocol related functionsAKASHI Takahiro2020-03-171-8/+8
* efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt2020-03-111-1/+1
* efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro2020-03-111-6/+6
* efi_selftest: add selftests for loadfile2 used to load initramfsIlias Apalodimas2020-02-282-0/+221
* efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas2020-02-284-0/+219
* efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt2020-02-262-12/+32
* efi_loader: EFI_RNG_PROTOCOLHeinrich Schuchardt2020-02-191-2/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0524-0/+24
* dm: core: Require users of devres to include the headerSimon Glass2020-02-057-0/+10
* string: Allow arch override of strndup() alsoSimon Glass2020-02-051-1/+1
* dm: pci: Update a few more interfaces for const udevice *Simon Glass2020-02-051-1/+1
* libfdt: Revert 6dcb8ba4 from upstream libfdtTom Rini2020-01-301-10/+10
* optee: Replace uninitialized return variable by proper one.Christoph Müllner2020-01-301-1/+1
* lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt2020-01-251-1/+2
* lib: rsa: consider CONFIG_SPL_RSAHeinrich Schuchardt2020-01-251-1/+1
* trace: provide Sphinx style commentsHeinrich Schuchardt2020-01-221-18/+36
* lib: ignore oid_registry_data.c fileDario Binacchi2020-01-221-0/+1
* common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2020-01-171-4/+4
* common: Move hang() to the same header as panic()Simon Glass2020-01-175-1/+6
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* u-boot: fit: add support to decrypt fit with aesPhilippe Reynes2020-01-173-0/+47
* mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-171-0/+136
* aes: add support of aes192 and aes256Philippe Reynes2020-01-171-23/+54
* aes: add a define for the size of a blockPhilippe Reynes2020-01-171-17/+17
* 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