summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/fdt.c
AgeCommit message (Expand)Author
2020-02-23efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel
2020-02-23efi/libstub/arm: Relax FDT alignment requirementArd Biesheuvel
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel
2019-06-24Abstract out support for locating an EFI config tableMatthew Garrett
2019-02-04efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel
2019-02-04efi/fdt: Apply more cleanupsIngo Molnar
2018-11-30efi/fdt: Simplify the get_fdt() flowJulien Thierry
2018-11-30efi/fdt: Indentation fixJulien Thierry
2018-11-15efi/arm/libstub: Pack FDT after populating itArd Biesheuvel
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-04-05efi/libstub/arm*: Set default address and size cells values for an empty dtbSameer Goel
2017-04-05efi/arm-stub: Round up FDT allocation to mapping sizeArd Biesheuvel
2017-02-01efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel
2016-12-28efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel
2016-09-05efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo
2016-04-15efi: ARM/arm64: ignore DT memory nodes instead of removing themArd Biesheuvel
2016-02-24arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel
2015-12-08treewide: Fix typos in printkMasanari Iida
2015-10-12arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel
2015-04-01efi/libstub: Retrieve FDT size when loaded from UEFI config tableArd Biesheuvel
2015-01-12arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel
2014-09-09efi/arm64: Fix fdt-related memory reservationMark Salter
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel