Re: [U-Boot] [PATCH] Nokia RX-51: Do not call secure PPA routine on non secure devices

2015-01-15 Thread Pali Rohár
Yes, and it is working (linux kernel was booted without problem). On Thursday 08 January 2015 22:53:18 Georges Savoundararadj wrote: > Hi Pali Rohár, > > Have you tested this patch on a secure device (as the nokia > n900)? > > Regards, > > Georges > > Le 08/01/2015 10:11, Pali Rohár a écrit :

Re: [U-Boot] [PATCH] Nokia RX-51: Do not call secure PPA routine on non secure devices

2015-01-08 Thread Georges Savoundararadj
Hi Pali Rohár, Have you tested this patch on a secure device (as the nokia n900)? Regards, Georges Le 08/01/2015 10:11, Pali Rohár a écrit : Since commit 41623c91b09a0c865fab41acdaff30f060f29ad6 u-boot running in qemu is crashing in function do_omap3_emu_romcode_call(). RX-51 board uses this

Re: [U-Boot] [PATCH] Nokia RX-51: Do not call secure PPA routine on non secure devices

2015-01-08 Thread Pavel Machek
On Thu 2015-01-08 10:11:40, Pali Rohár wrote: > Since commit 41623c91b09a0c865fab41acdaff30f060f29ad6 u-boot running in qemu > is > crashing in function do_omap3_emu_romcode_call(). RX-51 board uses this > function > for Cortex-A8 errata 430973 workaround (Set IBE bit in ACR) which is needed > o

[U-Boot] [PATCH] Nokia RX-51: Do not call secure PPA routine on non secure devices

2015-01-08 Thread Pali Rohár
Since commit 41623c91b09a0c865fab41acdaff30f060f29ad6 u-boot running in qemu is crashing in function do_omap3_emu_romcode_call(). RX-51 board uses this function for Cortex-A8 errata 430973 workaround (Set IBE bit in ACR) which is needed only on real secure device and not in qemu. This board patch