summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2022-09-25blk: Rename if_type to uclass_idSimon Glass2-8/+8
2022-09-19Merge branch 'master' into nextTom Rini9-17/+179
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-2/+2
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-2/+2
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-14bootmenu: add removable media entriesMasahisa Kojima1-0/+4
2022-09-14eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima5-47/+203
2022-09-09lib: efi_loader: don't delete invalid handlesEtienne Carriere1-2/+7
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 Marinho4-0/+67
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-20efi_loader: disk: remove unused fieldAKASHI Takahiro1-11/+2
2022-08-13efi_loader: move udevice pointer into struct efi_objectMasahisa Kojima2-9/+19
2022-08-13efi_loader: fix efi_convert_device_path_to_text()Heinrich Schuchardt1-0/+1
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass1-0/+1
2022-08-02efi_loader: initialize the RNG protocol after the TCC2Ilias Apalodimas1-7/+7
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 Rini1-0/+9
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-02EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devicesPaul Barbieri1-7/+1
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva1-0/+9
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-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-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: fix selection of CONFIG_CHARSETHeinrich Schuchardt1-0/+1
2022-05-03efi_loader: reset colors before clearing screenHeinrich Schuchardt1-2/+2
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_loader: don't call log with __func__ as parameterHeinrich Schuchardt1-4/+3