summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
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-08efi_loader: add sha384/512 on certificate revocationIlias Apalodimas2-23/+119
2022-05-08efi_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
2022-04-23efi_loader: disk: use udevice instead of blk_descAKASHI Takahiro1-6/+16
2022-04-23efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro1-2/+6
2022-04-23efi_loader: disk: a helper function to delete efi_disk objectsAKASHI Takahiro1-0/+88
2022-04-23efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro1-3/+11
2022-04-23efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro3-77/+131
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro1-9/+49
2022-04-23efi_loader: disk: compile efi_disk when CONFIG_BLKAKASHI Takahiro1-1/+1
2022-04-23efi_loader: PARTITION_UUIDS should be optionalAKASHI Takahiro2-3/+8
2022-04-15efi_loader: simplify efi_serialize_load_option()Heinrich Schuchardt1-1/+1
2022-04-15efi_loader: EFI_HII_STRING_PROTOCOL.GetString()Heinrich Schuchardt1-1/+1
2022-04-15FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu1-4/+0
2022-04-15efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu2-0/+7
2022-04-15capsule: Put a check for image index before the updateSughosh Ganu1-3/+5
2022-04-15capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu1-69/+29
2022-04-09efi_loader: Use sysreset instead of reset commandMasami Hiramatsu2-2/+4
2022-04-09efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_...Masami Hiramatsu1-30/+30
2022-04-09efi_loader: optional persistence of variablesTom Saeger1-1/+8
2022-04-04Merge branch 'next'Tom Rini1-1/+0
2022-03-31efi_loader: initrddump: Actually use the custom CFLAGSAndy Shevchenko1-1/+1
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass1-1/+0
2022-03-26efi_loader: initrddump: drain input before promptHeinrich Schuchardt1-4/+10
2022-03-26efi_loader: nocolor command line attr for initrddump.efiHeinrich Schuchardt1-9/+68
2022-03-26efi_loader: typo devie-pathHeinrich Schuchardt1-1/+1
2022-03-20efi_loader: move dtbdump.c, initrddump.c to lib/efi_loaderHeinrich Schuchardt3-0/+1000
2022-03-20efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt2-31/+9
2022-03-20efi_loader: support booting via short-form device-pathHeinrich Schuchardt1-10/+10
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt4-10/+19
2022-03-20efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt1-49/+61
2022-03-20efi_loader: export efi_dp_shorten()Heinrich Schuchardt1-8/+13
2022-03-20efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returnedIlias Apalodimas1-11/+20
2022-03-12efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt2-8/+8
2022-02-26efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima1-12/+1
2022-02-26efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu1-2/+16
2022-02-26efi_loader: use efi_update_capsule_firmware() for capsule on diskMasami Hiramatsu1-1/+1
2022-02-26efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas1-6/+5