Nice surprise with C++11

2015-07-29 Thread Sebastian Huber
Hello, please have a look at the following bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67064 This is really nice in combination with defines and macros that use ( ) to make sure the content stays together. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchh

Re: [rpi bsp] configure fb section in mmu table and improvement for mailbox

2015-07-29 Thread Chris Johns
On 29/07/2015 8:04 pm, Sebastian Huber wrote: > > A custom workspace initialization can be done via > bsp_work_area_initialize(). > On the zynq the ethernet driver from Ric (SLAC) for the in tree (existing) IP stack there is: uint8_t* start; size_tsize = 0x10; uintptr_t boundary =

Re: CMSIS?

2015-07-29 Thread Joel Sherrill
On 7/29/2015 3:21 PM, Daniel Gutson wrote: Hi guys, I just got a student who likes this project and wants to provide a CMSIS API to RTEMS as her career final project. I will be her director. Besides telling her to read stuff, documentation, and the github source files, any initial advice a

Re: CMSIS?

2015-07-29 Thread Daniel Gutson
Hi guys, I just got a student who likes this project and wants to provide a CMSIS API to RTEMS as her career final project. I will be her director. Besides telling her to read stuff, documentation, and the github source files, any initial advice about how to implement this on top of RTEMS? I.e.

Re: [PATCH] [RTEMS] Move header files

2015-07-29 Thread Sebastian Huber
Hello Joel, maybe this is a problem with the e-mail client. I attached it as a TAR archive. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.huber at embedded-brains.de PG

Re: [rpi bsp] add cmdline options

2015-07-29 Thread Gedare Bloom
> MMU setup seems to be OK for me, but what I really > dislike is duplicate of arm-cp15-start.h to RPi. > Shared one should be used. > Yes if possible. > Les problem is to use different name for > arm_cp15_start_mmu_config_table to not clash > with the definition in header. > > I think that the na

Re: [rpi bsp] add cmdline options

2015-07-29 Thread Pavel Pisa
Hello Qiao Yang, On Tuesday 28 of July 2015 01:35:45 Pavel Pisa wrote: > Hello Qiao Yang, > > On Friday 24 of July 2015 18:04:47 QIAO YANG wrote: > > Some updates for you. I've found out that my previous problem with > > cmdline due to my minicom didn't wrap up the lines I've chosen the > > in

Re: [PATCH] [RTEMS] Move header files

2015-07-29 Thread Joel Sherrill
This patch does not apply for me. Applying: Move header files /home/joel/test-gcc/newlib-cygwin/.git/rebase-apply/patch:91: new blank line at EOF. + error: patch failed: newlib/libc/sys/rtems/machine/param.h:1 error: newlib/libc/sys/rtems/machine/param.h: patch does not apply error: patch faile

Re: [rpi bsp] configure fb section in mmu table and improvement for mailbox

2015-07-29 Thread Sebastian Huber
On 29/07/15 10:17, Pavel Pisa wrote: Hello Sebastian, On Wednesday 29 of July 2015 09:06:47 Sebastian Huber wrote: On 28/07/15 02:31, Pavel Pisa wrote: I think it's much closer to what we expected. you may checkout my github and my dropbox.  https://github.com/yangqiao/rtems/tree/framebuffe

Re: SMP support for Raspberry Pi 2

2015-07-29 Thread Sebastian Huber
On 29/07/15 11:52, Rohini Kulkarni wrote: On Tue, Jul 28, 2015 at 12:24 PM, Sebastian Huber > wrote: Hello Rohini, please use the devel list. On 28/07/15 07:41, Rohini Kulkarni wrote: Hi, I wish to understand where

Re: SMP support for Raspberry Pi 2

2015-07-29 Thread Rohini Kulkarni
On Tue, Jul 28, 2015 at 12:24 PM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Rohini, > > please use the devel list. > > On 28/07/15 07:41, Rohini Kulkarni wrote: > >> Hi, >> >> I wish to understand where the interprocessor interrupts are used during >> the boot process. D

Re: [rpi bsp] configure fb section in mmu table and improvement for mailbox

2015-07-29 Thread Pavel Pisa
Hello Sebastian, On Wednesday 29 of July 2015 09:06:47 Sebastian Huber wrote: > On 28/07/15 02:31, Pavel Pisa wrote: > >> >I think it's much closer to what we expected. you may checkout my > >> > github and my dropbox.  > >> >https://github.com/yangqiao/rtems/tree/framebuffer > >> >https://www.dr

Re: [rpi bsp] configure fb section in mmu table and improvement for mailbox

2015-07-29 Thread Sebastian Huber
On 28/07/15 02:31, Pavel Pisa wrote: >I think it's much closer to what we expected. you may checkout my github >and my dropbox.  >https://github.com/yangqiao/rtems/tree/framebuffer >https://www.dropbox.com/sh/95bu6skofkmrlvc/AABXjwvvFhQScJdo_rwj12V6a?dl=0 > >The commits log is messy, I'll rebase