Re: [U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC

2014-01-27 Thread aneesh.ban...@freescale.com
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Monday, January 27, 2014 7:42 PM > To: Bansal Aneesh-B39320 > Cc: u-boot@lists.denx.de; Gupta Ruchika-R66431 > Subject: Re: [U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC > > Dear

Re: [U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC

2014-01-27 Thread Wolfgang Denk
Dear Aneesh, In message you wrote: > > > But this is what I had in mind. It appears to be a simple 1:1 mapping > > from SoC to ISBC version to me, or am I wrong here? ... > Yes, it is a 1:1 mapping from SoC to ISBC version but we have multiple SoC's > having the same ISBC version. So using the

Re: [U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC

2014-01-26 Thread aneesh.ban...@freescale.com
>> >> > CONFIG_SYS_FSL_SINGLE_SOURCE_CLK >> > Single Source Clock is clocking mode present in some of FSL >> > SoC's. >> > In this mode, a single differential clock is used to supply >> >> You already have all relevant information present in the current >>

Re: [U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC

2014-01-26 Thread Wolfgang Denk
Dear "aneesh.ban...@freescale.com", In message you wrote: > > > CONFIG_SYS_FSL_SINGLE_SOURCE_CLK > > Single Source Clock is clocking mode present in some of FSL > > SoC's. > > In this mode, a single differential clock is used to supply > > You already

Re: [U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC

2014-01-26 Thread aneesh.ban...@freescale.com
> T4/B4 SoC's have a different version of ISBC. The secure boot > functionality is different with the new version of ISBC > compared to the earlier SoC's. So the version information is added > in file config_mpc85xx.h > > Signed-off-by: Ruchika Gupta > Signed-off-by: Aneesh Bansal > --- > README

Re: [U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC

2014-01-20 Thread Wolfgang Denk
Dear Aneesh Bansal, In message <1390202676-8167-1-git-send-email-aneesh.ban...@freescale.com> you wrote: > T4/B4 SoC's have a different version of ISBC. The secure boot > functionality is different with the new version of ISBC > compared to the earlier SoC's. So the version information is added >

[U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC

2014-01-19 Thread Aneesh Bansal
T4/B4 SoC's have a different version of ISBC. The secure boot functionality is different with the new version of ISBC compared to the earlier SoC's. So the version information is added in file config_mpc85xx.h Signed-off-by: Ruchika Gupta Signed-off-by: Aneesh Bansal --- README