Re: [edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC support library for PCF8563 I2C IP

2017-11-08 Thread Leif Lindholm
On Wed, Nov 08, 2017 at 05:45:11PM +, Ard Biesheuvel wrote: > On 8 November 2017 at 16:47, Leif Lindholm wrote: > > On Fri, Nov 03, 2017 at 10:16:52AM +, Ard Biesheuvel wrote: > >> Add a RealTimeClockLib implementation for the NXP PCF8563 as used on > >> the Socionext Developer Box board.

Re: [edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC support library for PCF8563 I2C IP

2017-11-08 Thread Ard Biesheuvel
On 8 November 2017 at 16:47, Leif Lindholm wrote: > On Fri, Nov 03, 2017 at 10:16:52AM +, Ard Biesheuvel wrote: >> Add a RealTimeClockLib implementation for the NXP PCF8563 as used on >> the Socionext Developer Box board. Note that the standard I2C protocol >> stack does not support runtime us

Re: [edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC support library for PCF8563 I2C IP

2017-11-08 Thread Ard Biesheuvel
On 8 November 2017 at 16:43, Leif Lindholm wrote: > On Fri, Nov 03, 2017 at 10:16:52AM +, Ard Biesheuvel wrote: >> Add a RealTimeClockLib implementation for the NXP PCF8563 as used on >> the Socionext Developer Box board. Note that the standard I2C protocol >> stack does not support runtime us

Re: [edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC support library for PCF8563 I2C IP

2017-11-08 Thread Leif Lindholm
On Fri, Nov 03, 2017 at 10:16:52AM +, Ard Biesheuvel wrote: > Add a RealTimeClockLib implementation for the NXP PCF8563 as used on > the Socionext Developer Box board. Note that the standard I2C protocol > stack does not support runtime use, so this driver invokes the I2C master > protocol dire

Re: [edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC support library for PCF8563 I2C IP

2017-11-08 Thread Leif Lindholm
On Fri, Nov 03, 2017 at 10:16:52AM +, Ard Biesheuvel wrote: > Add a RealTimeClockLib implementation for the NXP PCF8563 as used on > the Socionext Developer Box board. Note that the standard I2C protocol > stack does not support runtime use, so this driver invokes the I2C master > protocol dire

Re: [edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC support library for PCF8563 I2C IP

2017-11-06 Thread Udit Kumar
> daniel.thomp...@linaro.org > Subject: Re: [edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC > support library for PCF8563 I2C IP > > On 6 November 2017 at 11:09, Udit Kumar wrote: > > Thanks Ard. > > This will allow to use PCF8563 on any platform not limiting

Re: [edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC support library for PCF8563 I2C IP

2017-11-06 Thread Ard Biesheuvel
-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ard >> Biesheuvel >> Sent: Friday, November 03, 2017 3:47 PM >> To: edk2-devel@lists.01.org; leif.lindh...@linaro.org; >> daniel.thomp...@linaro.org >> Cc: Ard Biesheuvel >> Subject: [edk2] [RFC PATCH edk2-

Re: [edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC support library for PCF8563 I2C IP

2017-11-06 Thread Udit Kumar
2017 3:47 PM > To: edk2-devel@lists.01.org; leif.lindh...@linaro.org; > daniel.thomp...@linaro.org > Cc: Ard Biesheuvel > Subject: [edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC support > library for PCF8563 I2C IP > > Add a RealTimeClockLib implementation for

[edk2] [RFC PATCH edk2-platforms 1/3] Silicon/NXP: add RTC support library for PCF8563 I2C IP

2017-11-03 Thread Ard Biesheuvel
Add a RealTimeClockLib implementation for the NXP PCF8563 as used on the Socionext Developer Box board. Note that the standard I2C protocol stack does not support runtime use, so this driver invokes the I2C master protocol directly. This requires support from the platform side as well, and so this