iPXE
|
EFI Flattened Device Tree. More...
Go to the source code of this file.
Macros | |
#define | DEVICE_TREE_TABLE_GUID |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
EFI_USE_TABLE (DEVICE_TREE_TABLE, &efi_fdt, 0) | |
static void | efi_fdt_init (void) |
Initialise EFI Flattened Device Tree. More... | |
struct init_fn efi_fdt_init_fn | __init_fn (INIT_EARLY) |
EFI Flattened Device Tree initialisation function. More... | |
Variables | |
static struct fdt_header * | efi_fdt |
EFI Flattened Device Tree configuration table. More... | |
EFI Flattened Device Tree.
Definition in file efi_fdt.c.
#define DEVICE_TREE_TABLE_GUID |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
EFI_USE_TABLE | ( | DEVICE_TREE_TABLE | , |
& | efi_fdt, | ||
0 | |||
) |
|
static |
Initialise EFI Flattened Device Tree.
Definition at line 49 of file efi_fdt.c.
References DBGC, efi_fdt, rc, register_fdt(), and strerror().
struct init_fn efi_fdt_init_fn __init_fn | ( | INIT_EARLY | ) |
EFI Flattened Device Tree initialisation function.
|
static |
EFI Flattened Device Tree configuration table.
Definition at line 42 of file efi_fdt.c.
Referenced by efi_fdt_init().