summaryrefslogtreecommitdiff
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Select EVENT as wellJan Kiszka2022-05-071-0/+1
* efi_loader: bootmgr: add booting from removable mediaAKASHI Takahiro2022-05-031-1/+50
* efi_loader: export efi_locate_device_handle()AKASHI Takahiro2022-05-031-4/+3
* lib: fix selection of CONFIG_CHARSETHeinrich Schuchardt2022-05-031-0/+1
* efi_loader: reset colors before clearing screenHeinrich Schuchardt2022-05-031-2/+2
* efi_loader: disk: allow blk devices even without UCLASS_PARTITIONAKASHI Takahiro2022-04-291-14/+15
* efi_loader: simplify efi_add_conventional_memory_map()Heinrich Schuchardt2022-04-291-1/+1
* efi_loader: simplify try_load_entry()Heinrich Schuchardt2022-04-291-6/+2
* efi_loader: don't call log with __func__ as parameterHeinrich Schuchardt2022-04-291-4/+3
* efi_loader: disk: use udevice instead of blk_descAKASHI Takahiro2022-04-231-6/+16
* efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro2022-04-231-2/+6
* efi_loader: disk: a helper function to delete efi_disk objectsAKASHI Takahiro2022-04-231-0/+88
* efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro2022-04-231-3/+11
* efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro2022-04-233-77/+131
* efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro2022-04-231-9/+49
* efi_loader: disk: compile efi_disk when CONFIG_BLKAKASHI Takahiro2022-04-231-1/+1
* efi_loader: PARTITION_UUIDS should be optionalAKASHI Takahiro2022-04-232-3/+8
* efi_loader: simplify efi_serialize_load_option()Heinrich Schuchardt2022-04-151-1/+1
* efi_loader: EFI_HII_STRING_PROTOCOL.GetString()Heinrich Schuchardt2022-04-151-1/+1
* FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu2022-04-151-4/+0
* efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu2022-04-152-0/+7
* capsule: Put a check for image index before the updateSughosh Ganu2022-04-151-3/+5
* capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu2022-04-151-69/+29
* efi_loader: Use sysreset instead of reset commandMasami Hiramatsu2022-04-092-2/+4
* efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_...Masami Hiramatsu2022-04-091-30/+30
* efi_loader: optional persistence of variablesTom Saeger2022-04-091-1/+8
* Merge branch 'next'Tom Rini2022-04-041-1/+0
|\
| * video: Drop references to CONFIG_VIDEO et alSimon Glass2022-03-281-1/+0
* | efi_loader: initrddump: Actually use the custom CFLAGSAndy Shevchenko2022-03-311-1/+1
|/
* efi_loader: initrddump: drain input before promptHeinrich Schuchardt2022-03-261-4/+10
* efi_loader: nocolor command line attr for initrddump.efiHeinrich Schuchardt2022-03-261-9/+68
* efi_loader: typo devie-pathHeinrich Schuchardt2022-03-261-1/+1
* efi_loader: move dtbdump.c, initrddump.c to lib/efi_loaderHeinrich Schuchardt2022-03-203-0/+1000
* efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt2022-03-202-31/+9
* efi_loader: support booting via short-form device-pathHeinrich Schuchardt2022-03-201-10/+10
* efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt2022-03-204-10/+19
* efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt2022-03-201-49/+61
* efi_loader: export efi_dp_shorten()Heinrich Schuchardt2022-03-201-8/+13
* efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returnedIlias Apalodimas2022-03-201-11/+20
* efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt2022-03-122-8/+8
* efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima2022-02-261-12/+1
* efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu2022-02-261-2/+16
* efi_loader: use efi_update_capsule_firmware() for capsule on diskMasami Hiramatsu2022-02-261-1/+1
* efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas2022-02-261-6/+5
* efi_loader: fix dual signed image certificationIlias Apalodimas2022-02-111-70/+18
* efi: Drop unnecessary calls to blk_find_device()Simon Glass2022-02-051-12/+2
* efi: Use device_get_uclass_id() where appropriateSimon Glass2022-02-051-5/+5
* efi_loader: add handle for UARTHeinrich Schuchardt2022-02-051-27/+25
* efi_loader: fix text output for Uart() DP nodesHeinrich Schuchardt2022-02-051-9/+19
* efi_loader: use %zu to print efi_uintn_t in FMP driverHeinrich Schuchardt2022-02-051-2/+2