mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-17 08:35:05 -04:00
Add initial support for Insyde H2O FlashDeviceMap rev4
This commit is contained in:
parent
97a85f9ddc
commit
7ef371957a
3 changed files with 6 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue