aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár
2022-04-21crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár
2022-04-15efi_loader: simplify efi_serialize_load_option()Heinrich Schuchardt
2022-04-15efi_loader: EFI_HII_STRING_PROTOCOL.GetString()Heinrich Schuchardt
2022-04-15lib: simplify u16_strdup()Heinrich Schuchardt
2022-04-15lib: convert u16_strlen() into a macroHeinrich Schuchardt
2022-04-15FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu
2022-04-15efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu
2022-04-15capsule: Put a check for image index before the updateSughosh Ganu
2022-04-15capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu
2022-04-11lib/crypto: support sha384/sha512 in x509/pkcs7Dhananjay Phadke
2022-04-11lib: rsa: Update function padding_pss_verify (any-salt)SESA644425
2022-04-11lib: rsa: Leverage existing data buffer instead of systematic copySESA644425
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA644425
2022-04-09efi_loader: Use sysreset instead of reset commandMasami Hiramatsu
2022-04-09efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_...Masami Hiramatsu
2022-04-09efi_loader: optional persistence of variablesTom Saeger
2022-04-06Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURESimon Glass
2022-04-06lzma: Tidy up the function prototypeSimon Glass
2022-04-06fdt: sandbox: Avoid looking for an appended device treeSimon Glass
2022-04-06fdt: Correct condition for SEPARATE_BSSSimon Glass
2022-04-06abuf: Correct a corner case with abuf_realloc()Simon Glass
2022-04-04Merge branch 'next'Tom Rini
2022-03-31lib: rsa: allow rsa verify with pkey in SPLPhilippe Reynes
2022-03-31lib: crypto: allow to build crypyo in SPLPhilippe Reynes
2022-03-31lib: allow to build asn1 decoder and oid registry in SPLPhilippe Reynes
2022-03-31lib: Kconfig: enhance the help of OID_REGISTRYPhilippe Reynes
2022-03-31lib: Kconfig: enhance help for ASN1Philippe Reynes
2022-03-31efi_loader: initrddump: Actually use the custom CFLAGSAndy Shevchenko
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini
2022-03-26efi_loader: initrddump: drain input before promptHeinrich Schuchardt
2022-03-26efi_loader: nocolor command line attr for initrddump.efiHeinrich Schuchardt
2022-03-26efi_loader: typo devie-pathHeinrich Schuchardt
2022-03-20efi_loader: move dtbdump.c, initrddump.c to lib/efi_loaderHeinrich Schuchardt
2022-03-20efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt
2022-03-20efi_loader: support booting via short-form device-pathHeinrich Schuchardt
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt
2022-03-20efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt
2022-03-20efi_loader: export efi_dp_shorten()Heinrich Schuchardt
2022-03-20efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returnedIlias Apalodimas
2022-03-15lib/lz4: update LZ4 decompressor moduleHuang Jianan
2022-03-12efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt
2022-03-04lib: rsa: use actual OpenSSL 1.1.0 EVP MD APIYann Droneaud
2022-02-26efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima
2022-02-26efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu
2022-02-26efi_loader: use efi_update_capsule_firmware() for capsule on diskMasami Hiramatsu
2022-02-26efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas
2022-02-11efi_loader: fix dual signed image certificationIlias Apalodimas
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer