[PATCH 5/7] efi: Get the secure boot status [ver #3]
David Howells
dhowells at redhat.com
Fri Nov 25 04:51:09 PST 2016
Ard Biesheuvel <ard.biesheuvel at linaro.org> wrote:
> There is a 'revision' field in the header ('hdr') of the EFI system
> table, so something like
Is this the same as the fw_revision in the system table?
#define EFI_2_60_SYSTEM_TABLE_REVISION ((2<<16) | (60))
#define EFI_2_50_SYSTEM_TABLE_REVISION ((2<<16) | (50))
#define EFI_2_40_SYSTEM_TABLE_REVISION ((2<<16) | (40))
...
David
More information about the linux-arm-kernel
mailing list