aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-06-01fastboot: Fix overflow when calculating chunk sizeWIP/01Jun2021Sean Anderson1-8/+9
2021-05-28efi_loader: add PE/COFF image measurementMasahisa Kojima3-26/+244
2021-05-28efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc2-1/+3
2021-05-28Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc3-6/+1
2021-05-28efi_loader: Fix coverity warnings for efi tcg2 protocolIlias Apalodimas1-2/+5
2021-05-25efi_loader: Fix -Wextra warning for EFI TCG2Ilias Apalodimas1-18/+22
2021-05-25efi_loader: path length in efi_dp_from_name()Heinrich Schuchardt1-2/+7
2021-05-25efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima5-68/+73
2021-05-25efi_loader: remove weak efi_get_public_key_data()Heinrich Schuchardt1-10/+0
2021-05-24sandbox: errno: avoid conflict with libc's errnoMarek Behún1-1/+3
2021-05-24lib: crc32: put the crc_table variable into efi_runtime_rodata sectionMarek Behún1-1/+2
2021-05-24efi_selftest: compiler flags for efi_selftest_miniapp_exception.oMarek Behún1-0/+2
2021-05-24string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek Behún1-4/+5
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún1-2/+2
2021-05-19lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBEDBin Meng1-1/+1
2021-05-18lib: introduce HASH_CALCULATE optionMasahisa Kojima3-1/+6
2021-05-18efi_loader: Fix Kconfig for EFI_TCG2 protocolIlias Apalodimas1-0/+6
2021-05-18efi_loader: Don't stop EFI subsystem init if installing TCG2 failsIlias Apalodimas1-5/+28
2021-05-18efi_loader: Uninstall the TCG2 protocol if logging s-crtm failsIlias Apalodimas1-5/+3
2021-05-18efi_loader: Clean up tcg2 once in case of failureIlias Apalodimas1-4/+0
2021-05-18efi_loader: loosen buffer parameter check in efi_file_read_intPeng Fan1-1/+1
2021-05-18efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...Sughosh Ganu1-3/+2
2021-05-18hash: Kconfig option for SHA512 hardware accelerationHeinrich Schuchardt1-5/+16
2021-05-18efi_loader: build warning in efi_tcg2_hash_log_extend_eventHeinrich Schuchardt1-2/+2
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay1-1/+5
2021-04-24efi_loader: capsule: return a correct error code at find_boot_device()AKASHI Takahiro1-1/+1
2021-04-24efi: Fix ESRT refresh after Capsule updateJose Marinho1-1/+1
2021-04-24efi_loader: simplify tcg2_create_digest()Ilias Apalodimas1-4/+1
2021-04-24efi_loader: missing include in efi_string.cHeinrich Schuchardt1-0/+1
2021-04-22lmb: Add 2 config to define the max number of regionsPatrick Delaunay2-2/+35
2021-04-22lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay2-3/+11
2021-04-22lmb: add a max parameter in the struct lmb_regionPatrick Delaunay1-1/+4
2021-04-22lmb: remove lmb_region.sizePatrick Delaunay1-6/+0
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay1-0/+7
2021-04-20lz4: Fix unaligned accessesKarl Beldan1-3/+12
2021-04-17efi_loader: fix possible buffer overflowMasahisa Kojima1-1/+1
2021-04-17efi_loader: memory leak in efi_capsule_scan_dir()Heinrich Schuchardt1-0/+3
2021-04-17efi_loader: esrt: Remove incorrect invocations of EFI_CALL macroSughosh Ganu1-14/+14
2021-04-14lib/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-12lib: string: Implement strlcatSean Anderson1-0/+19
2021-04-12lib: string: Fix strlcpy return valueSean Anderson1-4/+8
2021-04-12hash: 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