summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use post-increment only in inffast.c.Chin Liang See2022-10-061-53/+34
* efi_loader: fix efi_initrd_deregister()Heinrich Schuchardt2022-09-301-0/+3
* efi_selftest: prefix test functions with efi_st_Heinrich Schuchardt2022-09-301-43/+44
* efi_driver: don't bind internal block devicesHeinrich Schuchardt2022-09-091-0/+9
* lib: efi_loader: don't delete invalid handlesEtienne Carriere2022-09-091-2/+7
* efi_selftest: unit test for EFI Conformance Profile TableHeinrich Schuchardt2022-09-092-0/+77
* efi_selftest: export efi_st_get_config_table()Heinrich Schuchardt2022-09-093-36/+30
* Merge tag 'tpm-03092022' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini2022-09-033-13/+72
|\
| * tpm: Allow committing non-volatile dataSimon Glass2022-09-031-0/+21
| * tpm: Implement state command for Cr50Simon Glass2022-09-031-0/+25
| * tpm: Correct the define-space command in TPMv2Simon Glass2022-09-031-7/+15
| * tpm: Correct the permissions command in TPMv1Simon Glass2022-09-031-2/+3
| * tpm: Require a digest source when extending the PCRSimon Glass2022-09-032-4/+8
* | efi_loader: fix display of NVMe EUI-64Heinrich Schuchardt2022-09-031-3/+4
* | efi: ECPT add EBBRv2.0 conformance profileJose Marinho2022-09-032-0/+17
* | efi: Create ECPT tableJose Marinho2022-09-035-0/+71
* | efi_selftest: on sandbox use host specific assemblyHeinrich Schuchardt2022-09-031-1/+8
* | efi_loader: support CTRL+\ - CTRL+_Heinrich Schuchardt2022-09-031-0/+4
* | efi_loader: compliance Simple Text Input Ex ProtocolHeinrich Schuchardt2022-09-031-0/+1
* | efi_loader: printing UEFI revision in helloworld.efiHeinrich Schuchardt2022-09-031-12/+54
|/
* efi_loader: ensure all block devices are probedHeinrich Schuchardt2022-09-012-0/+25
* 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'Tom 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
| |\