summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
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
2022-02-05efi_loader: use %zu to print efi_uintn_t in FMP driverHeinrich Schuchardt
2022-02-05efi_loader: use %zu not %zd to print efi_uintn_tHeinrich Schuchardt
2022-02-05efi_loader: fix device path to text protocolHeinrich Schuchardt
2022-02-03efi: Use 16-bit unicode stringsSimon Glass
2022-01-29efi_loader: hash the image once before checking against db/dbxIlias Apalodimas
2022-01-29efi_loader: correctly handle mixed hashes and signatures in dbIlias Apalodimas
2022-01-29efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L
2022-01-29efi_loader: correct function comment styleHeinrich Schuchardt
2022-01-25efi: Correct address handling with ACPI tablesSimon Glass
2022-01-25efi: Correct call to write_acpi_tables()Simon Glass
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt
2022-01-15efidebug: avoid 'dfu_alt_info not defined' messageHeinrich Schuchardt
2022-01-15efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas
2021-12-26efi_loader: Don't limit the StMM buffer size explicitlyIlias Apalodimas