summaryrefslogtreecommitdiff
path: root/include/efi.h
AgeCommit message (Expand)Author
2025-01-05cmd: efidebug: update output of memory attributesHeinrich Schuchardt
2024-12-15efi_loader: Fix typos in enum efi_allocate_typeSimon Glass
2024-11-09sandbox: Report host default-filename in native modeSimon Glass
2024-11-09efi_loader: Move get_efi_pxe_arch() to efi_helperSimon Glass
2024-11-09efi: Move default filename to a functionSimon Glass
2024-09-12efi: define struct efi_guidCaleb Connolly
2024-07-16efi: move guid helper functions to efi.hVincent Stehlé
2024-04-08efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESSHeinrich Schuchardt
2024-04-08efi_loader: all variable attributes are 32bitHeinrich Schuchardt
2023-03-25efi: Split out table-listing code into a new fileSimon Glass
2023-03-25efi_loader: move struct efi_device_path to efi.hHeinrich Schuchardt
2023-02-10efi: use 32-bit alignment for efi_guid_tMasahisa Kojima
2022-10-06efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas
2022-01-15efi: Tidy up some comments in efi headerSimon Glass
2022-01-15efi: Support the efi command in the appSimon Glass
2022-01-15x86: efi: Update efi_get_next_mem_desc() to avoid needing a mapSimon Glass
2022-01-15efi: Move exit_boot_services into a functionSimon Glass
2021-12-31efi: Mention that efi_info_get() is only used in the stubSimon Glass
2021-12-31efi: Share struct efi_priv between the app and stub codeSimon Glass
2021-12-31efi: Add comments to struct efi_privSimon Glass
2021-12-31efi: Drop device_path from struct efi_privSimon Glass
2021-12-31efi: Locate all block devices in the appSimon Glass
2021-12-31efi: fix typo in description of struct efi_entry_hdrHeinrich Schuchardt
2021-12-09efi: Add a media/block driver for EFI block devicesSimon Glass
2021-11-07efi: Add a way to obtain boot services in the appSimon Glass
2021-08-17efi_loader rename enum efi_mem_type to efi_memory_typeHeinrich Schuchardt
2021-08-17efi_loader: use an enum for the memory allocation typesHeinrich Schuchardt
2021-04-10efi_loader: EFI_UNACCEPTED_MEMORY_TYPEHeinrich Schuchardt
2021-01-13efi_loader: move efi_(u)intn_t to efi.hHeinrich Schuchardt
2020-09-06efi: clean up efi commandHeinrich Schuchardt
2020-05-21efi_loader: add EFI_MEMORY_SP to memory attributesHeinrich Schuchardt
2020-01-07efi_loader: define all known warning status codesHeinrich Schuchardt
2019-04-23efi_loader: check memory type in AllocatePages()Heinrich Schuchardt
2019-04-12efi: fix memory calculation overflow on 32-bit systemsPatrick Wildt
2019-02-13efi_loader: efi_guid_t must be 64-bit alignedHeinrich Schuchardt
2018-12-02efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt
2018-09-23efi_loader: SPDX-License-Identifier for efi.hHeinrich Schuchardt
2018-08-30x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng
2018-08-30efi: stub: Pass EFI system table address to U-Boot payloadBin Meng
2018-08-21efi: Add EFI_MEMORY_{NV, MORE_RELIABLE, RO} attributesEugeniu Rosca
2018-08-21efi: Fix truncation of constant valueEugeniu Rosca
2018-07-25efi_loader: Introduce ms abi vararg helpersAlexander Graf
2018-06-24efi.h: Do not use config optionsAlexander Graf
2018-06-17efi: stub: Pass EFI GOP information to U-Boot payloadBin Meng
2018-06-14efi_loader: avoid initializer element is not constantHeinrich Schuchardt
2018-01-28efi: Conflict efi_loader with different stub bitnessAlexander Graf
2017-12-01efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE valuesHeinrich Schuchardt
2017-09-20efi_loader: efi variable supportRob Clark
2017-09-20efi_loader: add file/filesys supportRob Clark
2017-09-20part: move efi_guid_tRob Clark