Re: [PATCH 5/7] efi: Get the secure boot status [ver #3]

From: David Howells
Date: Fri Nov 25 2016 - 11:50:53 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

> + /* UEFI-2.6 requires DeployedMode to be 1. */
> + if (sys_table_arg->hdr.revision == EFI_2_60_SYSTEM_TABLE_REVISION) {

Actually, I suspect that this should be '>='.

David