We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b6543 commit 810cadfCopy full SHA for 810cadf
src/fpt.rs
@@ -208,6 +208,7 @@ pub fn get_part_info(n: &str) -> (PartitionType, &str) {
208
FTPR_NAME => (PartitionType::Code, "Main code partition"),
209
"FTUP" => (PartitionType::Code, "[NFTP]+[WCOD]+[LOCL]"),
210
"DLMP" => (PartitionType::Code, "IDLM partition"),
211
+ "MDMV" => (PartitionType::Code, "Media protection (PAVP, JOM)"),
212
"PSVN" => (PartitionType::Data, "Secure Version Number"),
213
// IVBP is used in hibernation, should probably not be removed?!
214
"IVBP" => (PartitionType::Data, "IV + Bring Up cache"),
0 commit comments