Home
last modified time | relevance | path

Searched defs:boot_image_header_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h133 struct boot_image_header_t struct
136 {
144 uint8_t m_signature[4]; //!< 'STMP', see #ROM_IMAGE_HEADER_SIGNATURE.
145 …nt8_t m_majorVersion; //!< Major version for the image format, see #ROM_BOOT_IMAGE_MAJOR_VERSION.
146 …_t m_minorVersion; //!< Minor version of the boot image format, see #ROM_BOOT_IMAGE_MINOR_VERSION.
147 uint16_t m_flags; //!< Flags or options associated with the entire image.
148 uint32_t m_imageBlocks; //!< Size of entire image in blocks.
149 uint32_t m_firstBootTagBlock; //!< Offset from start of file to the first boot tag, in blocks.
150 section_id_t m_firstBootableSectionID; //!< ID of section to start booting from.
151 uint16_t m_keyCount; //!< Number of entries in DEK dictionary.
[all …]