Re: [PATCH] arm64/efi: check SetupMode when determining Secure Boot status

2016-02-24 Thread Mark Rutland
On Tue, Feb 23, 2016 at 05:25:09PM -0700, Linn Crosetto wrote: > According to the UEFI specification, the platform is operating in secure > boot mode if SetupMode is 0 and SecureBoot is 1, and cannot operate in > secure boot mode if SetupMode is set to 1. I see the above is from the third-last

Re: [PATCH] arm64/efi: check SetupMode when determining Secure Boot status

2016-02-24 Thread Mark Rutland
On Tue, Feb 23, 2016 at 05:25:09PM -0700, Linn Crosetto wrote: > According to the UEFI specification, the platform is operating in secure > boot mode if SetupMode is 0 and SecureBoot is 1, and cannot operate in > secure boot mode if SetupMode is set to 1. I see the above is from the third-last

[PATCH] arm64/efi: check SetupMode when determining Secure Boot status

2016-02-23 Thread Linn Crosetto
According to the UEFI specification, the platform is operating in secure boot mode if SetupMode is 0 and SecureBoot is 1, and cannot operate in secure boot mode if SetupMode is set to 1. Check the value of SetupMode when determining the state of Secure Boot. Signed-off-by: Linn Crosetto

[PATCH] arm64/efi: check SetupMode when determining Secure Boot status

2016-02-23 Thread Linn Crosetto
According to the UEFI specification, the platform is operating in secure boot mode if SetupMode is 0 and SecureBoot is 1, and cannot operate in secure boot mode if SetupMode is set to 1. Check the value of SetupMode when determining the state of Secure Boot. Signed-off-by: Linn Crosetto ---