Add initial support for Insyde H2O FlashDeviceMap rev4

This commit is contained in:
Nikolaj Schlej 2025-03-16 23:12:56 +07:00
parent 97a85f9ddc
commit 7ef371957a
3 changed files with 6 additions and 15 deletions

View file

@ -1540,7 +1540,7 @@ continue_searching: {}
if (restSize < fdmHeader->Size)
continue;
if (fdmHeader->Revision > 3) {
if (fdmHeader->Revision > 4) {
msg(usprintf("%s: Insyde Flash Device Map candidate with unknown revision %u", __FUNCTION__, fdmHeader->Revision), index);
continue;
}