Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-18 Thread Tian, Feng
: Ludovic Rousseau [mailto:ludovic.rouss...@gmail.com] Sent: Thursday, June 18, 2015 20:55 To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL Hello, How can we progress on the inclusion of my EFI_SMART_CARD_READER_PROTOCOL

Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-18 Thread Ludovic Rousseau
Hello, How can we progress on the inclusion of my EFI_SMART_CARD_READER_PROTOCOL proposal in EDK2? Is the GNU LGPL v2.1+ license really not possible in EDK2 and I should just forget about integrating my code in EDK2? The point 5 of Code Contributions [1] says: " 5. It is preferred that contribut

Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-11 Thread Blibbet
> BSD is a GPL compatible licence. > GPL is NOT a BSD compatible licence. Where is the requirement that all OEMs must only include BSD code in their firmware? Why not let Puri.sm or Novena have a downstream UEFI firmware volume that is GPL, will the world end or something? Today, there is some non

Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-11 Thread Ludovic Rousseau
> Received: Wednesday, 10 Jun 2015, 9:52PM > To: edk2-devel@lists.sourceforge.net [edk2-devel@lists.sourceforge.net] > Subject: Re: [edk2] [PATCH 0/4] Add an implementation of > EFI_SMART_CARD_READER_PROTOCOL > > Ludovic, > > The license issue is the biggest concern. EDKII

Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-10 Thread Andrew Fish
t; <mailto:edk2-devel@lists.sourceforge.net> [edk2-devel@lists.sourceforge.net >> <mailto:edk2-devel@lists.sourceforge.net>] >> Subject: Re: [edk2] [PATCH 0/4] Add an implementation of > EFI_SMART_CARD_READER_PRO

Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-10 Thread Blibbet
> From: Tian, Feng [feng.t...@intel.com] > Received: Wednesday, 10 Jun 2015, 9:52PM > To: edk2-devel@lists.sourceforge.net [edk2-devel@lists.sourceforge.net] > Subject: Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL > > Ludovic, > > The license iss

Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-10 Thread El-Haj-Mahmoud, Samer
: Wednesday, 10 Jun 2015, 9:52PM To: edk2-devel@lists.sourceforge.net [edk2-devel@lists.sourceforge.net] Subject: Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL Ludovic, The license issue is the biggest concern. EDKII project is BSD license, but your proposed patch 1

Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-10 Thread Tian, Feng
:28 To: edk2-devel@lists.sourceforge.net Cc: Ludovic Rousseau Subject: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL This patch serie provides an implementation for the EFI_SMART_CARD_READER_PROTOCOL added in UEFI version 2.5. It is a port of my CCID driver from Unix

[edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-10 Thread Ludovic Rousseau
This patch serie provides an implementation for the EFI_SMART_CARD_READER_PROTOCOL added in UEFI version 2.5. It is a port of my CCID driver from Unix to UEFI. Only part of the code has been specifically written for UEFI and edk2. Only this part of the code follows the coding rules. The idea os to