summaryrefslogtreecommitdiffstats
path: root/include/efi.h
Commit message (Expand)AuthorAgeFilesLines
* efi: payload: dynamically determine bootloader file nameAhmad Fatoum2024-03-051-0/+1
* efi: devicepath: implement device_path_to_str_buf variantAhmad Fatoum2024-03-051-0/+1
* efi: devicepath: improve const safetyAhmad Fatoum2024-03-051-5/+5
* efi: fs: flesh out file system definitionsAhmad Fatoum2024-03-051-14/+65
* fs: efi: move definitions into headerAhmad Fatoum2024-03-051-0/+59
* efi: improve usability of EFI_PAGE_* macrosAhmad Fatoum2024-03-051-1/+2
* efi: add efi_driver_binding_protocolAhmad Fatoum2024-03-051-0/+19
* efi: flesh out EFI definitions in headerAhmad Fatoum2024-03-051-47/+68
* efi: add EFI_WARN constantsAhmad Fatoum2024-03-051-0/+8
* efi: rename efi_simple_input_interface to efi_simple_text_input_protocolAhmad Fatoum2024-03-051-5/+5
* efi: constify guid_t in APIAhmad Fatoum2024-03-051-4/+4
* efi: block: move definitions into header fileAhmad Fatoum2024-03-051-0/+27
* efi: use efi_handle_t where appropriateAhmad Fatoum2024-03-051-5/+5
* efi: efi-guid: add more GUIDsAhmad Fatoum2024-03-051-0/+59
* efi: unify whitespace for GUIDsAhmad Fatoum2024-03-051-43/+43
* efi: make headers self-containedAhmad Fatoum2024-03-051-70/+2
* efi: don't hide structs, enums or unions behind _tAhmad Fatoum2024-03-051-43/+43
* efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOADAhmad Fatoum2024-03-051-1/+1
* efi: define efi_guid_t as 32-bit aligned guid_tAhmad Fatoum2023-06-081-4/+15
* efi: add device tree configuration table supportAhmad Fatoum2022-10-131-0/+1
* efi: implement and use for_each_efi_config_tableAhmad Fatoum2022-10-131-0/+5
* hw_random: add EFI RNG driverAhmad Fatoum2022-10-131-0/+18
* efi: capitalize enumeration constantsAhmad Fatoum2022-10-131-3/+3
* efi: retire efi_bool_tAhmad Fatoum2022-10-131-1/+0
* efi: Implement device_path_to_subtype()Sascha Hauer2021-12-131-0/+1
* efi: define and use new EFI_ERROR_MASK macroAhmad Fatoum2021-12-131-32/+35
* efi: make efi_main __noreturnAhmad Fatoum2021-12-131-0/+2
* efi: align LOAD_FILE_PROTOCOL_GUID's name with other PROTOCOL_GUIDsAhmad Fatoum2021-11-251-1/+1
* resource: enable use of iomem command on EFI systemsAhmad Fatoum2021-04-131-0/+9
* efi: declare prototype for close_protocol BootServiceAhmad Fatoum2021-02-161-1/+2
* include: add SPDX GPL-2.0-only license tags for files without licensing infor...Roland Hieber2020-02-171-0/+1
* efi: turn set of defines into enumerationsAhmad Fatoum2019-12-091-19/+23
* efi: retire efi_compare_guid in favor of efi_guidcmpAhmad Fatoum2019-10-181-5/+0
* efi: add prototype and definition for set_watchdog_timerOleksij Rempel2019-02-181-1/+4
* efi-gui: add USB IO Protocol GUID definitionJean-Christophe PLAGNIOL-VILLARD2017-10-271-0/+3
* efi: add prototype and definition for setting timerJean-Christophe PLAGNIOL-VILLARD2017-03-091-1/+7
* efi: add prototype and definition for creating and closing eventJean-Christophe PLAGNIOL-VILLARD2017-03-091-2/+15
* efi: add efi handle dump commandJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+8
* efi-gui: add Timestamp Protocol GUID definitionJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+3
* efi: bus: add firmware vendor and resision and tables infoJean-Christophe PLAGNIOL-VILLARD2017-03-091-1/+6
* efi: move x86 efi boot support to x86 archJean-Christophe PLAGNIOL-VILLARD2017-02-271-1/+1
* efi: use an EFI variable to save the environmentMichael Olbrich2015-07-271-0/+1
* efi: write volatile EFI variables used by systemdMichael Olbrich2015-07-271-0/+5
* efi: export device_path_from_handle()Michael Olbrich2015-07-271-0/+1
* efi: add helper to get the GPT partition UUID for a deviceMichael Olbrich2015-07-271-0/+1
* efi: add support for initrd loadingMichael Olbrich2015-07-231-1/+1
* fs: efivars: implement write supportLucas Stach2014-12-091-1/+2
* efi: add Barebox GUIDLucas Stach2014-12-091-0/+4
* efi: add proper reset hookLucas Stach2014-12-091-4/+7
* efi: add function to determine type of device pathLucas Stach2014-12-091-0/+1