summaryrefslogtreecommitdiffstats
path: root/drivers/efi
Commit message (Expand)AuthorAgeFilesLines
* commands: provide efi_handle_dump in both payload and loaderAhmad Fatoum2024-03-053-195/+47
* efi: devicepath: namespace definitionsAhmad Fatoum2024-03-051-2/+3
* efi: payload: don't require efi_loaded_image->parent_handle for bootsource de...Ahmad Fatoum2024-03-051-3/+0
* efi: define efi_handle_t as opaque pointerAhmad Fatoum2024-03-051-6/+6
* efi: payload: suppress EFI payload initcalls when not EFI-loadedAhmad Fatoum2024-03-051-1/+1
* efi: don't hide structs, enums or unions behind _tAhmad Fatoum2024-03-051-1/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-3/+3
* Rename struct device_d to deviceSascha Hauer2023-01-101-8/+8
* efi: implement and use for_each_efi_config_tableAhmad Fatoum2022-10-131-5/+4
* efi: capitalize enumeration constantsAhmad Fatoum2022-10-131-5/+5
* bootsource: rename existing bootsource_set to bootsource_set_rawAhmad Fatoum2022-08-091-2/+1
* efi: skip devices without driver in efi_pause/continue_devices()Philipp Zabel2022-01-181-2/+12
* Merge branch 'for-next/misc'Sascha Hauer2021-12-152-2/+2
|\
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-223-3/+3
* | efi: add efi_device hook to be called before an image is startedSascha Hauer2021-12-131-0/+28
* | efi: Do not register IPv[46] devicesSascha Hauer2021-12-131-1/+13
* | efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-251-1/+1
* | drivers: efi: move Kconfig options to new menuAhmad Fatoum2021-11-251-7/+0
* | common: move EFI code into new efi/ top level directoryAhmad Fatoum2021-11-251-0/+1
|/
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-013-10/+3
* pci: add EFI PCI root bridge IO protocol driverAhmad Fatoum2021-05-031-0/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* efi: add and use new efi_device_has_guid helperAhmad Fatoum2019-12-091-9/+2
* efi: populate boot source instanceAhmad Fatoum2019-10-281-1/+7
* efi: use efi_guidcmp helper where appropriateAhmad Fatoum2019-10-181-1/+1
* efi: cleanupsOleksij Rempel2019-02-181-1/+1
* treewide: Remove trailing whitespaces and tabsAlexander Shiyan2019-01-211-1/+1
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* efi: add bootsource detectionEnrico Jorns2018-02-221-0/+48
* Kconfig: drop unused HAS_POWEROFFAntony Pavlov2018-01-111-1/+0
* EFI: add poweroff supportJean-Christophe PLAGNIOL-VILLARD2017-10-271-0/+1
* efi: add missing Kconfig selectsEnrico Jorns2017-10-161-0/+2
* param: make parameter functions more consistentSascha Hauer2017-04-111-6/+6
* efi: only iterate over handles that provide the device path protocolMichael Olbrich2017-03-301-2/+4
* efi: load the protocol expected by the driverMichael Olbrich2017-03-301-3/+4
* efi: add veriable to report secure boot support and statusJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+33
* efi: add efi handle dump commandJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+169
* efi: add minor and major to the bus and display it at bootJean-Christophe PLAGNIOL-VILLARD2017-03-091-1/+10
* efi: bus: add firmware vendor and resision and tables infoJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+23
* efi: move bus driver to driver/efiJean-Christophe PLAGNIOL-VILLARD2017-02-243-0/+355