aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-05efi_loader: signature: export efi_hash_regions()AKASHI Takahiro1-2/+2
2022-07-05lib: crypto: add mscode_parserAKASHI Takahiro4-0/+184
2022-07-02EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devicesPaul Barbieri2-7/+28
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