Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx: T104x: Add nand secure boot target

2016-05-18 Thread Sumit Garg
> On 04/01/2016 12:09 AM, Sumit Garg wrote: > > For mpc85xx SoCs, the core begins execution from address 0xFFFC. > > In non-secure boot scenario from NAND, this address will map to CPC > > configured as SRAM. But in case of secure boot, this default address > > always maps to IBR (Internal Boo

Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx: T104x: Add nand secure boot target

2016-05-17 Thread York Sun
On 04/01/2016 12:09 AM, Sumit Garg wrote: > For mpc85xx SoCs, the core begins execution from address 0xFFFC. > In non-secure boot scenario from NAND, this address will map to CPC > configured as SRAM. But in case of secure boot, this default address > always maps to IBR (Internal Boot ROM). > T

[U-Boot] [PATCH 2/2] powerpc/mpc85xx: T104x: Add nand secure boot target

2016-04-02 Thread Sumit Garg
For mpc85xx SoCs, the core begins execution from address 0xFFFC. In non-secure boot scenario from NAND, this address will map to CPC configured as SRAM. But in case of secure boot, this default address always maps to IBR (Internal Boot ROM). The IBR code requires that the bootloader(U-boot) mus