Searched defs:image_info_v1 (Results 1 – 1 of 1) sorted by relevance
38 struct image_info_v1 { struct39 u32 bootFlags; /* Boot flags, compression etc. */40 u32 imageNumber; /* Unique number, selects for boot etc. */41 u32 loadAddress; /* Address program should be loaded to */42 u32 length; /* Actual size of image */43 u32 address; /* Image is executed from here */44 char name[16]; /* Null terminated */45 u32 headerBase; /* Flash Address of any stripped header */46 u32 header_length; /* Length of header in memory */47 u32 headerType; /* AIF, RLF, s-record etc. */[all …]