mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-30 06:55:18 -04:00
Remove broken revision check
This commit is contained in:
parent
64e1aa18b8
commit
3507698136
1 changed files with 1 additions and 6 deletions
|
@ -1281,11 +1281,6 @@ BOOLEAN FfsParser::microcodeHeaderValid(const INTEL_MICROCODE_HEADER* ucodeHeade
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check Revision to be less than 0x100
|
|
||||||
if (ucodeHeader->Revision > 0xFF) {
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check LoaderRevision to be less than 0x100
|
// Check LoaderRevision to be less than 0x100
|
||||||
if (ucodeHeader->LoaderRevision > 0xFF) {
|
if (ucodeHeader->LoaderRevision > 0xFF) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue