Re: [U-Boot] [PATCH 07/10][v6] lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation

2015-01-28 Thread Simon Glass
On 26 January 2015 at 06:39, Simon Glass wrote: > On 23 January 2015 at 03:31, Ruchika Gupta > wrote: >> Kconfig option added for devices which support RSA Verification. >> 1. RSA_SOFTWARE_EXP >> Enables driver for supporting RSA Modular Exponentiation in Software >> 2. RSA_FREESCALE_EXP >> Enab

Re: [U-Boot] [PATCH 07/10][v6] lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation

2015-01-26 Thread Simon Glass
On 23 January 2015 at 03:31, Ruchika Gupta wrote: > Kconfig option added for devices which support RSA Verification. > 1. RSA_SOFTWARE_EXP > Enables driver for supporting RSA Modular Exponentiation in Software > 2. RSA_FREESCALE_EXP > Enables driver for supporting RSA Modular Exponentiation using

[U-Boot] [PATCH 07/10][v6] lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation

2015-01-23 Thread Ruchika Gupta
Kconfig option added for devices which support RSA Verification. 1. RSA_SOFTWARE_EXP Enables driver for supporting RSA Modular Exponentiation in Software 2. RSA_FREESCALE_EXP Enables driver for supporting RSA Modular Exponentiation using Freescale specific driver The above drivers use RSA uclass