<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 28, 2015 at 12:24 PM, Sebastian Huber <span dir="ltr"><<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Rohini,<br>
<br>
please use the devel list.<span class=""><br>
<br>
On 28/07/15 07:41, Rohini Kulkarni wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I wish to understand where the interprocessor interrupts are used during the boot process. During final initialization of SMP I can see<br>
<br>
rtems_interrupt_handler_install(<br>
      ARM_GIC_IRQ_SGI_0,<br>
      "IPI",<br>
      RTEMS_INTERRUPT_UNIQUE,<br>
      bsp_inter_processor_interrupt,<br>
      NULL<br>
    );<br>
<br>
Raspberry Pi 2 does not have the generic interrupt controller. Interrupt routing will have to be handled differently. So I wish to understand how/ where it is used. I suppose this might be the problem.<br>
</blockquote>
<br></span>
Sorry, that the documentation is so scattered.  I think we should move everything into the CPU Architecture Supplement. It would be nice if you can help to improve the documentation since you have a different view point.<br>
<br>
You must install the IPI during the system initialization. It is raised via the _CPU_SMP_Send_interrupt() function, for an example see arm-a9mpcore-smp.c.<br></blockquote><div>I could locate the function in  arm-a9mpcore-smp.c. but it would be helpful if I can know where this being called from, a deeper call hierarchy, so that I can ascertain this is a problem. I can see a Send_messgae function call this. But don't know where the send message is being called from. <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks.<span class=""><br>
<br>
On Wed, Jul 22, 2015 at 7:08 PM, Rohini Kulkarni <<a href="mailto:krohini1593@gmail.com" target="_blank">krohini1593@gmail.com</a> <mailto:<a href="mailto:krohini1593@gmail.com" target="_blank">krohini1593@gmail.com</a>>> wrote:<br>
<br>
    Ok. Qemu suggestion seems helpful for the cache configuration<br>
    issue though. I am trying with Pi 1.<br>
<br>
    Thanks.<br>
<br>
    On 22 Jul 2015 18:59, "Sebastian Huber"<br>
    <<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br></span><span class="">
    <mailto:<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>>> wrote:<br>
<br>
        Sorry, I cannot help you here since I never worked with a<br>
        Raspberry Pi.<br>
<br>
        --         Sebastian Huber, embedded brains GmbH<br>
<br>
        Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
        Phone   : +49 89 189 47 41-16<br>
        Fax     : +49 89 189 47 41-09<br>
        E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br></span>
        <mailto:<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>><span class=""><br>
        PGP     : Public key available on request.<br>
<br>
        Diese Nachricht ist keine geschäftliche Mitteilung im Sinne<br>
        des EHUG.<br>
<br>
<br>
<br>
<br>
-- <br>
Rohini Kulkarni<br>
</span></blockquote><div class="HOEnZb"><div class="h5">
<br>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : +49 89 189 47 41-16<br>
Fax     : +49 89 189 47 41-09<br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">Rohini Kulkarni</div></div>
</div></div>