summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: optee: migration optee_copy_fdt_nodes for OF_LIVE supportPatrick Delaunay2021-04-121-27/+18
* efi_loader: Change ptr arithmetics tcg eventlog bufferIlias Apalodimas2021-04-101-9/+10
* efi_loader: esrt: wrong type for LocateHandleBuffer()Heinrich Schuchardt2021-04-101-1/+1
* efi_loader: use correct printf codesHeinrich Schuchardt2021-04-101-7/+7
* efi_loader: efi_esrt: Fix the build warning for 32 bit systemsSughosh Ganu2021-04-101-1/+1
* efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is en...Sughosh Ganu2021-04-101-0/+1
* efi_loader: Cleanup get_var duplicationIlias Apalodimas2021-04-101-34/+2
* Merge branch 'next'Tom Rini2021-04-0526-211/+1905
|\
| * bloblist: Make BLOBLIST_TABLES depend on BLOBLISTSimon Glass2021-03-271-1/+1
| * binman: Show a message when changing subnodesSimon Glass2021-03-271-2/+2
| * smbios: Allow writing to the coreboot version stringSimon Glass2021-03-272-4/+38
| * efi_loader: Clean up file size calculationsIlias Apalodimas2021-03-251-15/+1
| * efi_selfest: redefine enum efi_test_phaseHeinrich Schuchardt2021-03-252-6/+7