efi: Move FDT and global-variable GUIDs to common files

The global-variable GUID is already set in the common device_path.c file
but its declaration is only in the efi_loader header.

Move it and also move over the FDT GUIDs.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-15 17:28:11 -06:00
parent 4500ade27f
commit 712bd388ef
4 changed files with 5 additions and 5 deletions

View File

@@ -32,6 +32,8 @@ const efi_guid_t efi_simple_file_system_protocol_guid =
EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID;
const efi_guid_t efi_file_info_guid = EFI_FILE_INFO_GUID;
const efi_guid_t efi_u_boot_guid = U_BOOT_GUID;
/* GUID of the device tree table */
const efi_guid_t efi_guid_fdt = EFI_FDT_GUID;
/* template EFI_DP_END node: */
const struct efi_device_path EFI_DP_END = {