Skip to content

Commit 810cadf

Browse files
committed
fpt: add MDMV to list of known partitions
Signed-off-by: Daniel Maslowski <[email protected]>
1 parent 23b6543 commit 810cadf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fpt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ pub fn get_part_info(n: &str) -> (PartitionType, &str) {
208208
FTPR_NAME => (PartitionType::Code, "Main code partition"),
209209
"FTUP" => (PartitionType::Code, "[NFTP]+[WCOD]+[LOCL]"),
210210
"DLMP" => (PartitionType::Code, "IDLM partition"),
211+
"MDMV" => (PartitionType::Code, "Media protection (PAVP, JOM)"),
211212
"PSVN" => (PartitionType::Data, "Secure Version Number"),
212213
// IVBP is used in hibernation, should probably not be removed?!
213214
"IVBP" => (PartitionType::Data, "IV + Bring Up cache"),

0 commit comments

Comments
 (0)