aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/fdt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* efi: libstub: only free priv.runtime_map when allocatedHagar Hemdan2024-04-291-2/+2
* efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0Ard Biesheuvel2022-10-211-4/+4
* efi: libstub: remove DT dependency from generic stubArd Biesheuvel2022-09-271-4/+57
* efi: libstub: unify initrd loading between architecturesArd Biesheuvel2022-09-271-31/+10
* efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-261-21/+16
* efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel2022-09-261-22/+14
* efi: libstub: drop pointless get_memory_map() callArd Biesheuvel2022-09-201-8/+0
* efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt2021-10-051-1/+1
* efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-2/+1
* efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failureArd Biesheuvel2020-09-291-3/+1
* efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar2020-05-011-8/+8
* efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel2020-04-241-1/+1
* efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel2020-04-241-3/+3
* efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel2020-02-231-2/+1
* efi/libstub/arm: Relax FDT alignment requirementArd Biesheuvel2020-02-231-5/+1
* efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel2019-12-251-20/+17
* efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel2019-12-251-8/+8
* Abstract out support for locating an EFI config tableMatthew Garrett2019-06-241-18/+9
* efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel2019-02-041-0/+3
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-4/+1
* efi/fdt: Apply more cleanupsIngo Molnar2019-02-041-56/+51
* efi/fdt: Simplify the get_fdt() flowJulien Thierry2018-11-301-12/+13
* efi/fdt: Indentation fixJulien Thierry2018-11-301-2/+3
* efi/arm/libstub: Pack FDT after populating itArd Biesheuvel2018-11-151-0/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2017-05-051-2/+26
|\
| * efi/libstub/arm*: Set default address and size cells values for an empty dtbSameer Goel2017-04-051-2/+26
* | efi/arm-stub: Round up FDT allocation to mapping sizeArd Biesheuvel2017-04-051-33/+24
|/
* efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel2017-02-011-11/+3
* efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel2016-12-281-31/+56
* efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo2016-09-051-10/+27
* efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-051-5/+12
* efi: ARM/arm64: ignore DT memory nodes instead of removing themArd Biesheuvel2016-04-151-23/+1
* arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel2016-02-241-0/+14
* treewide: Fix typos in printkMasanari Iida2015-12-081-1/+1
* arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel2015-10-121-9/+0
* efi/libstub: Retrieve FDT size when loaded from UEFI config tableArd Biesheuvel2015-04-011-1/+6
* arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel2015-01-121-3/+59
* efi/arm64: Fix fdt-related memory reservationMark Salter2014-09-091-1/+9
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2014-08-041-1/+1
* efi: efistub: Convert into static libraryArd Biesheuvel2014-07-181-0/+279