Re: [PATCH v3 0/2] arm64/efi: query Secure Boot status according to UEFI spec

2016-03-07 Thread Matt Fleming
On Thu, 03 Mar, at 02:45:48PM, Linn Crosetto wrote: > This series modifies the function that queries the status of UEFI Secure Boot > in the EFI stub to match the UEFI specification, and allow the caller to > determine if it is enabled, disabled, or in an unknown state due to an > unexpected error

Re: [PATCH v3 0/2] arm64/efi: query Secure Boot status according to UEFI spec

2016-03-07 Thread Matt Fleming
On Thu, 03 Mar, at 02:45:48PM, Linn Crosetto wrote: > This series modifies the function that queries the status of UEFI Secure Boot > in the EFI stub to match the UEFI specification, and allow the caller to > determine if it is enabled, disabled, or in an unknown state due to an > unexpected error

Re: [PATCH v3 0/2] arm64/efi: query Secure Boot status according to UEFI spec

2016-03-04 Thread Mark Rutland
On Thu, Mar 03, 2016 at 02:45:48PM -0700, Linn Crosetto wrote: > This series modifies the function that queries the status of UEFI Secure Boot > in the EFI stub to match the UEFI specification, and allow the caller to > determine if it is enabled, disabled, or in an unknown state due to an >

Re: [PATCH v3 0/2] arm64/efi: query Secure Boot status according to UEFI spec

2016-03-04 Thread Mark Rutland
On Thu, Mar 03, 2016 at 02:45:48PM -0700, Linn Crosetto wrote: > This series modifies the function that queries the status of UEFI Secure Boot > in the EFI stub to match the UEFI specification, and allow the caller to > determine if it is enabled, disabled, or in an unknown state due to an >

[PATCH v3 0/2] arm64/efi: query Secure Boot status according to UEFI spec

2016-03-03 Thread Linn Crosetto
This series modifies the function that queries the status of UEFI Secure Boot in the EFI stub to match the UEFI specification, and allow the caller to determine if it is enabled, disabled, or in an unknown state due to an unexpected error from GetVariable(). v2: - Add return values for

[PATCH v3 0/2] arm64/efi: query Secure Boot status according to UEFI spec

2016-03-03 Thread Linn Crosetto
This series modifies the function that queries the status of UEFI Secure Boot in the EFI stub to match the UEFI specification, and allow the caller to determine if it is enabled, disabled, or in an unknown state due to an unexpected error from GetVariable(). v2: - Add return values for