Re: [U-Boot] [PATCH 3/3] powerpc/mpc85xx: SECURE BOOT- Disable law 0 for non PBL platforms

2014-01-28 Thread Scott Wood
On Mon, 2014-01-27 at 01:28 -0600, Bansal Aneesh-B39320 wrote: > > > ISBC creates a LAW 0 entry for non PBL platforms, which is not > > > disabled before transferring the control to uboot. > > > The LAW 0 entry has to be disabled. > > > > > > Signed-off-by: Aneesh Bansal > > > --- > > > arch/powe

Re: [U-Boot] [PATCH 3/3] powerpc/mpc85xx: SECURE BOOT- Disable law 0 for non PBL platforms

2014-01-26 Thread aneesh.ban...@freescale.com
> > ISBC creates a LAW 0 entry for non PBL platforms, which is not > > disabled before transferring the control to uboot. > > The LAW 0 entry has to be disabled. > > > > Signed-off-by: Aneesh Bansal > > --- > > arch/powerpc/cpu/mpc85xx/start.S | 58 > > >

Re: [U-Boot] [PATCH 3/3] powerpc/mpc85xx: SECURE BOOT- Disable law 0 for non PBL platforms

2014-01-20 Thread Scott Wood
On Mon, 2014-01-20 at 14:57 +0530, Aneesh Bansal wrote: > ISBC creates a LAW 0 entry for non PBL platforms, which is not > disabled before transferring the control to uboot. > The LAW 0 entry has to be disabled. > > Signed-off-by: Aneesh Bansal > --- > arch/powerpc/cpu/mpc85xx/start.S | 58 > ++

[U-Boot] [PATCH 3/3] powerpc/mpc85xx: SECURE BOOT- Disable law 0 for non PBL platforms

2014-01-20 Thread Aneesh Bansal
ISBC creates a LAW 0 entry for non PBL platforms, which is not disabled before transferring the control to uboot. The LAW 0 entry has to be disabled. Signed-off-by: Aneesh Bansal --- arch/powerpc/cpu/mpc85xx/start.S | 58 1 file changed, 58 insertions(+)