Re: [U-Boot] [PATCH 5/9] [v3] lib/rsa: Modify rsa to use DM driver if available

2014-12-29 Thread Simon Glass
Hi Ruchika, On 24 December 2014 at 03:28, Ruchika Gupta wrote: > Hi Simon, > >> -Original Message- >> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass >> Sent: Wednesday, December 24, 2014 6:19 AM >> To: Gupta Ruchika-R66431 >> Cc: U-Boot Mailing List; Sun York-R584

Re: [U-Boot] [PATCH 5/9] [v3] lib/rsa: Modify rsa to use DM driver if available

2014-12-29 Thread Simon Glass
Hi Ruchika, On 28 December 2014 at 23:58, Ruchika Gupta wrote: > > Resending as the message bounced from u-boot mailing list. > > Hi Simon, > >> -Original Message- >> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass >> Sent: Wednesday, December 24, 2014 6:19 AM >> T

[U-Boot] [PATCH 5/9] [v3] lib/rsa: Modify rsa to use DM driver if available

2014-12-28 Thread Ruchika Gupta
Resending as the message bounced from u-boot mailing list. Hi Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Wednesday, December 24, 2014 6:19 AM > To: Gupta Ruchika-R66431 > Cc: U-Boot Mailing List; Sun York-R58495 > Subject

Re: [U-Boot] [PATCH 5/9] [v3] lib/rsa: Modify rsa to use DM driver if available

2014-12-23 Thread Simon Glass
Hi Ruchika, On 23 December 2014 at 04:32, Ruchika Gupta wrote: > Modify rsa_verify to use the rsa driver of DM library available.The tools > and the configurations which don't use Driver Model, will continue to use > the same RSA sw library. The software implementation of RSA Modular > Exponentat

[U-Boot] [PATCH 5/9] [v3] lib/rsa: Modify rsa to use DM driver if available

2014-12-23 Thread Ruchika Gupta
Modify rsa_verify to use the rsa driver of DM library available.The tools and the configurations which don't use Driver Model, will continue to use the same RSA sw library. The software implementation of RSA Modular Exponentation is now compiled if RSA_MOD_EXP_SW is selected. Kconfig options are a