Lines Matching defs:image_tool_params
55 struct image_tool_params { struct
56 int dflag;
57 int eflag;
58 int fflag;
59 int iflag;
60 int lflag;
61 int pflag;
62 int vflag;
63 int xflag;
64 int Aflag;
65 int skipcpy;
66 int os;
67 int arch;
68 int type;
69 int comp;
70 char *dtc;
71 unsigned int addr;
72 unsigned int ep;
73 char *imagename;
74 char *imagename2;
75 char *datafile;
76 char *imagefile;
77 char *cmdname;
78 const char *outfile; /* Output filename */
79 const char *keydir; /* Directory holding private keys */
80 const char *keydest; /* Destination .dtb for public key */
81 const char *keyfile; /* Filename of private or public key */
82 const char *keyname; /* Key name "hint" */
83 const char *comment; /* Comment to add to signature node */
86 const char *algo_name;
87 int require_keys; /* 1 to mark signing keys as 'required' */
88 int file_size; /* Total size of output file */
89 int orig_file_size; /* Original size for file before padding */
90 enum af_mode auto_fit; /* Automatically create the FIT */
91 int fit_image_type; /* Image type to put into the FIT */
92 char *fit_ramdisk; /* Ramdisk file to include */
93 struct content_info *content_head; /* List of files to include */
94 struct content_info *content_tail;
95 bool external_data; /* Store data outside the FIT */
119 * and are registered as flags in image_tool_params structure. argument