summaryrefslogtreecommitdiffstats
path: root/efi
Commit message (Expand)AuthorAgeFilesLines
* efi: devicepath: correct formatting of BBSAhmad Fatoum2024-03-051-6/+6
* efi: devicepath: let compiler worry about unaligned unpackingAhmad Fatoum2024-03-051-56/+0
* efi: devicepath: namespace definitionsAhmad Fatoum2024-03-051-82/+82
* efi: devicepath: move END device node definitions into headerAhmad Fatoum2024-03-051-12/+0
* efi: devicepath: format GUIDs as little endianAhmad Fatoum2024-03-051-8/+5
* efi: devicepath: pretty print BBS BEV DeviceTypeAhmad Fatoum2024-03-051-0/+3
* efi: devicepath: align MemoryMapped name with specAhmad Fatoum2024-03-051-1/+1
* efi: payload: protect against buggy EFI implementationsAhmad Fatoum2024-03-051-0/+3
* efi: payload: iomem: register laterAhmad Fatoum2024-03-051-1/+1
* efi: payload: dynamically determine bootloader file nameAhmad Fatoum2024-03-053-11/+61
* efi: devicepath: implement device_path_to_str_buf variantAhmad Fatoum2024-03-051-18/+51
* efi: refactor device_path_to_partuuid for code reuseAhmad Fatoum2024-03-051-16/+23
* efi: devicepath: improve const safetyAhmad Fatoum2024-03-051-69/+71
* ARM64: add optional EFI stubAhmad Fatoum2024-03-054-1/+104
* efi: payload: early-mem: use EFI_PAGE_SIZE instead of PAGE_SIZEAhmad Fatoum2024-03-051-2/+1
* efi: payload: early-mem: simplify error message reportingAhmad Fatoum2024-03-051-6/+3
* efi: payload: factor C efi_main into dedicated fileAhmad Fatoum2024-03-054-45/+79
* efi: payload: register handler for EFI-stubbed ARM64 kernelAhmad Fatoum2024-03-051-6/+26
* efi: payload: suppress EFI payload initcalls when not EFI-loadedAhmad Fatoum2024-03-054-10/+14
* efi: payload: init: restrict barebox mem to first 1G only on x86Ahmad Fatoum2024-03-051-1/+1
* efi: payload: fix ARM buildAhmad Fatoum2024-03-051-2/+2
* efi: efi-guid: add more GUIDsAhmad Fatoum2024-03-051-1/+34
* efi: make headers self-containedAhmad Fatoum2024-03-054-0/+4
* efi: don't hide structs, enums or unions behind _tAhmad Fatoum2024-03-054-13/+13
* efi: payload: init: warn if /boot FS is unknownAhmad Fatoum2024-03-051-0/+7
* efi: payload: lower command line options print from error to infoAhmad Fatoum2024-03-051-1/+1
* efi: payload: restrict 8250 UART at I/O port 0x3f8 registration to x86Ahmad Fatoum2024-03-051-2/+3
* efi: payload: iomem: adjust types to avoid castingAhmad Fatoum2024-03-051-3/+2
* efi: payload: image: use assigned barebox loader type on x86Ahmad Fatoum2024-03-051-1/+4
* efi: payload: image: allocate image via loader if it exceeds malloc areaAhmad Fatoum2024-03-051-2/+47
* efi: payload: make missing state reporting less verboseAhmad Fatoum2024-03-051-10/+13
* of: don't report failure to of_read_file twiceAhmad Fatoum2024-03-051-3/+1
* efi: payload: image: return actual read_file() errorAhmad Fatoum2024-03-051-1/+1
* efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOADAhmad Fatoum2024-03-052-2/+2
* common: efi: move directory to top-levelAhmad Fatoum2024-03-0512-0/+2138