qemu-system-ppc64 does not work on powerpc/qoriq_e6500_64

2021-05-08 Thread Richi Dubey
Hi, I tried with both smp and sp tests: -- - - rdubey@hpc1:~/quick-start$ ~/quick-start/rtems/6/bin/powerpc-rtems6-gdb --command=~/quick-start/rtems/6/bin/ppc.gdb ~/quick-start/src/rtems/build/powerpc/q

[PATCH] user/bld/index.rst: removed references to legacy network config options

2021-05-08 Thread Harrison Edward Gerber
From: Harrison --- user/bld/index.rst | 7 --- 1 file changed, 7 deletions(-) diff --git a/user/bld/index.rst b/user/bld/index.rst index ebedf5a..411b3a2 100644 --- a/user/bld/index.rst +++ b/user/bld/index.rst @@ -309,10 +309,6 @@ in the configuration file. Set ``RTEMS_MULTIPROCES

Re: [PATCH v5] rtems-debugger: Fixed 32bit pointers

2021-05-08 Thread Chris Johns
On 8/5/21 6:13 am, Stephen Clark wrote: > Using 32bit types like uint32_t for pointers creates issues on 64 bit > architectures like AArch64. Replaced occurrences of these with uintptr_t, > which will work for both 32 and 64 bit architectures. Added hex_decode_addr > function to rtems-debugger. Cha

Re: [PATCH v2] rtemstoolkit/mailer.py: Fix option ordering for add_arguments

2021-05-08 Thread Chris Johns
> On 8 May 2021, at 4:17 am, Alex White wrote: > > The ordering of keys cannot be guaranteed in a dictionary. This changes > the options iteration to no longer rely on key ordering. OK Chris ___ devel mailing list devel@rtems.org http://lists.rtems.

timing on qemu

2021-05-08 Thread Richi Dubey
Hi, When I use benchmark_timer_initialize() and later read the value with benchmark_timer_read(), it always shows 0 for me in qemu. Is this expected? I am using the arm/realview_pbx_a9_qemu bsp, qemu 4.1.0, and I built the testsuites with waf. Thanks!

Re: qemu version for source builder

2021-05-08 Thread Richi Dubey
Thanks, I will try this. I hope it works. On Fri, May 7, 2021 at 2:07 PM Karel Gardas wrote: > On 5/7/21 8:15 AM, Richi Dubey wrote: > > So, does this qemu not support e6500 cores (for the t2080rdb platform)? > > IIRC e500/e5500/e6500 are supported by ppce500. > > Karel > __

Re: FVP_BaseR_Cortex-R52x1 not exist when testing arm/fvp_cortex_r52

2021-05-08 Thread Đức Anh
Hi All, Did you mean I need to buy Fixed Virtual Platform from ARM in order to run FVP BSP? Duc Anh Vào Th 6, 7 thg 5, 2021 vào lúc 20:20 Joel Sherrill đã viết: > > > On Fri, May 7, 2021 at 12:12 PM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> >> On 07/05/2021 19:07, J