aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-05-18lib: introduce HASH_CALCULATE optionMasahisa Kojima
2021-05-18efi_loader: Fix Kconfig for EFI_TCG2 protocolIlias Apalodimas
2021-05-18efi_loader: Don't stop EFI subsystem init if installing TCG2 failsIlias Apalodimas
2021-05-18efi_loader: Uninstall the TCG2 protocol if logging s-crtm failsIlias Apalodimas
2021-05-18efi_loader: Clean up tcg2 once in case of failureIlias Apalodimas
2021-05-18efi_loader: loosen buffer parameter check in efi_file_read_intPeng Fan
2021-05-18efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...Sughosh Ganu
2021-05-18hash: Kconfig option for SHA512 hardware accelerationHeinrich Schuchardt
2021-05-18efi_loader: build warning in efi_tcg2_hash_log_extend_eventHeinrich Schuchardt
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay
2021-04-24efi_loader: capsule: return a correct error code at find_boot_device()AKASHI Takahiro
2021-04-24efi: Fix ESRT refresh after Capsule updateJose Marinho
2021-04-24efi_loader: simplify tcg2_create_digest()Ilias Apalodimas
2021-04-24efi_loader: missing include in efi_string.cHeinrich Schuchardt
2021-04-22lmb: Add 2 config to define the max number of regionsPatrick Delaunay
2021-04-22lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay
2021-04-22lmb: add a max parameter in the struct lmb_regionPatrick Delaunay
2021-04-22lmb: remove lmb_region.sizePatrick Delaunay
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay
2021-04-20lz4: Fix unaligned accessesKarl Beldan
2021-04-17efi_loader: fix possible buffer overflowMasahisa Kojima
2021-04-17efi_loader: memory leak in efi_capsule_scan_dir()Heinrich Schuchardt
2021-04-17efi_loader: esrt: Remove incorrect invocations of EFI_CALL macroSughosh Ganu
2021-04-14lib/rsa: Use EVP_PKEY instead of RSAChan, Donald
2021-04-14lib/ecdsa: Use the 'keydir' argument from mkimage if appropriateAlexandru Gagniuc
2021-04-14lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc
2021-04-12lib: string: Implement strlcatSean Anderson
2021-04-12lib: string: Fix strlcpy return valueSean Anderson
2021-04-12hash: Allow for SHA512 hardware implementationsJoel Stanley
2021-04-12lib: optee: migration optee_copy_fdt_nodes for OF_LIVE supportPatrick Delaunay
2021-04-10efi_loader: Change ptr arithmetics tcg eventlog bufferIlias Apalodimas
2021-04-10efi_loader: esrt: wrong type for LocateHandleBuffer()Heinrich Schuchardt
2021-04-10efi_loader: use correct printf codesHeinrich Schuchardt
2021-04-10efi_loader: efi_esrt: Fix the build warning for 32 bit systemsSughosh Ganu
2021-04-10efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is en...Sughosh Ganu
2021-04-10efi_loader: Cleanup get_var duplicationIlias Apalodimas
2021-04-05Merge branch 'next'Tom Rini
2021-03-31efi_loader: typo 'devide path'Heinrich Schuchardt
2021-03-31efi_loader: Uart device path missing breakHeinrich Schuchardt
2021-03-27bloblist: Make BLOBLIST_TABLES depend on BLOBLISTSimon Glass
2021-03-27binman: Show a message when changing subnodesSimon Glass
2021-03-27smbios: Allow writing to the coreboot version stringSimon Glass
2021-03-25efi_loader: Clean up file size calculationsIlias Apalodimas
2021-03-25efi_selfest: redefine enum efi_test_phaseHeinrich Schuchardt
2021-03-25efi_loader: Add an S-CRTM even for firmware versionIlias Apalodimas
2021-03-25efi_loader: EFI TCG2 free efi memory on protocol failureIlias Apalodimas
2021-03-25efi: ESRT creation testsJose Marinho