summaryrefslogtreecommitdiffstats
path: root/common/efi
Commit message (Expand)AuthorAgeFilesLines
* efi: probe devices from the device-treeMichael Olbrich2022-02-081-1/+3
* 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/+4
* | efi: Implement device_path_to_subtype()Sascha Hauer2021-12-131-0/+15
* | efi: move device-path defines and types to header fileSascha Hauer2021-12-131-384/+1
* | efi-devicepath: Make efi_device_path argument constSascha Hauer2021-12-131-2/+3
* | efi: guid: fix typosAhmad Fatoum2021-12-131-2/+2
* | efi: print early efi_main string on CONFIG_DEBUG_LL=yAhmad Fatoum2021-12-131-0/+4
* | efi: don't zero executable buffer before freeingAhmad Fatoum2021-12-131-1/+0
* | efi: make efi_main __noreturnAhmad Fatoum2021-12-131-5/+1
* | vsprintf: add optional support for %ls format modifierAhmad Fatoum2021-12-131-0/+1
* | efi: centralize efivarfs_parse_filenameAhmad Fatoum2021-11-252-1/+117
* | efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-253-3/+3
* | efi: factor out errno translationAhmad Fatoum2021-11-253-86/+91
* | drivers: efi: move Kconfig options to new menuAhmad Fatoum2021-11-251-0/+10
* | efi: use SPDX-License-Identifier where appropriateAhmad Fatoum2021-11-254-20/+6
* | common: move EFI code into new efi/ top level directoryAhmad Fatoum2021-11-259-6/+1317
|/
* efi: efi-iomem: fix erroneous use of IS_ENABLED()Ahmad Fatoum2021-11-151-16/+16
* efi: efi-iomem: don't add EFI loader code/data as memory banksAhmad Fatoum2021-11-151-2/+6
* fdt: Check blob size during unflatteningSascha Hauer2021-06-251-1/+1
* resource: enable use of iomem command on EFI systemsAhmad Fatoum2021-04-132-0/+176
* restart: give all restart handlers a descriptive nameAhmad Fatoum2020-09-151-1/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-272-6/+0
* efi: fix off-by-one in mem_malloc_init(..., end)Ahmad Fatoum2019-12-091-1/+1
* Merge branch 'for-next/watchdog'Sascha Hauer2019-11-071-1/+0
|\
| * efi: efi-image: don't mask x86 interrupts on bootAhmad Fatoum2019-10-241-1/+0
* | efi: silence warning about un-prototyped assembly-called functionsAhmad Fatoum2019-10-181-0/+3
|/
* watchdog: add (U)EFI driverOleksij Rempel2019-02-181-1/+8
* efi: cleanupsOleksij Rempel2019-02-181-1/+1
* state: remove unused arguments from state_new_from_node()Sascha Hauer2018-02-221-1/+1
* EFI: add poweroff supportJean-Christophe PLAGNIOL-VILLARD2017-10-271-0/+10
* efi: efi: register barebox-update handlerSteffen Trumtrar2017-07-111-0/+4
* efi: efi: load state from devicetreeSteffen Trumtrar2017-07-111-0/+59
* common: efi: do not use undefined kconfig optionSteffen Trumtrar2017-07-101-2/+1
* efi: clocksoure: add EFI event timerJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+8
* efi: move x86 clocksource init at core initcall levelJean-Christophe PLAGNIOL-VILLARD2017-03-091-1/+0
* efi: move LoaderTimeInitUSec and LoaderDevicePartUUID to postcore initcallJean-Christophe PLAGNIOL-VILLARD2017-03-091-4/+11
* efi: move startup and payload to common/efiJean-Christophe PLAGNIOL-VILLARD2017-02-244-0/+689