[PATCH] arm/raspberrypi: ensure that RTEMS application image can be started by U-boot.

2016-05-17 Thread Pavel Pisa
From: Pavel Pisa The current versions of U-boot start kernel/RTEMS application image with instruction and data caches enabled and it sets exception base register to new address after its self-relocation. ldr r0, [r9, #GD_RELOCADDR] /* r0 = gd->relocaddr */ mcr p15, 0, r0,

Re: [PATCH] arm/raspberrypi: ensure that RTEMS application image can be started by U-boot.

2016-05-17 Thread Chris Johns
On 18/05/2016 10:15, Pavel Pisa wrote: From: Pavel Pisa The current versions of U-boot start kernel/RTEMS application image with instruction and data caches enabled and it sets exception base register to new address after its self-relocation. ldr r0, [r9, #GD_RELOCADDR] /* r0 = gd

Re: [PATCH] arm/raspberrypi: ensure that RTEMS application image can be started by U-boot.

2016-05-17 Thread Sebastian Huber
Hello Pavel, On 18/05/16 02:15, Pavel Pisa wrote: From: Pavel Pisa The current versions of U-boot start kernel/RTEMS application image with instruction and data caches enabled and it sets exception base register to new address after its self-relocation. ldr r0, [r9, #GD_RELOCADDR