|
iPXE
|
Flattened Device Tree commands. More...
#include <getopt.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <usr/imgmgmt.h>#include <usr/fdtmgmt.h>Go to the source code of this file.
Data Structures | |
| struct | fdt_options |
| "fdt" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static int | fdt_exec (int argc, char **argv) |
| The "fdt" command. | |
| COMMAND (fdt, fdt_exec) | |
| Flattened Device Tree commands. | |
Variables | |
| static struct option_descriptor | fdt_opts [] |
| "fdt" option list | |
| static struct command_descriptor | fdt_cmd |
| "fdt" command descriptor | |
Flattened Device Tree commands.
Definition in file fdt_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
static |
The "fdt" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 62 of file fdt_cmd.c.
References fdt_cmd, imgacquire(), imgfdt(), NULL, optind, opts, parse_options(), and rc.
Referenced by COMMAND().
Flattened Device Tree commands.
References fdt_exec().
|
static |
"fdt" option list
Definition at line 46 of file fdt_cmd.c.
|
static |
"fdt" command descriptor
Definition at line 52 of file fdt_cmd.c.
Referenced by fdt_exec(), and PROVIDE_REQUIRING_SYMBOL().