Root/tools/firmware-utils/src/imagetag_cmdline.h

1/** @file imagetag_cmdline.h
2 * @brief The header file for the command line option parser
3 * generated by GNU Gengetopt version 2.22.4
4 * http://www.gnu.org/software/gengetopt.
5 * DO NOT modify this file, since it can be overwritten
6 * @author GNU Gengetopt by Lorenzo Bettini */
7
8#ifndef IMAGETAG_CMDLINE_H
9#define IMAGETAG_CMDLINE_H
10
11/* If we use autoconf. */
12#ifdef HAVE_CONFIG_H
13#include "config.h"
14#endif
15
16#include <stdio.h> /* for FILE */
17
18#ifdef __cplusplus
19extern "C" {
20#endif /* __cplusplus */
21
22#ifndef CMDLINE_PARSER_PACKAGE
23/** @brief the program name (used for printing errors) */
24#define CMDLINE_PARSER_PACKAGE "imagetag"
25#endif
26
27#ifndef CMDLINE_PARSER_PACKAGE_NAME
28/** @brief the complete program name (used for help and version) */
29#define CMDLINE_PARSER_PACKAGE_NAME "imagetag"
30#endif
31
32#ifndef CMDLINE_PARSER_VERSION
33/** @brief the program version */
34#define CMDLINE_PARSER_VERSION "2.0.0"
35#endif
36
37/** @brief Where the command line options are stored */
38struct gengetopt_args_info
39{
40  const char *help_help; /**< @brief Print help and exit help description. */
41  const char *version_help; /**< @brief Print version and exit help description. */
42  char * kernel_arg; /**< @brief File with LZMA compressed kernel to include in the image.. */
43  char * kernel_orig; /**< @brief File with LZMA compressed kernel to include in the image. original value given at command line. */
44  const char *kernel_help; /**< @brief File with LZMA compressed kernel to include in the image. help description. */
45  char * rootfs_arg; /**< @brief File with RootFS to include in the image.. */
46  char * rootfs_orig; /**< @brief File with RootFS to include in the image. original value given at command line. */
47  const char *rootfs_help; /**< @brief File with RootFS to include in the image. help description. */
48  char * output_arg; /**< @brief Name of output file.. */
49  char * output_orig; /**< @brief Name of output file. original value given at command line. */
50  const char *output_help; /**< @brief Name of output file. help description. */
51  char * cfe_arg; /**< @brief File with CFE to include in the image.. */
52  char * cfe_orig; /**< @brief File with CFE to include in the image. original value given at command line. */
53  const char *cfe_help; /**< @brief File with CFE to include in the image. help description. */
54  char * boardid_arg; /**< @brief Board ID to set in the image (must match what router expects, e.g. \"96345GW2\").. */
55  char * boardid_orig; /**< @brief Board ID to set in the image (must match what router expects, e.g. \"96345GW2\"). original value given at command line. */
56  const char *boardid_help; /**< @brief Board ID to set in the image (must match what router expects, e.g. \"96345GW2\"). help description. */
57  char * chipid_arg; /**< @brief Chip ID to set in the image (must match the actual hardware, e.g. \"6345\").. */
58  char * chipid_orig; /**< @brief Chip ID to set in the image (must match the actual hardware, e.g. \"6345\"). original value given at command line. */
59  const char *chipid_help; /**< @brief Chip ID to set in the image (must match the actual hardware, e.g. \"6345\"). help description. */
60  char * flash_start_arg; /**< @brief Flash start address. (default='0xBFC00000'). */
61  char * flash_start_orig; /**< @brief Flash start address. original value given at command line. */
62  const char *flash_start_help; /**< @brief Flash start address. help description. */
63  char * image_offset_arg; /**< @brief Offset from start address for the first byte after the CFE (in memory). (default='0x10000'). */
64  char * image_offset_orig; /**< @brief Offset from start address for the first byte after the CFE (in memory). original value given at command line. */
65  const char *image_offset_help; /**< @brief Offset from start address for the first byte after the CFE (in memory). help description. */
66  char * tag_version_arg; /**< @brief Version number for imagetag format. (default='6'). */
67  char * tag_version_orig; /**< @brief Version number for imagetag format. original value given at command line. */
68  const char *tag_version_help; /**< @brief Version number for imagetag format. help description. */
69  char * signature_arg; /**< @brief Magic string (signature), for boards that need it. (default='Broadcom Corporatio'). */
70  char * signature_orig; /**< @brief Magic string (signature), for boards that need it. original value given at command line. */
71  const char *signature_help; /**< @brief Magic string (signature), for boards that need it. help description. */
72  char * signature2_arg; /**< @brief Second magic string (signature2). (default='ver. 2.0'). */
73  char * signature2_orig; /**< @brief Second magic string (signature2). original value given at command line. */
74  const char *signature2_help; /**< @brief Second magic string (signature2). help description. */
75  char * block_size_arg; /**< @brief Flash erase block size. (default='0x10000'). */
76  char * block_size_orig; /**< @brief Flash erase block size. original value given at command line. */
77  const char *block_size_help; /**< @brief Flash erase block size. help description. */
78  char * load_addr_arg; /**< @brief Kernel load address.. */
79  char * load_addr_orig; /**< @brief Kernel load address. original value given at command line. */
80  const char *load_addr_help; /**< @brief Kernel load address. help description. */
81  char * entry_arg; /**< @brief Address where the kernel entry point will be for booting.. */
82  char * entry_orig; /**< @brief Address where the kernel entry point will be for booting. original value given at command line. */
83  const char *entry_help; /**< @brief Address where the kernel entry point will be for booting. help description. */
84  char * layoutver_arg; /**< @brief Flash layout version (version 2.2x of the Broadcom code requires this).. */
85  char * layoutver_orig; /**< @brief Flash layout version (version 2.2x of the Broadcom code requires this). original value given at command line. */
86  const char *layoutver_help; /**< @brief Flash layout version (version 2.2x of the Broadcom code requires this). help description. */
87  char * info1_arg; /**< @brief String for first vendor information section.. */
88  char * info1_orig; /**< @brief String for first vendor information section. original value given at command line. */
89  const char *info1_help; /**< @brief String for first vendor information section. help description. */
90  char * altinfo_arg; /**< @brief String for vendor information section (alternate/pirelli).. */
91  char * altinfo_orig; /**< @brief String for vendor information section (alternate/pirelli). original value given at command line. */
92  const char *altinfo_help; /**< @brief String for vendor information section (alternate/pirelli). help description. */
93  char * info2_arg; /**< @brief String for second vendor information section.. */
94  char * info2_orig; /**< @brief String for second vendor information section. original value given at command line. */
95  const char *info2_help; /**< @brief String for second vendor information section. help description. */
96  int root_first_flag; /**< @brief Put the rootfs before the kernel (only for stock images, e.g. captured from the router's flash memory). (default=off). */
97  const char *root_first_help; /**< @brief Put the rootfs before the kernel (only for stock images, e.g. captured from the router's flash memory). help description. */
98  char * rsa_signature_arg; /**< @brief String for RSA Signature section.. */
99  char * rsa_signature_orig; /**< @brief String for RSA Signature section. original value given at command line. */
100  const char *rsa_signature_help; /**< @brief String for RSA Signature section. help description. */
101  char * second_image_flag_arg; /**< @brief Dual Image Flag (2=not-specified). (default='2'). */
102  char * second_image_flag_orig; /**< @brief Dual Image Flag (2=not-specified). original value given at command line. */
103  const char *second_image_flag_help; /**< @brief Dual Image Flag (2=not-specified). help description. */
104  char * inactive_arg; /**< @brief Inactive Flag (2=not-specified). (default='2'). */
105  char * inactive_orig; /**< @brief Inactive Flag (2=not-specified). original value given at command line. */
106  const char *inactive_help; /**< @brief Inactive Flag (2=not-specified). help description. */
107  char * reserved2_arg; /**< @brief String for second reserved section.. */
108  char * reserved2_orig; /**< @brief String for second reserved section. original value given at command line. */
109  const char *reserved2_help; /**< @brief String for second reserved section. help description. */
110  int kernel_file_has_header_flag; /**< @brief Indicates that the kernel file includes the kernel header with correct load address and entry point, so no changes are needed (default=off). */
111  const char *kernel_file_has_header_help; /**< @brief Indicates that the kernel file includes the kernel header with correct load address and entry point, so no changes are needed help description. */
112  
113  unsigned int help_given ; /**< @brief Whether help was given. */
114  unsigned int version_given ; /**< @brief Whether version was given. */
115  unsigned int kernel_given ; /**< @brief Whether kernel was given. */
116  unsigned int rootfs_given ; /**< @brief Whether rootfs was given. */
117  unsigned int output_given ; /**< @brief Whether output was given. */
118  unsigned int cfe_given ; /**< @brief Whether cfe was given. */
119  unsigned int boardid_given ; /**< @brief Whether boardid was given. */
120  unsigned int chipid_given ; /**< @brief Whether chipid was given. */
121  unsigned int flash_start_given ; /**< @brief Whether flash-start was given. */
122  unsigned int image_offset_given ; /**< @brief Whether image-offset was given. */
123  unsigned int tag_version_given ; /**< @brief Whether tag-version was given. */
124  unsigned int signature_given ; /**< @brief Whether signature was given. */
125  unsigned int signature2_given ; /**< @brief Whether signature2 was given. */
126  unsigned int block_size_given ; /**< @brief Whether block-size was given. */
127  unsigned int load_addr_given ; /**< @brief Whether load-addr was given. */
128  unsigned int entry_given ; /**< @brief Whether entry was given. */
129  unsigned int layoutver_given ; /**< @brief Whether layoutver was given. */
130  unsigned int info1_given ; /**< @brief Whether info1 was given. */
131  unsigned int altinfo_given ; /**< @brief Whether altinfo was given. */
132  unsigned int info2_given ; /**< @brief Whether info2 was given. */
133  unsigned int root_first_given ; /**< @brief Whether root-first was given. */
134  unsigned int rsa_signature_given ; /**< @brief Whether rsa-signature was given. */
135  unsigned int second_image_flag_given ; /**< @brief Whether second-image-flag was given. */
136  unsigned int inactive_given ; /**< @brief Whether inactive was given. */
137  unsigned int reserved2_given ; /**< @brief Whether reserved2 was given. */
138  unsigned int kernel_file_has_header_given ; /**< @brief Whether kernel-file-has-header was given. */
139
140} ;
141
142/** @brief The additional parameters to pass to parser functions */
143struct cmdline_parser_params
144{
145  int override; /**< @brief whether to override possibly already present options (default 0) */
146  int initialize; /**< @brief whether to initialize the option structure gengetopt_args_info (default 1) */
147  int check_required; /**< @brief whether to check that all required options were provided (default 1) */
148  int check_ambiguity; /**< @brief whether to check for options already specified in the option structure gengetopt_args_info (default 0) */
149  int print_errors; /**< @brief whether getopt_long should print an error message for a bad option (default 1) */
150} ;
151
152/** @brief the purpose string of the program */
153extern const char *gengetopt_args_info_purpose;
154/** @brief the usage string of the program */
155extern const char *gengetopt_args_info_usage;
156/** @brief all the lines making the help output */
157extern const char *gengetopt_args_info_help[];
158
159/**
160 * The command line parser
161 * @param argc the number of command line options
162 * @param argv the command line options
163 * @param args_info the structure where option information will be stored
164 * @return 0 if everything went fine, NON 0 if an error took place
165 */
166int cmdline_parser (int argc, char **argv,
167  struct gengetopt_args_info *args_info);
168
169/**
170 * The command line parser (version with additional parameters - deprecated)
171 * @param argc the number of command line options
172 * @param argv the command line options
173 * @param args_info the structure where option information will be stored
174 * @param override whether to override possibly already present options
175 * @param initialize whether to initialize the option structure my_args_info
176 * @param check_required whether to check that all required options were provided
177 * @return 0 if everything went fine, NON 0 if an error took place
178 * @deprecated use cmdline_parser_ext() instead
179 */
180int cmdline_parser2 (int argc, char **argv,
181  struct gengetopt_args_info *args_info,
182  int override, int initialize, int check_required);
183
184/**
185 * The command line parser (version with additional parameters)
186 * @param argc the number of command line options
187 * @param argv the command line options
188 * @param args_info the structure where option information will be stored
189 * @param params additional parameters for the parser
190 * @return 0 if everything went fine, NON 0 if an error took place
191 */
192int cmdline_parser_ext (int argc, char **argv,
193  struct gengetopt_args_info *args_info,
194  struct cmdline_parser_params *params);
195
196/**
197 * Save the contents of the option struct into an already open FILE stream.
198 * @param outfile the stream where to dump options
199 * @param args_info the option struct to dump
200 * @return 0 if everything went fine, NON 0 if an error took place
201 */
202int cmdline_parser_dump(FILE *outfile,
203  struct gengetopt_args_info *args_info);
204
205/**
206 * Save the contents of the option struct into a (text) file.
207 * This file can be read by the config file parser (if generated by gengetopt)
208 * @param filename the file where to save
209 * @param args_info the option struct to save
210 * @return 0 if everything went fine, NON 0 if an error took place
211 */
212int cmdline_parser_file_save(const char *filename,
213  struct gengetopt_args_info *args_info);
214
215/**
216 * Print the help
217 */
218void cmdline_parser_print_help(void);
219/**
220 * Print the version
221 */
222void cmdline_parser_print_version(void);
223
224/**
225 * Initializes all the fields a cmdline_parser_params structure
226 * to their default values
227 * @param params the structure to initialize
228 */
229void cmdline_parser_params_init(struct cmdline_parser_params *params);
230
231/**
232 * Allocates dynamically a cmdline_parser_params structure and initializes
233 * all its fields to their default values
234 * @return the created and initialized cmdline_parser_params structure
235 */
236struct cmdline_parser_params *cmdline_parser_params_create(void);
237
238/**
239 * Initializes the passed gengetopt_args_info structure's fields
240 * (also set default values for options that have a default)
241 * @param args_info the structure to initialize
242 */
243void cmdline_parser_init (struct gengetopt_args_info *args_info);
244/**
245 * Deallocates the string fields of the gengetopt_args_info structure
246 * (but does not deallocate the structure itself)
247 * @param args_info the structure to deallocate
248 */
249void cmdline_parser_free (struct gengetopt_args_info *args_info);
250
251/**
252 * Checks that all the required options were specified
253 * @param args_info the structure to check
254 * @param prog_name the name of the program that will be used to print
255 * possible errors
256 * @return
257 */
258int cmdline_parser_required (struct gengetopt_args_info *args_info,
259  const char *prog_name);
260
261extern const char *cmdline_parser_second_image_flag_values[]; /**< @brief Possible values for second-image-flag. */
262extern const char *cmdline_parser_inactive_values[]; /**< @brief Possible values for inactive. */
263
264
265#ifdef __cplusplus
266}
267#endif /* __cplusplus */
268#endif /* IMAGETAG_CMDLINE_H */
269

Archive Download this file



interactive