summaryrefslogtreecommitdiff
path: root/common/efi/payload
Commit message (Expand)AuthorAgeFilesLines
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* efi: add device tree configuration table supportAhmad Fatoum2022-10-132-0/+44
* efi: payload: image: fix commandline-less bootAhmad Fatoum2022-10-101-5/+9
* state: don't report error for -ENOMEDIUMAhmad Fatoum2022-06-211-1/+1
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* efi: probe devices from the device-treeMichael Olbrich2022-02-081-1/+3
* efi: add efi_device hook to be called before an image is startedSascha Hauer2021-12-131-0/+4
* 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
* efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-253-3/+3
* efi: factor out errno translationAhmad Fatoum2021-11-251-86/+0
* efi: use SPDX-License-Identifier where appropriateAhmad Fatoum2021-11-252-20/+2
* common: move EFI code into new efi/ top level directoryAhmad Fatoum2021-11-255-0/+960