aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass2022-09-161-1/+0
* blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-161-1/+1
* lib: rsa: fix padding_pss_verifyHeinrich Schuchardt2022-09-151-0/+5
* bootmenu: add removable media entriesMasahisa Kojima2022-09-141-0/+4
* eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima2022-09-145-47/+203
* time: move the CONFIG_SYS_TIMER_RATE handling to the compilerMichael Walle2022-08-231-6/+9
* efi_loader: disk: remove unused fieldAKASHI Takahiro2022-08-201-11/+2
* efi_loader: move udevice pointer into struct efi_objectMasahisa Kojima2022-08-133-11/+20
* efi_loader: fix efi_convert_device_path_to_text()Heinrich Schuchardt2022-08-131-0/+1
* Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini2022-08-121-0/+10
* bootstd: Allow bootmeths to be marked as globalSimon Glass2022-08-121-0/+1
* dm: core: Introduce support for multiple treesSimon Glass2022-08-121-13/+1
* video: Renname vbe.h to vesa.hSimon Glass2022-08-121-1/+1
* lz4: Fix compile warning comparison of distinct pointer typesPali Rohár2022-08-101-1/+1
* common: Drop display_options.h from common headerSimon Glass2022-08-103-0/+3
* lmb: Fix LMB_MEMORY_REGIONS flag usagePatrice Chotard2022-08-101-1/+1
* tpm: rng: Add driver model interface for TPM RNG deviceSughosh Ganu2022-08-022-3/+4
* efi_loader: initialize the RNG protocol after the TCC2Ilias Apalodimas2022-08-021-7/+7
* tpm: Export the TPM-version functionsSimon Glass2022-08-021-51/+41
* Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2022-07-271-2/+3
|\
| * addrmap: Support on sandboxSimon Glass2022-07-261-2/+3
* | lmb: Fix lmb property's defination under struct lmbAshok Reddy Soma2022-07-261-1/+1
|/
* efi_loader: remove support for CONFIG_LCDHeinrich Schuchardt2022-07-182-6/+0
* efi_loader: expose END device path nodeMasahisa Kojima2022-07-131-1/+1
* Merge branch 'next'WIP/11Jul2022Tom Rini2022-07-1117-8725/+138
|\
| * spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini2022-07-074-3/+11
| * Convert CONFIG_ENV_MIN_ENTRIES et al to KconfigTom Rini2022-06-281-7/+0
| * arm: samsung: Remove dead LCD codeTom Rini2022-06-285-8622/+0
| * vpl: Ensure all VPL symbols in Kconfig have some VPL dependencyTom Rini2022-06-281-1/+2
| * tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini2022-06-281-1/+2
| * lib: sha256: Add support for hardware specific sha256_processLoic Poulain2022-06-271-7/+19
| * lib: sha1: Add support for hardware specific sha1_processLoic Poulain2022-06-271-7/+19
| * cmd: load: add load command for memory mappedRui Miguel Silva2022-06-221-0/+9
| * Merge branch 'master' into nextTom Rini2022-06-206-92/+64
| |\
| * | 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_loader: image_loader: add a missing digest verification for signed PE imageAKASHI Takahiro2022-07-052-2/+61
* | | efi_loader: image_loader: replace EFI_PRINT with log macrosAKASHI Takahiro2022-07-051-27/+27
* | | efi_loader: signature: export efi_hash_regions()AKASHI Takahiro2022-07-051-2/+2
* | | lib: crypto: add mscode_parserAKASHI Takahiro2022-07-054-0/+184
* | | EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devicesPaul Barbieri2022-07-022-7/+28
| |/ |/|
* | 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
|/
* 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