|
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) | |
| static int | fdt_exec (int argc, char **argv) |
| The "fdt" command. More... | |
| COMMAND (fdt, fdt_exec) | |
| Flattened Device Tree commands. More... | |
Variables | |
| static struct option_descriptor | fdt_opts [] |
| "fdt" option list More... | |
| static struct command_descriptor | fdt_cmd |
| "fdt" command descriptor More... | |
Flattened Device Tree commands.
Definition in file fdt_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
The "fdt" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 61 of file fdt_cmd.c.
References fdt_cmd, imgacquire(), imgfdt(), NULL, optind, opts, parse_options(), and rc.
|
static |
"fdt" option list
|
static |
"fdt" command descriptor
Definition at line 51 of file fdt_cmd.c.
Referenced by fdt_exec().
1.8.15