summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-04-15efi_loader: simplify efi_serialize_load_option()Heinrich Schuchardt1-1/+1
2022-04-15efi_loader: EFI_HII_STRING_PROTOCOL.GetString()Heinrich Schuchardt1-1/+1
2022-04-15lib: simplify u16_strdup()Heinrich Schuchardt1-1/+1
2022-04-15lib: convert u16_strlen() into a macroHeinrich Schuchardt1-12/+0
2022-04-15FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu1-4/+0
2022-04-15efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu2-0/+7
2022-04-15capsule: Put a check for image index before the updateSughosh Ganu1-3/+5
2022-04-15capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu1-69/+29
2022-04-11lib/crypto: support sha384/sha512 in x509/pkcs7Dhananjay Phadke2-0/+8
2022-04-11lib: rsa: Update function padding_pss_verify (any-salt)SESA6444251-8/+11
2022-04-11lib: rsa: Leverage existing data buffer instead of systematic copySESA6444251-19/+18
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA6444251-7/+7
2022-04-09efi_loader: Use sysreset instead of reset commandMasami Hiramatsu2-2/+4
2022-04-09efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_...Masami Hiramatsu1-30/+30
2022-04-09efi_loader: optional persistence of variablesTom Saeger1-1/+8
2022-04-06Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURESimon Glass1-0/+1
2022-04-06lzma: Tidy up the function prototypeSimon Glass2-4/+17
2022-04-06fdt: sandbox: Avoid looking for an appended device treeSimon Glass1-0/+3
2022-04-06fdt: Correct condition for SEPARATE_BSSSimon Glass1-1/+1
2022-04-06abuf: Correct a corner case with abuf_realloc()Simon Glass1-1/+3
2022-04-04Merge branch 'next'Tom Rini8-226/+588
2022-03-31lib: rsa: allow rsa verify with pkey in SPLPhilippe Reynes1-0/+19
2022-03-31lib: crypto: allow to build crypyo in SPLPhilippe Reynes3-7/+44
2022-03-31lib: allow to build asn1 decoder and oid registry in SPLPhilippe Reynes2-2/+21
2022-03-31lib: Kconfig: enhance the help of OID_REGISTRYPhilippe Reynes1-0/+4
2022-03-31lib: Kconfig: enhance help for ASN1Philippe Reynes1-1/+13
2022-03-31efi_loader: initrddump: Actually use the custom CFLAGSAndy Shevchenko1-1/+1
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass1-1/+0
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini9-137/+215
2022-03-26efi_loader: initrddump: drain input before promptHeinrich Schuchardt1-4/+10
2022-03-26efi_loader: nocolor command line attr for initrddump.efiHeinrich Schuchardt1-9/+68
2022-03-26efi_loader: typo devie-pathHeinrich Schuchardt1-1/+1
2022-03-20efi_loader: move dtbdump.c, initrddump.c to lib/efi_loaderHeinrich Schuchardt4-13/+13
2022-03-20efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt2-31/+9
2022-03-20efi_loader: support booting via short-form device-pathHeinrich Schuchardt1-10/+10
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt4-10/+19
2022-03-20efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt1-49/+61
2022-03-20efi_loader: export efi_dp_shorten()Heinrich Schuchardt1-8/+13
2022-03-20efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returnedIlias Apalodimas1-11/+20
2022-03-15lib/lz4: update LZ4 decompressor moduleHuang Jianan2-215/+487
2022-03-12efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt2-8/+8
2022-03-04lib: rsa: use actual OpenSSL 1.1.0 EVP MD APIYann Droneaud1-5/+3
2022-02-26efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima1-12/+1
2022-02-26efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu1-2/+16
2022-02-26efi_loader: use efi_update_capsule_firmware() for capsule on diskMasami Hiramatsu1-1/+1
2022-02-26efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas1-6/+5
2022-02-11efi_loader: fix dual signed image certificationIlias Apalodimas1-70/+18
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer2-0/+65
2022-02-05efi: Drop unnecessary calls to blk_find_device()Simon Glass1-12/+2
2022-02-05efi: Use device_get_uclass_id() where appropriateSimon Glass1-5/+5