[RSB PATCH] rtems/tools: Pick up the rtems-syms and rtems-test sis changes

2023-08-20 Thread chrisj
From: Chris Johns Updates #4920 --- rtems/config/tools/rtems-tools-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-6.cfg b/rtems/config/tools/rtems-tools-6.cfg index b786a47..6eed755 100644 --- a/rtems/config/tools/rtems-tools-6.cfg

Re: [PATCH rtems-tools v4] tester/rtemstoolkit: add renode implementation

2023-08-20 Thread Muhammad Sulthan Mazaya
Oh sorry I miss that, yes I have a stale directory of renode_scripts in my rtems repo locally On Fri, Aug 18, 2023 at 10:23 PM Gedare Bloom wrote: > On Sun, Aug 6, 2023 at 11:05 PM Muhammad Sulthan Mazaya > wrote: > > > > Add gpl to the prom binary file name + include the leon3 prom assembly >

Re: [PATCH v2] libdl: Add support to import base image TLS symbols

2023-08-20 Thread Gedare Bloom
ok On Wed, Aug 16, 2023 at 9:00 PM wrote: > > From: Chris Johns > > This change requires an rtems-tools update for symbol generation. > > Working architectures: > - aarch64 > - arm > - powerpc > - sparc > > No newlib TLS support but checked: > - i386 > - m69k > > Updates #4920 > --- >

[PATCH rtems-tools v5] tester/rtemstoolkit: add renode implementation

2023-08-20 Thread Muhammad Sulthan Mazaya
Fixing typo on renode_script/ folder that is changed to be renode/ in v4 --- .../testing/bsps/kendrytek210-renode.ini | 38 tester/rtems/testing/bsps/leon3-renode.ini| 37 tester/rtems/testing/renode.cfg | 64 ++

Re: [rtems-tools PATCH] tester/sis: Use the RTEMS SIS command

2023-08-20 Thread Gedare Bloom
ok On Wed, Aug 16, 2023 at 9:42 PM wrote: > > From: Chris Johns > > Make sis and sis-run the same as there is no SIS support in > gdb anymore. > > Closes #4945 > --- > tester/rtems/testing/bsps/sis-run.ini | 2 +- > tester/rtems/testing/bsps/sis.ini | 6 ++ > 2 files changed, 3

Re: [PATCH rtems-tools] tester/report: Apply test excludes to fatal-error

2023-08-20 Thread Chris Johns
On 18/8/2023 11:51 pm, Kinsey Moore wrote: > On Thu, Aug 17, 2023 at 7:25 PM Chris Johns > wrote: > > On 17/8/2023 10:43 pm, Kinsey Moore wrote: > > On Wed, Aug 16, 2023 at 9:47 PM Chris Johns > >