On Thu, Nov 13, 2014 at 4:25 PM, Johan Karlsson wrote:
>> -Original Message-
>> From: Christoffer Dall [mailto:christoffer.d...@linaro.org]
>> Sent: den 13 november 2014 15:28
>> On Thu, Nov 13, 2014 at 1:44 PM, Johan Karlsson
>> wrote:
>> > Hi,
>> > Enabled DEBUG_GIC in arm_gic.c
>> >
>>
> -Original Message-
> From: Christoffer Dall [mailto:christoffer.d...@linaro.org]
> Sent: den 13 november 2014 15:28
> On Thu, Nov 13, 2014 at 1:44 PM, Johan Karlsson
> wrote:
> > Hi,
> > Enabled DEBUG_GIC in arm_gic.c
> >
> > Use case:
> > Core0 wakes up core1 using irq and then core1 a
On Thu, Nov 13, 2014 at 1:44 PM, Johan Karlsson wrote:
> Hi,
> Enabled DEBUG_GIC in arm_gic.c
>
> Use case:
> Core0 wakes up core1 using irq and then core1 acks and runs eoi until it gets
> 0x3ff.
> Note that core1 do not have interrupts enabled and does this in SVC.
>
> From what I can see s->cu
Hi,
Enabled DEBUG_GIC in arm_gic.c
Use case:
Core0 wakes up core1 using irq and then core1 acks and runs eoi until it gets
0x3ff.
Note that core1 do not have interrupts enabled and does this in SVC.
>From what I can see s->current_pending[1] isn't updated in gic_update because
>the following