We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810cadf commit 1d97440Copy full SHA for 1d97440
src/fpt.rs
@@ -43,6 +43,9 @@ pub struct FPTHeader {
43
pub uma_size_or_reserved: u32,
44
pub flash_layout_or_flags: u32,
45
// Not Present in ME version 7
46
+ /// Version of Flash Image Tool used to create the image
47
+ /// It is abbreviated FIT(C), though not clear what the C is for.
48
+ /// Note: This is NOT related to the Firmware Interface Table.
49
pub fitc_ver: Version,
50
}
51
0 commit comments