aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini4-3/+11
2022-06-28Convert CONFIG_ENV_MIN_ENTRIES et al to KconfigTom Rini1-7/+0
2022-06-28arm: samsung: Remove dead LCD codeTom Rini5-8622/+0
2022-06-28vpl: Ensure all VPL symbols in Kconfig have some VPL dependencyTom Rini1-1/+2
2022-06-28tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini1-1/+2
2022-06-27lib: sha256: Add support for hardware specific sha256_processLoic Poulain1-7/+19
2022-06-27lib: sha1: Add support for hardware specific sha1_processLoic Poulain1-7/+19
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva1-0/+9
2022-06-20Merge branch 'master' into nextTom Rini6-92/+64
2022-06-19efi_loader: initialize console size lateHeinrich Schuchardt2-7/+17
2022-06-12efi_loader: create boot options without file pathHeinrich Schuchardt2-11/+25
2022-06-12efi_loader: allow booting from short dev only DPHeinrich Schuchardt1-5/+4
2022-06-12EFI: FMP: Use a common GetImageInfo function for FIT and raw imagesSughosh Ganu1-66/+14
2022-06-12EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATION...Sughosh Ganu1-3/+4
2022-06-06fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQRasmus Villemoes2-12/+2
2022-06-06zlib: Port fix for CVE-2018-25032 to U-BootTom Rini3-65/+74
2022-06-04efi: test/py: authenticate fit capsulesVincent Stehlé1-42/+73
2022-06-04EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu1-3/+2
2022-05-28efi: fix documentation warningsVincent Stehlé1-5/+5
2022-05-28efi_loader: bootmgr: fix a problem in loading an image from a short-pathAKASHI Takahiro1-4/+103
2022-05-28efi_loader: disk: add efi_disk_is_removable()AKASHI Takahiro1-0/+27
2022-05-07efi_loader: add sha384/512 on certificate revocationIlias Apalodimas2-23/+119
2022-05-07efi_loader: Select EVENT as wellJan Kiszka1-0/+1
2022-05-05lib/date: Make rtc_mktime and mktime64 Y2038-readyJan Kiszka1-8/+5
2022-05-03efi_loader: bootmgr: add booting from removable mediaAKASHI Takahiro1-1/+50
2022-05-03efi_loader: export efi_locate_device_handle()AKASHI Takahiro1-4/+3
2022-05-03lib/charset: add u16_strlcat() functionMasahisa Kojima1-0/+16
2022-05-03lib: fix selection of CONFIG_CHARSETHeinrich Schuchardt3-5/+2
2022-05-03efi_selftest: error handling in efi_selftest_tcg2Heinrich Schuchardt1-2/+6
2022-05-03efi_selftest: clean up unaligned unit testHeinrich Schuchardt1-5/+4
2022-05-03efi_selftest: buildefi_selftest_unaligned.cHeinrich Schuchardt1-1/+3
2022-05-03efi_loader: reset colors before clearing screenHeinrich Schuchardt1-2/+2
2022-05-02vpl: Add Kconfig options for VPLSimon Glass1-0/+62
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 architectureWIP/25Apr2022Tom 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-23Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/23Apr2022Tom 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