|
iPXE
|
EFI Flattened Device Tree. More...
#include <ipxe/efi/efi.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| int | efi_fdt_install (const char *cmdline) |
| Install EFI Flattened Device Tree table. More... | |
| int | efi_fdt_uninstall (void) |
| Uninstall EFI Flattened Device Tree table (when no FDT support is present) More... | |
EFI Flattened Device Tree.
Definition in file efi_fdt.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| int efi_fdt_install | ( | const char * | cmdline | ) |
Install EFI Flattened Device Tree table.
| cmdline | Command line, or NULL |
| rc | Return status code |
Definition at line 114 of file efi_fdt.c.
References cmdline, DBGC, efi_fdt, efi_fdt_backup, efi_fdt_installed, efi_fdt_table, efi_install_table(), efi_uninstall_table(), fdt_create(), fdt_remove(), rc, and strerror().
| int efi_fdt_uninstall | ( | void | ) |
Uninstall EFI Flattened Device Tree table (when no FDT support is present)
| rc | Return status code |
Uninstall EFI Flattened Device Tree table (when no FDT support is present)
| rc | Return status code |
Definition at line 142 of file efi_image.c.
References DBGC, efi_fdt, efi_fdt_backup, efi_fdt_installed, efi_fdt_table, efi_uninstall_table(), fdt_remove(), rc, and strerror().
Referenced by efi_image_exec().
1.8.15