Re: SMP support for Raspberry Pi 2

2015-07-12 Thread Rohini Kulkarni
Hi, I don't have #define RTEMS_SMP 1 in cpuopts.h. Have made changes only to libbsp/arm/raspberrypi/configure . On Sun, Jul 12, 2015 at 1:50 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > In the build tree, there are exactly two identical "cpuopts.h" files. In > this file yo

Re: [PATCH] Code refactor: Changes to memory management initialization

2015-07-12 Thread Rohini Kulkarni
Hi, Please review the changes. I will work on the suggestions and make the required modifications. Thanks. On 9 Jul 2015 19:24, wrote: From: Rohini Kulkarni --- c/src/lib/libbsp/arm/raspberrypi/Makefile.am |1 + c/src/lib/libbsp/arm/raspberrypi/include/bsp.h | 14 ..

Re: Build of rtems-libbsd for all BSPs

2015-07-12 Thread Chris Johns
On 29/05/2015 1:40 am, Joel Sherrill wrote: > > > On 5/28/2015 10:30 AM, Sujay Raj wrote: >> On i386/pc386, adding a line : >> >> extern u_int64_t tsc_freq; >> >> to freebsd/sys/contrib/altq/altq/altq_subr.c >> >> gets it to build successfully. Though I wonder what its repercussions >> would be.

Re: [PATCH] Code refactor: Changes to memory management initialization

2015-07-12 Thread Sebastian Huber
On 12/07/15 18:58, Rohini Kulkarni wrote: diff --git a/c/src/lib/libbsp/arm/raspberrypi/startup/bspstartmmu.c b/c/src/lib/libbsp/arm/raspberrypi/startup/bspstartmmu.c new file mode 100644 index 000..3741070 --- /dev/null +++ b/c/src/lib/libbsp/arm/raspberrypi/startup/bspstartmmu.c @@ -0,0

Re: [PATCH] Temporary fix for ethernet rx intr hang issue and Disable cache

2015-07-12 Thread Sebastian Huber
On 10/07/15 14:57, ragu nath wrote: If we want to use cache flush/invalidate calls, what is the general method one has to follow? I saw the if_cgem driver, but it is somewhat different from cpsw driver. What are all the places which may need these calls? If you want to use the FreeBSD APIs, t