Re: Fwd: [rtems-bsp-builder] 2020-12-11 12:57:21: Profile(s): everything

2020-12-16 Thread Sebastian Huber
Hello Joel, On 14/12/2020 15:23, Joel Sherrill wrote: OK. I'll start another sweep when this goes in. I updated the RSB to fetch the latest tools today. Now, the failures should be fixed. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...

[PATCH] tester: Add support for arm/fvp_cortex_r52 BSP

2020-12-16 Thread Sebastian Huber
Update #4202. --- .../rtems/testing/bsps/fvp_cortex_r52x1.ini | 38 +++ .../rtems/testing/bsps/fvp_cortex_r52x2.ini | 38 +++ .../rtems/testing/bsps/fvp_cortex_r52x4.ini | 38 +++ 3 files changed, 114 insertions(+) create mode 100644 tester/rt

Planning for RTEMS 6 Branch

2020-12-16 Thread Joel Sherrill
Hi It took a long time to get from 4.10 to 4.11 and then on to 5. I don't see any reason getting from 5 to 6 should be such a long period of time. It seems as if we focus on a few major changes and see what happens while those go in. Right now, I'd be prone to say 6 is ready to branch from a featu

Possible Bug in

2020-12-16 Thread Joel Sherrill
Hi The context switch recorder code -- _Record_Thread_switch in record-userext.c has this code: items[ 0 ].event = RTEMS_RECORD_THREAD_SWITCH_OUT; items[ 0 ].data = executing->Object.id; items[ 1 ].event = RTEMS_RECORD_THREAD_STACK_CURRENT; items[ 1 ].data = #if defined(__GNUC__) (uin

How to Get Predefined Capture Records

2020-12-16 Thread Joel Sherrill
Hi First, we have successfully managed to get the user extension and IRQ trace records off a target and see them on the host. Now I'm wondering how more of the predefined ones get turned on. In recorddata.h, I see 100s of events defined for standard RTEMS operations but there don't appear to be c

Re: Planning for RTEMS 6 Branch

2020-12-16 Thread small...@aliyun.com
Hi, joel Our team is developing a pcie card running rtems. The stability is very important for us. Currently we are using rtems 5.1. Are there plans for rtems 5.x ? Such as bug fixes, new features, etc. "aarch64 on real hardware and SMP" is what we really wanted. Does this feature will be suppor

Re: Planning for RTEMS 6 Branch

2020-12-16 Thread Joel Sherrill
On Wed, Dec 16, 2020, 6:38 PM small...@aliyun.com wrote: > Hi, joel > Our team is developing a pcie card running rtems. The stability is very > important for us. > Currently we are using rtems 5.1. Are there plans for rtems 5.x ? Such as > bug fixes, new features, etc. > "aarch64 on real hardware

Re: Re: Planning for RTEMS 6 Branch

2020-12-16 Thread small...@aliyun.com
Hi,joel Your reply is helpful and fast as usual. Thanks very much! small...@aliyun.com From: Joel Sherrill Date: 2020-12-17 08:44 To: smallphd CC: devel; David Edelsohn Subject: Re: Planning for RTEMS 6 Branch On Wed, Dec 16, 2020, 6:38 PM small...@aliyun.com wrote: Hi, joel Our team is dev

Re: Possible Bug in

2020-12-16 Thread Sebastian Huber
On 16/12/2020 21:01, Joel Sherrill wrote: Hi The context switch recorder code -- _Record_Thread_switch in record-userext.c has this code:   items[ 0 ].event = RTEMS_RECORD_THREAD_SWITCH_OUT;   items[ 0 ].data = executing->Object.id;   items[ 1 ].event = RTEMS_RECORD_THREAD_STACK_CURRENT;   i

Re: How to Get Predefined Capture Records

2020-12-16 Thread Sebastian Huber
Hello Joel, On 16/12/2020 22:59, Joel Sherrill wrote: Hi First, we have successfully managed to get the user extension and IRQ trace records off a target and see them on the host. Now I'm wondering how more of the predefined ones get turned on. In recorddata.h, I see 100s of events defined