]> git.ipfire.org Git - thirdparty/grub.git/commit
efi: Move fdt helper into own file
authorAlexander Graf <agraf@suse.de>
Mon, 21 Nov 2016 15:23:02 +0000 (16:23 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 24 Nov 2016 09:09:24 +0000 (10:09 +0100)
commit0d2345774dddfb94d753a97db802d19494e31a82
treea44f51b32b5cf1458572f47a770075a7b6424338
parentc9a8d037a85fe439027e4dc294169e9d18757fcc
efi: Move fdt helper into own file

We only support FDT files with EFI on arm and arm64 systems, not
on x86. So move the helper that finds a prepopulated FDT UUID
into its own file and only build it for architectures where it
also gets called.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.core.def
grub-core/kern/efi/fdt.c [new file with mode: 0644]
grub-core/kern/efi/init.c
include/grub/efi/efi.h