summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: fix Sphinx warningHeinrich Schuchardt2021-06-091-1/+1
* efi_loader: efi_capsule_delete_file() NULL dereferenceHeinrich Schuchardt2021-06-091-1/+2
* efi_loader: partition numbers are hexadecimalHeinrich Schuchardt2021-06-092-3/+3
* fastboot: Fix overflow when calculating chunk sizeSean Anderson2021-06-011-8/+9
* efi_loader: add PE/COFF image measurementMasahisa Kojima2021-05-283-26/+244
* efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc2021-05-282-1/+3
* Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc2021-05-283-6/+1
* efi_loader: Fix coverity warnings for efi tcg2 protocolIlias Apalodimas2021-05-281-2/+5
* efi_loader: Fix -Wextra warning for EFI TCG2Ilias Apalodimas2021-05-251-18/+22
* efi_loader: path length in efi_dp_from_name()Heinrich Schuchardt2021-05-251-2/+7
* efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima2021-05-255-68/+73
* efi_loader: remove weak efi_get_public_key_data()Heinrich Schuchardt2021-05-251-10/+0
* sandbox: errno: avoid conflict with libc's errnoMarek Behún2021-05-241-1/+3
* lib: crc32: put the crc_table variable into efi_runtime_rodata sectionMarek Behún2021-05-241-1/+2
* efi_selftest: compiler flags for efi_selftest_miniapp_exception.oMarek Behún2021-05-241-0/+2
* string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek Behún2021-05-241-4/+5
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-241-2/+2
* lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBEDBin Meng2021-05-191-1/+1
* lib: introduce HASH_CALCULATE optionMasahisa Kojima2021-05-183-1/+6
* efi_loader: Fix Kconfig for EFI_TCG2 protocolIlias Apalodimas2021-05-181-0/+6
* efi_loader: Don't stop EFI subsystem init if installing TCG2 failsIlias Apalodimas2021-05-181-5/+28
* efi_loader: Uninstall the TCG2 protocol if logging s-crtm failsIlias Apalodimas2021-05-181-5/+3
* efi_loader: Clean up tcg2 once in case of failureIlias Apalodimas2021-05-181-4/+0
* efi_loader: loosen buffer parameter check in efi_file_read_intPeng Fan2021-05-181-1/+1
* efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...Sughosh Ganu2021-05-181-3/+2
* hash: Kconfig option for SHA512 hardware accelerationHeinrich Schuchardt2021-05-181-5/+16
* efi_loader: build warning in efi_tcg2_hash_log_extend_eventHeinrich Schuchardt2021-05-181-2/+2
* dm: core: Add address translation in fdt_get_resourcePatrick Delaunay2021-04-291-1/+5
* efi_loader: capsule: return a correct error code at find_boot_device()AKASHI Takahiro2021-04-241-1/+1
* efi: Fix ESRT refresh after Capsule updateJose Marinho2021-04-241-1/+1
* efi_loader: simplify tcg2_create_digest()Ilias Apalodimas2021-04-241-4/+1
* efi_loader: missing include in efi_string.cHeinrich Schuchardt2021-04-241-0/+1
* lmb: Add 2 config to define the max number of regionsPatrick Delaunay2021-04-222-2/+35
* lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay2021-04-222-3/+11
* lmb: add a max parameter in the struct lmb_regionPatrick Delaunay2021-04-221-1/+4
* lmb: remove lmb_region.sizePatrick Delaunay2021-04-221-6/+0
* lmb: move CONFIG_LMB in KconfigPatrick Delaunay2021-04-221-0/+7
* lz4: Fix unaligned accessesKarl Beldan2021-04-201-3/+12
* efi_loader: fix possible buffer overflowMasahisa Kojima2021-04-171-1/+1
* efi_loader: memory leak in efi_capsule_scan_dir()Heinrich Schuchardt2021-04-171-0/+3
* efi_loader: esrt: Remove incorrect invocations of EFI_CALL macroSughosh Ganu2021-04-171-14/+14
* lib/rsa: Use EVP_PKEY instead of RSAChan, Donald2021-04-141-102/+67
* lib/ecdsa: Use the 'keydir' argument from mkimage if appropriateAlexandru Gagniuc2021-04-141-1/+13
* lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc2021-04-141-8/+26
* lib: Add support for ECDSA image signingAlexandru Gagniuc2021-04-141-0/+306
* lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc2021-04-142-64/+73
* lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2021-04-145-4/+6
* lib: string: Implement strlcatSean Anderson2021-04-121-0/+19
* lib: string: Fix strlcpy return valueSean Anderson2021-04-121-4/+8
* hash: Allow for SHA512 hardware implementationsJoel Stanley2021-04-121-8/+7