Re: [U-Boot] [PATCH 05/10][v6] lib/rsa: Modify rsa to use DM driver

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: >> Modify rsa_verify to use the rsa driver of DM library .The tools >> will continue to use the same RSA sw library. >> >> CONFIG_RSA is now dependent on CONFIG_DM. All configurations which >> e

Re: [U-Boot] [PATCH 05/10][v6] lib/rsa: Modify rsa to use DM driver

2015-01-26 Thread Simon Glass
On 23 January 2015 at 03:31, Ruchika Gupta wrote: > Modify rsa_verify to use the rsa driver of DM library .The tools > will continue to use the same RSA sw library. > > CONFIG_RSA is now dependent on CONFIG_DM. All configurations which > enable FIT based signatures have been modified to enable CON

[U-Boot] [PATCH 05/10][v6] lib/rsa: Modify rsa to use DM driver

2015-01-23 Thread Ruchika Gupta
Modify rsa_verify to use the rsa driver of DM library .The tools will continue to use the same RSA sw library. CONFIG_RSA is now dependent on CONFIG_DM. All configurations which enable FIT based signatures have been modified to enable CONFIG_DM by default. Signed-off-by: Ruchika Gupta CC: Simon