Re: Nuttx Cortex-A/R SMP I-cache support

2020-07-30 Thread Gregory Nutt
There have been numerous fixes for Cortex-A SMP since 7.31.  You might want to upgrade. On 7/29/2020 10:19 AM, Mansfield, Ryan wrote: Hi, We are trying to enable SMP for a dual core ARM Cortex-R8. We are using a kernel based on NuttX-7.31, with added proprietary support for our embedded Cort

Nuttx Cortex-A/R SMP I-cache support

2020-07-29 Thread Mansfield, Ryan
Hi, We are trying to enable SMP for a dual core ARM Cortex-R8. We are using a kernel based on NuttX-7.31, with added proprietary support for our embedded Cortex-R8 SOC with separate instruction and data caches. We modeled the R-core SMP implementation after the A-core implementation and the IMX