summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-09-19Merge branch 'master' into nextTom Rini20-67/+379
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese13-28/+28
2022-09-16blk: Switch over to using uclass IDsSimon Glass2-4/+4
2022-09-16efi: Correct assumption about if_typeSimon Glass1-1/+1
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass1-1/+0
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass1-1/+1
2022-09-15lib: rsa: fix padding_pss_verifyHeinrich Schuchardt1-0/+5
2022-09-14bootmenu: add removable media entriesMasahisa Kojima1-0/+4
2022-09-14eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima5-47/+203
2022-09-09efi_driver: don't bind internal block devicesHeinrich Schuchardt1-0/+9
2022-09-09lib: efi_loader: don't delete invalid handlesEtienne Carriere1-2/+7
2022-09-09efi_selftest: unit test for EFI Conformance Profile TableHeinrich Schuchardt2-0/+77
2022-09-09efi_selftest: export efi_st_get_config_table()Heinrich Schuchardt3-36/+30
2022-09-03Merge tag 'tpm-03092022' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini3-13/+72
2022-09-03tpm: Allow committing non-volatile dataSimon Glass1-0/+21
2022-09-03tpm: Implement state command for Cr50Simon Glass1-0/+25
2022-09-03tpm: Correct the define-space command in TPMv2Simon Glass1-7/+15
2022-09-03tpm: Correct the permissions command in TPMv1Simon Glass1-2/+3
2022-09-03tpm: Require a digest source when extending the PCRSimon Glass2-4/+8
2022-09-03efi_loader: fix display of NVMe EUI-64Heinrich Schuchardt1-3/+4
2022-09-03efi: ECPT add EBBRv2.0 conformance profileJose Marinho2-0/+17
2022-09-03efi: Create ECPT tableJose Marinho5-0/+71
2022-09-03efi_selftest: on sandbox use host specific assemblyHeinrich Schuchardt1-1/+8
2022-09-03efi_loader: support CTRL+\ - CTRL+_Heinrich Schuchardt1-0/+4
2022-09-03efi_loader: compliance Simple Text Input Ex ProtocolHeinrich Schuchardt1-0/+1
2022-09-03efi_loader: printing UEFI revision in helloworld.efiHeinrich Schuchardt1-12/+54
2022-09-01efi_loader: ensure all block devices are probedHeinrich Schuchardt2-0/+25
2022-08-23time: move the CONFIG_SYS_TIMER_RATE handling to the compilerMichael Walle1-6/+9
2022-08-20efi_loader: disk: remove unused fieldAKASHI Takahiro1-11/+2
2022-08-13efi_loader: move udevice pointer into struct efi_objectMasahisa Kojima3-11/+20
2022-08-13efi_loader: fix efi_convert_device_path_to_text()Heinrich Schuchardt1-0/+1
2022-08-12Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini1-0/+10
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass1-0/+1
2022-08-12dm: core: Introduce support for multiple treesSimon Glass1-13/+1
2022-08-12video: Renname vbe.h to vesa.hSimon Glass1-1/+1
2022-08-10lz4: Fix compile warning comparison of distinct pointer typesPali Rohár1-1/+1
2022-08-10common: Drop display_options.h from common headerSimon Glass3-0/+3
2022-08-10lmb: Fix LMB_MEMORY_REGIONS flag usagePatrice Chotard1-1/+1
2022-08-02tpm: rng: Add driver model interface for TPM RNG deviceSughosh Ganu2-3/+4
2022-08-02efi_loader: initialize the RNG protocol after the TCC2Ilias Apalodimas1-7/+7
2022-08-02tpm: Export the TPM-version functionsSimon Glass1-51/+41
2022-07-27Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+3
2022-07-26addrmap: Support on sandboxSimon Glass1-2/+3
2022-07-26lmb: Fix lmb property's defination under struct lmbAshok Reddy Soma1-1/+1
2022-07-18efi_loader: remove support for CONFIG_LCDHeinrich Schuchardt2-6/+0
2022-07-13efi_loader: expose END device path nodeMasahisa Kojima1-1/+1
2022-07-11Merge branch 'next'Tom Rini17-8725/+138
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini4-3/+11
2022-07-05efi_loader: image_loader: add a missing digest verification for signed PE imageAKASHI Takahiro2-2/+61
2022-07-05efi_loader: image_loader: replace EFI_PRINT with log macrosAKASHI Takahiro1-27/+27