summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2022-03-31efi_loader: initrddump: Actually use the custom CFLAGSAndy Shevchenko
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
2021-12-09efi_loader: correctly handle no tpm device errorMasahisa Kojima
2021-12-09efi_loader: check tcg2 protocol installation outside the TCG protocolMasahisa Kojima
2021-12-09efi_loader: efi_tcg2_register returns appropriate errorMasahisa Kojima
2021-11-30efi_loader: Extend PCR's for firmware measurementsRuchika Gupta
2021-11-30efi_loader: Add check for event log passed from firmwareRuchika Gupta
2021-11-26efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt
2021-11-26efi_loader: efi_disk_register() should not failHeinrich Schuchardt
2021-11-26efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini
2021-11-20efi_loader: startup the tpm device when installing the protocolIlias Apalodimas
2021-11-20efi_loader: fix FinalEvents table if an EFI app invoked GetEventLogIlias Apalodimas
2021-11-20efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICESHeinrich Schuchardt
2021-11-20efi_loader: capsule: Record capsule result only if capsule is readMasami Hiramatsu
2021-11-20efi_loader: Reduce efi_tcg2 logging statementMasahisa Kojima