[PATCH] rtems: Add rtems_interrupt_local_disable|enable()

2015-06-19 Thread Sebastian Huber
Add rtems_interrupt_local_disable|enable() as suggested by Pavel Pisa to emphasize that interrupts are only disabled on the current processor. Do not define the rtems_interrupt_disable|enable|flash() macros and functions on SMP configurations since they don't ensure system wide mutual exclusion. --

multiple definition of __getreent

2015-06-19 Thread Sujay Raj
Hi , I am working on porting the monkey http server to rtems. I am working on the bsp: xilinx_zynq_a9_qemu , target: arm-rtems4.11. There are two libraries that I am supposed to link to create my final executable, one is libbsd.a and the other is libc. libbsd.a links alright, but whenever I try

Re: RTEMS for ARM Cortex-M1 ?

2015-06-19 Thread Daniel Gutson
On Tue, Feb 17, 2015 at 10:53 AM, Daniel Gutson wrote: > > El 14/02/2015 10:29, "Sebastian Huber" > escribió: >> >> On 14/02/15 14:27, Sebastian Huber wrote: >>> >>> On 14/02/15 12:48, Daniel Gutson wrote: We're developing support for the cortex M 4 so we can let you know once we c

Re: Xilinx Zynq A8 Qemu BSP with libbsd.

2015-06-19 Thread Joel Sherrill
On June 19, 2015 2:44:23 AM CDT, Chris Johns wrote: >Hi, > >I have just pushed a change to libbsd that disabled the IP header >hardware checksum for the Cadence driver which is used on the Xilinx >Zynq. Is this a bug on real hardware as well? Or specific to qemu? If broken in qemu, works this

Re: [PATCH] rtems: rtems_interrupt_enable/flash/disable()

2015-06-19 Thread Gedare Bloom
On Fri, Jun 19, 2015 at 2:13 AM, Sebastian Huber wrote: > > > On 12/06/15 22:26, Pavel Pisa wrote: >> >> Hello Sebastian and others, >> >> On Friday 12 of June 2015 17:47:42 Sebastian Huber wrote: >>> >>> - Gedare Bloom schrieb: I see. It provides the mutual exclusion for (SMP) appl

Xilinx Zynq A8 Qemu BSP with libbsd.

2015-06-19 Thread Chris Johns
Hi, I have just pushed a change to libbsd that disabled the IP header hardware checksum for the Cadence driver which is used on the Xilinx Zynq. If you are using the RSB qemu this tests should run. There is known issue with some tests where the Init task delete's itself and ends qemu. I am not s