summaryrefslogtreecommitdiffstats
path: root/include/efi
Commit message (Expand)AuthorAgeFilesLines
* commands: provide efi_handle_dump in both payload and loaderAhmad Fatoum2024-03-051-0/+9
* efi: devicepath: let compiler worry about unaligned unpackingAhmad Fatoum2024-03-051-35/+35
* efi: devicepath: drop unused macroAhmad Fatoum2024-03-051-2/+0
* efi: devicepath: use flexible array members for trailing stringsAhmad Fatoum2024-03-051-4/+4
* efi: devicepath: namespace definitionsAhmad Fatoum2024-03-051-81/+81
* efi: devicepath: drop underscores in hex constantsAhmad Fatoum2024-03-051-2/+2
* efi: devicepath: move END device node definitions into headerAhmad Fatoum2024-03-051-0/+10
* efi: payload: factor C efi_main into dedicated fileAhmad Fatoum2024-03-051-0/+3
* efi: stdio: fix efi_register_keystroke_notify prototypeAhmad Fatoum2024-03-051-1/+1
* efi: flesh out EFI definitions in headerAhmad Fatoum2024-03-051-2/+2
* efi: define efi_handle_t as opaque pointerAhmad Fatoum2024-03-051-1/+3
* efi: payload: suppress EFI payload initcalls when not EFI-loadedAhmad Fatoum2024-03-052-5/+52
* efi: add efi_is_loader/efi_is_payload helpersAhmad Fatoum2024-03-051-0/+30
* efi: payload: fix ARM buildAhmad Fatoum2024-03-051-1/+1
* efi: make headers self-containedAhmad Fatoum2024-03-056-3/+90
* efi: don't hide structs, enums or unions behind _tAhmad Fatoum2024-03-052-10/+10
* partitions: have parsers record bootable bitsAhmad Fatoum2024-03-051-2/+4
* partitions: efi: Allow to create barebox environment partitionSascha Hauer2024-02-201-0/+3
* partition: add PARTITION_LINUX_DATA_GUID defineSascha Hauer2024-02-201-0/+3
* common: partitions: decouple from EFI GUID definitionAhmad Fatoum2023-06-081-13/+14
* Rename struct driver_d to driverSascha Hauer2023-01-101-2/+2
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* efi: retire efi_bool_tAhmad Fatoum2022-10-131-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2021-12-151-1/+1
|\
* | efi: add efi_device hook to be called before an image is startedSascha Hauer2021-12-131-0/+5
* | efi: move device-path defines and types to header fileSascha Hauer2021-12-131-0/+388
* | partitions: efi: move header to central locationAhmad Fatoum2021-12-131-0/+119
* | efi: centralize efivarfs_parse_filenameAhmad Fatoum2021-11-251-0/+4
* | efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-252-4/+4
* | efi: factor out errno translationAhmad Fatoum2021-11-252-4/+11
* | efi: use SPDX-License-Identifier where appropriateAhmad Fatoum2021-11-253-0/+3
* | serial: efi-stdio: move efi-stdio.h header to central locationAhmad Fatoum2021-11-251-0/+100
|/
* efi: add and use new efi_device_has_guid helperAhmad Fatoum2019-12-091-0/+12
* efi: populate boot source instanceAhmad Fatoum2019-10-281-0/+1
* efi: make sure efi-fs is started in the right orderMichael Olbrich2017-09-081-0/+2
* efi: move x86 clocksource init at core initcall levelJean-Christophe PLAGNIOL-VILLARD2017-03-091-2/+0
* efi: move debug_ll.h to include/efiJean-Christophe PLAGNIOL-VILLARD2017-02-241-0/+20
* efi: move bus driver to driver/efiJean-Christophe PLAGNIOL-VILLARD2017-02-242-0/+73