summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-06-04efi: test/py: authenticate fit capsulesVincent Stehlé
2022-06-04EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu
2022-05-28efi: fix documentation warningsVincent Stehlé
2022-05-28efi_loader: bootmgr: fix a problem in loading an image from a short-pathAKASHI Takahiro
2022-05-28efi_loader: disk: add efi_disk_is_removable()AKASHI Takahiro
2022-05-07efi_loader: add sha384/512 on certificate revocationIlias Apalodimas
2022-05-07efi_loader: Select EVENT as wellJan Kiszka
2022-05-05lib/date: Make rtc_mktime and mktime64 Y2038-readyJan Kiszka
2022-05-03efi_loader: bootmgr: add booting from removable mediaAKASHI Takahiro
2022-05-03efi_loader: export efi_locate_device_handle()AKASHI Takahiro
2022-05-03lib/charset: add u16_strlcat() functionMasahisa Kojima
2022-05-03lib: fix selection of CONFIG_CHARSETHeinrich Schuchardt
2022-05-03efi_selftest: error handling in efi_selftest_tcg2Heinrich Schuchardt
2022-05-03efi_selftest: clean up unaligned unit testHeinrich Schuchardt
2022-05-03efi_selftest: buildefi_selftest_unaligned.cHeinrich Schuchardt
2022-05-03efi_loader: reset colors before clearing screenHeinrich Schuchardt
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
2022-04-29efi_loader: disk: allow blk devices even without UCLASS_PARTITIONAKASHI Takahiro
2022-04-29efi_loader: simplify efi_add_conventional_memory_map()Heinrich Schuchardt
2022-04-29efi_loader: simplify try_load_entry()Heinrich Schuchardt
2022-04-29efi: fix devpath_is_partition()Heinrich Schuchardt
2022-04-29efi_loader: don't call log with __func__ as parameterHeinrich Schuchardt
2022-04-25nds32: Remove the architectureTom Rini
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini
2022-04-25lib: Add a way to find the postiion of a trailing numberSimon Glass
2022-04-25lib: Fix a few bugs in trailing_strtoln()Simon Glass
2022-04-23Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-04-23efi_loader: disk: use udevice instead of blk_descAKASHI Takahiro
2022-04-23efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro
2022-04-23efi_loader: disk: a helper function to delete efi_disk objectsAKASHI Takahiro
2022-04-23efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro
2022-04-23efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro
2022-04-23efi_loader: disk: compile efi_disk when CONFIG_BLKAKASHI Takahiro
2022-04-23efi_loader: PARTITION_UUIDS should be optionalAKASHI Takahiro
2022-04-22fdt: Fix TPL SEPARATE_BSS check when locating DTBAndrew Abbott
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