summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cmd: load: add load command for memory mappedRui Miguel Silva2022-06-221-0/+9
* Merge branch 'master' into nextTom Rini2022-06-206-92/+64
|\
| * efi_loader: initialize console size lateHeinrich Schuchardt2022-06-192-7/+17
| * efi_loader: create boot options without file pathHeinrich Schuchardt2022-06-122-11/+25
| * efi_loader: allow booting from short dev only DPHeinrich Schuchardt2022-06-121-5/+4
| * EFI: FMP: Use a common GetImageInfo function for FIT and raw imagesSughosh Ganu2022-06-121-66/+14
| * EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATION...Sughosh Ganu2022-06-121-3/+4
* | fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQRasmus Villemoes2022-06-062-12/+2
* | zlib: Port fix for CVE-2018-25032 to U-BootTom Rini2022-06-063-65/+74
|/
* efi: test/py: authenticate fit capsulesVincent Stehlé2022-06-041-42/+73
* EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu2022-06-041-3/+2
* efi: fix documentation warningsVincent Stehlé2022-05-281-5/+5
* efi_loader: bootmgr: fix a problem in loading an image from a short-pathAKASHI Takahiro2022-05-281-4/+103
* efi_loader: disk: add efi_disk_is_removable()AKASHI Takahiro2022-05-281-0/+27
* 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