summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-10-10 08:08:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-13 08:33:37 +0200
commit27d0cd75ae65360af7007109772a03fed0bdd92d (patch)
tree1755d87dd8e0e73bce1e9ab44fdabd7c71eb49d0 /include
parentde9916f574b4c5805732f251e2b37b8efe2d6db5 (diff)
downloadbarebox-27d0cd75ae65360af7007109772a03fed0bdd92d.tar.gz
barebox-27d0cd75ae65360af7007109772a03fed0bdd92d.tar.xz
efi: add device tree configuration table support
When running on device-tree enabled systems, barebox as EFI payload may be passed a device tree via the system table. We've no use for that just yet, but lets make it available as /efi.dtb. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20221010060842.2083550-5-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/efi.h b/include/efi.h
index 36e08af67b..3595cf05cc 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -541,6 +541,7 @@ extern efi_guid_t efi_block_io_protocol_guid;
extern efi_guid_t efi_rng_protocol_guid;
extern efi_guid_t efi_barebox_vendor_guid;
extern efi_guid_t efi_systemd_vendor_guid;
+extern efi_guid_t efi_fdt_guid;
typedef struct {
efi_guid_t guid;