summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: add sha384/512 on certificate revocationIlias Apalodimas2022-05-072-23/+119
* efi_loader: Select EVENT as wellJan Kiszka2022-05-071-0/+1
* lib/date: Make rtc_mktime and mktime64 Y2038-readyJan Kiszka2022-05-051-8/+5
* efi_loader: bootmgr: add booting from removable mediaAKASHI Takahiro2022-05-031-1/+50
* efi_loader: export efi_locate_device_handle()AKASHI Takahiro2022-05-031-4/+3
* lib/charset: add u16_strlcat() functionMasahisa Kojima2022-05-031-0/+16
* lib: fix selection of CONFIG_CHARSETHeinrich Schuchardt2022-05-033-5/+2
* efi_selftest: error handling in efi_selftest_tcg2Heinrich Schuchardt2022-05-031-2/+6
* efi_selftest: clean up unaligned unit testHeinrich Schuchardt2022-05-031-5/+4
* efi_selftest: buildefi_selftest_unaligned.cHeinrich Schuchardt2022-05-031-1/+3
* efi_loader: reset colors before clearing screenHeinrich Schuchardt2022-05-031-2/+2
* vpl: Add Kconfig options for VPLSimon Glass2022-05-021-0/+62
* efi_loader: disk: allow blk devices even without UCLASS_PARTITIONAKASHI Takahiro2022-04-291-14/+15
* efi_loader: simplify efi_add_conventional_memory_map()Heinrich Schuchardt2022-04-291-1/+1
* efi_loader: simplify try_load_entry()Heinrich Schuchardt2022-04-291-6/+2
* efi: fix devpath_is_partition()Heinrich Schuchardt2022-04-291-1/+1
* efi_loader: don't call log with __func__ as parameterHeinrich Schuchardt2022-04-291-4/+3
* nds32: Remove the architectureTom Rini2022-04-252-8/+1
* Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini2022-04-251-6/+17
|\
| * lib: Add a way to find the postiion of a trailing numberSimon Glass2022-04-251-2/+12
| * lib: Fix a few bugs in trailing_strtoln()Simon Glass2022-04-251-5/+6
* | Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-04-236-119/+314
|\ \ | |/ |/|
| * efi_loader: disk: use udevice instead of blk_descAKASHI Takahiro2022-04-231-6/+16
| * efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro2022-04-231-2/+6
| * efi_loader: disk: a helper function to delete efi_disk objectsAKASHI Takahiro2022-04-231-0/+88
| * efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro2022-04-231-3/+11
| * efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro2022-04-234-101/+141
| * efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro2022-04-231-9/+49
| * efi_loader: disk: compile efi_disk when CONFIG_BLKAKASHI Takahiro2022-04-231-1/+1
| * efi_loader: PARTITION_UUIDS should be optionalAKASHI Takahiro2022-04-232-3/+8
* | fdt: Fix TPL SEPARATE_BSS check when locating DTBAndrew Abbott2022-04-221-1/+1
|/
* crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár2022-04-212-0/+61
* crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár2022-04-212-5/+5
* efi_loader: simplify efi_serialize_load_option()Heinrich Schuchardt2022-04-151-1/+1
* efi_loader: EFI_HII_STRING_PROTOCOL.GetString()Heinrich Schuchardt2022-04-151-1/+1
* lib: simplify u16_strdup()Heinrich Schuchardt2022-04-151-1/+1
* lib: convert u16_strlen() into a macroHeinrich Schuchardt2022-04-151-12/+0
* FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu2022-04-151-4/+0
* efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu2022-04-152-0/+7
* capsule: Put a check for image index before the updateSughosh Ganu2022-04-151-3/+5
* capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu2022-04-151-69/+29
* lib/crypto: support sha384/sha512 in x509/pkcs7Dhananjay Phadke2022-04-112-0/+8
* lib: rsa: Update function padding_pss_verify (any-salt)SESA6444252022-04-111-8/+11
* lib: rsa: Leverage existing data buffer instead of systematic copySESA6444252022-04-111-19/+18
* lib: rsa: Fix const-correctness of rsassa_pss functionsSESA6444252022-04-111-7/+7
* efi_loader: Use sysreset instead of reset commandMasami Hiramatsu2022-04-092-2/+4
* efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_...Masami Hiramatsu2022-04-091-30/+30
* efi_loader: optional persistence of variablesTom Saeger2022-04-091-1/+8
* Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURESimon Glass2022-04-061-0/+1
* lzma: Tidy up the function prototypeSimon Glass2022-04-062-4/+17