GSoC 2015: Raspberry Pi 2 Support

Gedare Bloom gedare at gwu.edu
Sun Jun 21 19:21:44 UTC 2015


On Sun, Jun 21, 2015 at 11:02 AM, Rohini Kulkarni <krohini1593 at gmail.com> wrote:
> Hello,
>
> Are these the relevant functions from
> ~/rtems/cpukit/score/cpu/arm/rtems/score/cpu.h?
> _CPU_SMP_Get_current_processor()
> _CPU_SMP_Send_interrupt()
> _CPU_SMP_Processor_event_broadcast()
> _CPU_SMP_Processor_event_receive()
>
> I am unable to understand how
> ~/rtems/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h can be used.
>
This is a template "skeleton" file. It gets copied into new ports
usually. For an existing port you can refer to this file in case some
feature was not implemented. So Sebastian was recommending you look
there to learn more about those functions.

> And am I right if I say these are in addition to what I have identified?
>
> Thanks!
>
>
> On Sun, Jun 21, 2015 at 12:50 PM, Sebastian Huber
> <sebastian.huber at embedded-brains.de> wrote:
>>
>> Hello Rohini,
>>
>> the CPU functions relevant for SMP are documented in the no_cpu/cpu.h
>> file.
>>
>> ----- Am 20. Jun 2015 um 22:02 schrieb Rohini Kulkarni
>> <krohini1593 at gmail.com>:
>>
>> Hi,
>>
>> I have added an SMP related post to my blog to define where exactly in the
>> code I need to work. Some feedback to indicate if I am identifying the work
>> area correctly would be very helpful!
>
>
>
>
> --
> Rohini Kulkarni
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel



More information about the devel mailing list