summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-04-29efi_loader: disk: allow blk devices even without UCLASS_PARTITIONAKASHI Takahiro1-14/+15
2022-04-29efi_loader: simplify efi_add_conventional_memory_map()Heinrich Schuchardt1-1/+1
2022-04-29efi_loader: simplify try_load_entry()Heinrich Schuchardt1-6/+2
2022-04-29efi: fix devpath_is_partition()Heinrich Schuchardt1-1/+1
2022-04-29efi_loader: don't call log with __func__ as parameterHeinrich Schuchardt1-4/+3
2022-04-25nds32: Remove the architectureTom Rini2-8/+1
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini1-6/+17
2022-04-25lib: Add a way to find the postiion of a trailing numberSimon Glass1-2/+12
2022-04-25lib: Fix a few bugs in trailing_strtoln()Simon Glass1-5/+6
2022-04-24Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini6-119/+314
2022-04-23efi_loader: disk: use udevice instead of blk_descAKASHI Takahiro1-6/+16
2022-04-23efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro1-2/+6
2022-04-23efi_loader: disk: a helper function to delete efi_disk objectsAKASHI Takahiro1-0/+88
2022-04-23efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro1-3/+11
2022-04-23efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro4-101/+141
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro1-9/+49
2022-04-23efi_loader: disk: compile efi_disk when CONFIG_BLKAKASHI Takahiro1-1/+1
2022-04-23efi_loader: PARTITION_UUIDS should be optionalAKASHI Takahiro2-3/+8
2022-04-22fdt: Fix TPL SEPARATE_BSS check when locating DTBAndrew Abbott1-1/+1
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár2-0/+61
2022-04-21crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár2-5/+5
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