aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/fdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-21efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0Ard Biesheuvel1-4/+4
2022-09-27efi: libstub: remove DT dependency from generic stubArd Biesheuvel1-4/+57
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel1-31/+10
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel1-21/+16
2022-09-26efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel1-22/+14
2022-09-20efi: libstub: drop pointless get_memory_map() callArd Biesheuvel1-8/+0
2021-10-05efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt1-1/+1
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel1-2/+1
2020-09-29efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failureArd Biesheuvel1-3/+1
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar1-8/+8
2020-04-24efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel1-1/+1
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel1-3/+3
2020-02-23efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel1-2/+1
2020-02-23efi/libstub/arm: Relax FDT alignment requirementArd Biesheuvel1-5/+1
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel1-20/+17
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel1-8/+8
2019-06-24Abstract out support for locating an EFI config tableMatthew Garrett1-18/+9
2019-02-04efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel1-0/+3
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel1-4/+1
2019-02-04efi/fdt: Apply more cleanupsIngo Molnar1-56/+51
2018-11-30efi/fdt: Simplify the get_fdt() flowJulien Thierry1-12/+13
2018-11-30efi/fdt: Indentation fixJulien Thierry1-2/+3
2018-11-15efi/arm/libstub: Pack FDT after populating itArd Biesheuvel1-0/+4
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+26
2017-04-05efi/libstub/arm*: Set default address and size cells values for an empty dtbSameer Goel1-2/+26
2017-04-05efi/arm-stub: Round up FDT allocation to mapping sizeArd Biesheuvel1-33/+24
2017-02-01efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel1-11/+3
2016-12-28efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel1-31/+56
2016-09-05efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo1-10/+27
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo1-5/+12
2016-04-15efi: ARM/arm64: ignore DT memory nodes instead of removing themArd Biesheuvel1-23/+1
2016-02-24arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel1-0/+14
2015-12-08treewide: Fix typos in printkMasanari Iida1-1/+1
2015-10-12arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel1-9/+0
2015-04-01efi/libstub: Retrieve FDT size when loaded from UEFI config tableArd Biesheuvel1-1/+6
2015-01-12arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel1-3/+59
2014-09-09efi/arm64: Fix fdt-related memory reservationMark Salter1-1/+9
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+279
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel1-0/+279