Re: [PATCH 7/8] efi: Decode IA32/X64 MS Check structure

2018-02-24 Thread Ard Biesheuvel
On 23 February 2018 at 20:03, Yazen Ghannam wrote: > From: Yazen Ghannam > > The IA32/X64 MS Check structure varies from the other Check structures > in the the bit positions of its fields, and it includes an additional > "Error Type" field. > > Decode the MS Check structure in a separate functio

[PATCH 7/8] efi: Decode IA32/X64 MS Check structure

2018-02-23 Thread Yazen Ghannam
From: Yazen Ghannam The IA32/X64 MS Check structure varies from the other Check structures in the the bit positions of its fields, and it includes an additional "Error Type" field. Decode the MS Check structure in a separate function. Based on UEFI 2.7 Table 260. IA32/X64 MS Check Field Descrip