[PATCH 00/10] Raspberry Pi 2 (BCM2836) SMP support
Pavel Pisa
ppisa4lists at pikron.com
Thu Sep 8 21:46:23 UTC 2016
Hello Chris,
On Thursday 08 of September 2016 09:14:00 Chris Johns wrote:
> On 05/09/2016 00:38, Alan Cudmore wrote:
> > I applied your patches, and verified that my apps still work on the
> > Raspberry Pi 1 ( Pi Zero ). Now I am moving to the Pi 2 for some tests.
>
> I have verified a few tests running on RPi2 no-smp using HEAD on master.
> Well done to all who have made this happen, the support is looking
> really nice.
>
> My only issue is the BSP does not reset when it exits. I think all RPi
> variants should reset once finished because it will be a big help to
> automating test runs with the rtems-test command.
I have provided simple bsp_reset() for Raspberry Pi and pushed it into master.
I have not defined BSP specific bspclean.c. May it be that there could be
some problem with SMP shutdown without
#ifdef RTEMS_SMP
if (src == RTEMS_FATAL_SOURCE_SMP && code == SMP_FATAL_SHUTDOWN_RESPONSE) {
while (true) {
_ARM_Wait_for_event();
}
}
#endif
But for simple testing it seems to work.
Best wishes,
Pavel
More information about the devel
mailing list