summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2022-05-07efi_loader: add sha384/512 on certificate revocationIlias Apalodimas
2022-05-07efi_loader: Select EVENT as wellJan Kiszka
2022-05-03efi_loader: bootmgr: add booting from removable mediaAKASHI Takahiro
2022-05-03efi_loader: export efi_locate_device_handle()AKASHI Takahiro
2022-05-03lib: fix selection of CONFIG_CHARSETHeinrich Schuchardt
2022-05-03efi_loader: reset colors before clearing screenHeinrich Schuchardt
2022-04-29efi_loader: disk: allow blk devices even without UCLASS_PARTITIONAKASHI Takahiro
2022-04-29efi_loader: simplify efi_add_conventional_memory_map()Heinrich Schuchardt
2022-04-29efi_loader: simplify try_load_entry()Heinrich Schuchardt
2022-04-29efi_loader: don't call log with __func__ as parameterHeinrich Schuchardt
2022-04-23efi_loader: disk: use udevice instead of blk_descAKASHI Takahiro
2022-04-23efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro
2022-04-23efi_loader: disk: a helper function to delete efi_disk objectsAKASHI Takahiro
2022-04-23efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro
2022-04-23efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro
2022-04-23efi_loader: disk: compile efi_disk when CONFIG_BLKAKASHI Takahiro
2022-04-23efi_loader: PARTITION_UUIDS should be optionalAKASHI Takahiro
2022-04-15efi_loader: simplify efi_serialize_load_option()Heinrich Schuchardt
2022-04-15efi_loader: EFI_HII_STRING_PROTOCOL.GetString()Heinrich Schuchardt
2022-04-15FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu
2022-04-15efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu
2022-04-15capsule: Put a check for image index before the updateSughosh Ganu
2022-04-15capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu
2022-04-09efi_loader: Use sysreset instead of reset commandMasami Hiramatsu
2022-04-09efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_...Masami Hiramatsu
2022-04-09efi_loader: optional persistence of variablesTom Saeger
2022-04-04Merge branch 'next'Tom Rini
2022-03-31efi_loader: initrddump: Actually use the custom CFLAGSAndy Shevchenko
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass
2022-03-26efi_loader: initrddump: drain input before promptHeinrich Schuchardt
2022-03-26efi_loader: nocolor command line attr for initrddump.efiHeinrich Schuchardt
2022-03-26efi_loader: typo devie-pathHeinrich Schuchardt
2022-03-20efi_loader: move dtbdump.c, initrddump.c to lib/efi_loaderHeinrich Schuchardt
2022-03-20efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt
2022-03-20efi_loader: support booting via short-form device-pathHeinrich Schuchardt
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt
2022-03-20efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt
2022-03-20efi_loader: export efi_dp_shorten()Heinrich Schuchardt
2022-03-20efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returnedIlias Apalodimas
2022-03-12efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt
2022-02-26efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima
2022-02-26efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu
2022-02-26efi_loader: use efi_update_capsule_firmware() for capsule on diskMasami Hiramatsu
2022-02-26efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas
2022-02-11efi_loader: fix dual signed image certificationIlias Apalodimas
2022-02-05efi: Drop unnecessary calls to blk_find_device()Simon Glass
2022-02-05efi: Use device_get_uclass_id() where appropriateSimon Glass
2022-02-05efi_loader: add handle for UARTHeinrich Schuchardt
2022-02-05efi_loader: fix text output for Uart() DP nodesHeinrich Schuchardt