summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-04-15lib/rsa: Use EVP_PKEY instead of RSAChan, Donald1-102/+67
2021-04-14lib/ecdsa: Use the 'keydir' argument from mkimage if appropriateAlexandru Gagniuc1-1/+13
2021-04-14lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc1-8/+26
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc1-0/+306
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc2-64/+73
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc5-4/+6
2021-04-13lib: string: Implement strlcatSean Anderson1-0/+19
2021-04-13lib: string: Fix strlcpy return valueSean Anderson1-4/+8
2021-04-13hash: Allow for SHA512 hardware implementationsJoel Stanley1-8/+7
2021-04-12lib: optee: migration optee_copy_fdt_nodes for OF_LIVE supportPatrick Delaunay1-27/+18
2021-04-10efi_loader: Change ptr arithmetics tcg eventlog bufferIlias Apalodimas1-9/+10
2021-04-10efi_loader: esrt: wrong type for LocateHandleBuffer()Heinrich Schuchardt1-1/+1
2021-04-10efi_loader: use correct printf codesHeinrich Schuchardt1-7/+7
2021-04-10efi_loader: efi_esrt: Fix the build warning for 32 bit systemsSughosh Ganu1-1/+1
2021-04-10efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is en...Sughosh Ganu1-0/+1
2021-04-10efi_loader: Cleanup get_var duplicationIlias Apalodimas1-34/+2
2021-04-05Merge branch 'next'Tom Rini26-211/+1905
2021-03-31efi_loader: typo 'devide path'Heinrich Schuchardt1-1/+1
2021-03-31efi_loader: Uart device path missing breakHeinrich Schuchardt1-0/+2
2021-03-27bloblist: Make BLOBLIST_TABLES depend on BLOBLISTSimon Glass1-1/+1
2021-03-27binman: Show a message when changing subnodesSimon Glass1-2/+2
2021-03-27smbios: Allow writing to the coreboot version stringSimon Glass2-4/+38
2021-03-25efi_loader: Clean up file size calculationsIlias Apalodimas1-15/+1
2021-03-25efi_selfest: redefine enum efi_test_phaseHeinrich Schuchardt2-6/+7
2021-03-25efi_loader: Add an S-CRTM even for firmware versionIlias Apalodimas1-0/+35
2021-03-25efi_loader: EFI TCG2 free efi memory on protocol failureIlias Apalodimas1-8/+32
2021-03-25efi: ESRT creation testsJose Marinho2-0/+293
2021-03-25efi: Add ESRT to the EFI system tableJose Marinho6-4/+535
2021-03-25efi_loader: Replace config option for initrd loadingIlias Apalodimas3-98/+140
2021-03-25efi_loader: Add helper functions for EFIIlias Apalodimas4-0/+171
2021-03-25efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas1-5/+105
2021-03-25efi_loader: Uart device pathHeinrich Schuchardt2-9/+45
2021-03-25efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt1-13/+38
2021-03-25efi: Fix compiler warningsSimon Glass2-4/+4
2021-03-25efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas2-222/+0
2021-03-25efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt1-1/+1
2021-03-25efi_loader: fix memory type for memory reservation blockMark Kettenis1-1/+1
2021-03-25efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt1-1/+1
2021-03-19efi_loader: Uart device pathHeinrich Schuchardt2-9/+45
2021-03-19efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt1-13/+38
2021-03-16efi: Fix compiler warningsSimon Glass2-4/+4
2021-03-16efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas2-222/+0
2021-03-16efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt1-1/+1
2021-03-16efi_loader: fix memory type for memory reservation blockMark Kettenis1-1/+1
2021-03-16efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt1-1/+1
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini5-33/+96
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt1-9/+46
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt1-9/+16
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt2-16/+31
2021-03-07efi_loader: move codepage 437 tableHeinrich Schuchardt2-1/+7