30 #if !defined(_SB_FILE_FORMAT_H_) 31 #define _SB_FILE_FORMAT_H_ 33 #include "bootloader_common.h" 53 typedef struct _sb_version
82 typedef struct _sb_image_header
86 uint8_t m_majorVersion;
87 uint8_t m_minorVersion;
89 uint32_t m_imageBlocks;
90 uint32_t m_firstBootTagBlock;
91 uint32_t m_firstBootableSectionID;
93 uint16_t m_keyDictionaryBlock;
94 uint16_t m_headerBlocks;
95 uint16_t m_sectionCount;
96 uint16_t m_sectionHeaderSize;
97 uint8_t m_padding0[2];
100 uint64_t m_timestamp;
104 uint8_t m_padding1[6];
111 typedef struct _sb_dek_dictionary_entry
118 typedef struct _sb_dek_dictionary
133 typedef struct _sb_section_header
157 typedef struct _sb_section_table
166 #endif // _SB_FILE_FORMAT_H_
Entry in sb_dek_dictionary_t.
Definition: sb_file_format.h:111