mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08:00
Remove broken revision check
This commit is contained in:
parent
64e1aa18b8
commit
3507698136
@ -1280,12 +1280,7 @@ BOOLEAN FfsParser::microcodeHeaderValid(const INTEL_MICROCODE_HEADER* ucodeHeade
|
||||
ucodeHeader->DateYear > 0x2049) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// Check Revision to be less than 0x100
|
||||
if (ucodeHeader->Revision > 0xFF) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
// Check LoaderRevision to be less than 0x100
|
||||
if (ucodeHeader->LoaderRevision > 0xFF) {
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user