Add support for Intel ME FPT header version 2.1

This commit is contained in:
Nikolaj Schlej 2022-08-25 08:54:34 +02:00
parent eabd6a8604
commit 74910c4658
6 changed files with 81 additions and 24 deletions

View file

@ -4648,6 +4648,8 @@ make_partition_table_consistent:
// TODO: make this generic again
if (partitions[i].ptEntry.Type > BPDT_ENTRY_TYPE_TBT
&& partitions[i].ptEntry.Type != BPDT_ENTRY_TYPE_USB_PHY
&& partitions[i].ptEntry.Type != BPDT_ENTRY_TYPE_PCHC
&& partitions[i].ptEntry.Type != BPDT_ENTRY_TYPE_SAMF
&& partitions[i].ptEntry.Type != BPDT_ENTRY_TYPE_PPHY) {
msg(usprintf("%s: BPDT entry of unknown type found", __FUNCTION__), partitionIndex);