Re: [RFC PATCH 1/2] efi: import USB I/O related declarations from the UEFI spec

2017-09-02 Thread Ard Biesheuvel
On 2 September 2017 at 09:25, Greg KH wrote: > On Sat, Sep 02, 2017 at 09:15:37AM +0100, Ard Biesheuvel wrote: >> On 2 September 2017 at 07:41, Greg KH wrote: >> > On Sat, Aug 19, 2017 at 04:17:39PM +0100, Ard Biesheuvel wrote: >> >> In preparation of adding support for the Chaoskey USB stick to

Re: [RFC PATCH 1/2] efi: import USB I/O related declarations from the UEFI spec

2017-09-02 Thread Greg KH
On Sat, Sep 02, 2017 at 09:15:37AM +0100, Ard Biesheuvel wrote: > On 2 September 2017 at 07:41, Greg KH wrote: > > On Sat, Aug 19, 2017 at 04:17:39PM +0100, Ard Biesheuvel wrote: > >> In preparation of adding support for the Chaoskey USB stick to the > >> UEFI stub, import the USB I/O protocol dec

Re: [RFC PATCH 1/2] efi: import USB I/O related declarations from the UEFI spec

2017-09-02 Thread Ard Biesheuvel
On 2 September 2017 at 07:41, Greg KH wrote: > On Sat, Aug 19, 2017 at 04:17:39PM +0100, Ard Biesheuvel wrote: >> In preparation of adding support for the Chaoskey USB stick to the >> UEFI stub, import the USB I/O protocol declarations and related types >> to linux/efi.h. >> >> Signed-off-by: Ard

Re: [RFC PATCH 1/2] efi: import USB I/O related declarations from the UEFI spec

2017-09-01 Thread Greg KH
On Sat, Aug 19, 2017 at 04:17:39PM +0100, Ard Biesheuvel wrote: > In preparation of adding support for the Chaoskey USB stick to the > UEFI stub, import the USB I/O protocol declarations and related types > to linux/efi.h. > > Signed-off-by: Ard Biesheuvel > --- > include/linux/efi.h | 66 > +++

[RFC PATCH 1/2] efi: import USB I/O related declarations from the UEFI spec

2017-08-19 Thread Ard Biesheuvel
In preparation of adding support for the Chaoskey USB stick to the UEFI stub, import the USB I/O protocol declarations and related types to linux/efi.h. Signed-off-by: Ard Biesheuvel --- include/linux/efi.h | 66 + 1 file changed, 66 insertions