summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/include
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-12-16 16:46:08 +0000
committeremaste <emaste@FreeBSD.org>2015-12-16 16:46:08 +0000
commit4dbfcf1f5cc027d935aa1613217428acc2dd83c8 (patch)
tree96e7dc167660df4102ce21aa73a3299901c89078 /sys/boot/efi/include
parentf2aaab3d8382fb869edb45fb3d5c4a3611d4eff3 (diff)
downloadFreeBSD-src-4dbfcf1f5cc027d935aa1613217428acc2dd83c8.zip
FreeBSD-src-4dbfcf1f5cc027d935aa1613217428acc2dd83c8.tar.gz
MFC r274439: Add the FDT table GUID.
This is used to pass the device tree blob from UEFI to the loader in a similar way to the ACPI tables. This will be used on arm64 but is not specific to the architecture. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/boot/efi/include')
-rw-r--r--sys/boot/efi/include/efiapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/include/efiapi.h b/sys/boot/efi/include/efiapi.h
index 187fe29..739af2f 100644
--- a/sys/boot/efi/include/efiapi.h
+++ b/sys/boot/efi/include/efiapi.h
@@ -846,6 +846,8 @@ typedef struct {
#define SAL_SYSTEM_TABLE_GUID \
{ 0xeb9d2d32, 0x2d88, 0x11d3, 0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }
+#define FDT_TABLE_GUID \
+ { 0xb1b621d5, 0xf19c, 0x41a5, 0x83, 0x0b, 0xd9, 0x15, 0x2c, 0x69, 0xaa, 0xe0 }
typedef struct _EFI_CONFIGURATION_TABLE {
EFI_GUID VendorGuid;
OpenPOWER on IntegriCloud