summaryrefslogtreecommitdiffstats
path: root/include
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: dynamically determine bootloader file nameAhmad Fatoum2024-03-051-0/+1
* | lib: string: import Linux strreplace helperAhmad Fatoum2024-03-051-0/+1
* | efi: devicepath: implement device_path_to_str_buf variantAhmad Fatoum2024-03-051-0/+1
* | efi: devicepath: improve const safetyAhmad Fatoum2024-03-051-5/+5
* | ARM64: add optional EFI stubAhmad Fatoum2024-03-051-0/+4
* | efi: payload: factor C efi_main into dedicated fileAhmad Fatoum2024-03-051-0/+3
* | filetype: add new file types for EFI-enabled Linux imagesAhmad Fatoum2024-03-051-0/+2
* | efi: stdio: fix efi_register_keystroke_notify prototypeAhmad Fatoum2024-03-051-1/+1
* | efi: fs: flesh out file system definitionsAhmad Fatoum2024-03-051-14/+65
* | fs: efi: move definitions into headerAhmad Fatoum2024-03-051-0/+59
* | efi: improve usability of EFI_PAGE_* macrosAhmad Fatoum2024-03-051-1/+2
* | efi: add efi_driver_binding_protocolAhmad Fatoum2024-03-051-0/+19
* | efi: flesh out EFI definitions in headerAhmad Fatoum2024-03-052-49/+70
* | efi: add EFI_WARN constantsAhmad Fatoum2024-03-051-0/+8
* | efi: rename efi_simple_input_interface to efi_simple_text_input_protocolAhmad Fatoum2024-03-051-5/+5
* | efi: constify guid_t in APIAhmad Fatoum2024-03-051-4/+4
* | efi: define efi_handle_t as opaque pointerAhmad Fatoum2024-03-051-1/+3
* | efi: block: move definitions into header fileAhmad Fatoum2024-03-051-0/+27
* | efi: use efi_handle_t where appropriateAhmad Fatoum2024-03-051-5/+5
* | common: add PE/COFF loaderAhmad Fatoum2024-03-053-0/+607
* | boarddata: add barebox_boarddata_is_machine helperAhmad Fatoum2024-03-051-0/+8
* | ARM: make board data definitions accessible to other architecturesAhmad Fatoum2024-03-051-0/+41
* | efi: payload: suppress EFI payload initcalls when not EFI-loadedAhmad Fatoum2024-03-053-6/+54
* | efi: add efi_is_loader/efi_is_payload helpersAhmad Fatoum2024-03-051-0/+30
* | efi: payload: fix ARM buildAhmad Fatoum2024-03-051-1/+1
* | pbl: introduce CONFIG_PBL_FULLY_PICAhmad Fatoum2024-03-052-1/+20
* | efi: efi-guid: add more GUIDsAhmad Fatoum2024-03-051-0/+59
* | efi: unify whitespace for GUIDsAhmad Fatoum2024-03-051-43/+43
* | efi: make headers self-containedAhmad Fatoum2024-03-057-73/+92
* | efi: don't hide structs, enums or unions behind _tAhmad Fatoum2024-03-053-53/+53
* | filetype: have cdev_detect_type take a cdevAhmad Fatoum2024-03-051-1/+3
* | commands: time: refactor into new strjoinAhmad Fatoum2024-03-051-0/+2
* | commands: stat: add option for statatAhmad Fatoum2024-03-051-1/+1
* | commands: introduce new findmnt commandAhmad Fatoum2024-03-052-0/+7
* | fs: implement O_CHROOTAhmad Fatoum2024-03-051-0/+1
* | fs: implement O_PATHAhmad Fatoum2024-03-051-0/+1
* | fs: implement openat and friendsAhmad Fatoum2024-03-054-8/+51
* | fs: implement fdopendir and rewinddirAhmad Fatoum2024-03-051-0/+3
* | fs: opendir: reference mount point until closedir is calledAhmad Fatoum2024-03-051-0/+2
* | fs: drop unused LOOKUP_ flagsAhmad Fatoum2024-03-051-13/+0
* | fs: turn creat into static inline helperAhmad Fatoum2024-03-051-1/+5
* | include: add definitions for UAPI discoverable partitions specAhmad Fatoum2024-03-051-0/+370
* | block: record block device typeAhmad Fatoum2024-03-052-3/+18