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

Gedare Bloom gedare at rtems.org
Sat Aug 19 14:22:27 UTC 2023


ok

On Wed, Aug 16, 2023 at 9:42 PM <chrisj at rtems.org> wrote:
>
> From: Chris Johns <chrisj at rtems.org>
>
> 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 insertions(+), 5 deletions(-)
>
> diff --git a/tester/rtems/testing/bsps/sis-run.ini b/tester/rtems/testing/bsps/sis-run.ini
> index c34eae4..4861231 100644
> --- a/tester/rtems/testing/bsps/sis-run.ini
> +++ b/tester/rtems/testing/bsps/sis-run.ini
> @@ -35,4 +35,4 @@
>  bsp          = sis
>  arch         = sparc
>  tester       = %{_rtscripts}/sis.cfg
> -bsp_run_opts = -a
> +bsp_run_opts =
> diff --git a/tester/rtems/testing/bsps/sis.ini b/tester/rtems/testing/bsps/sis.ini
> index b5d700f..086cb45 100644
> --- a/tester/rtems/testing/bsps/sis.ini
> +++ b/tester/rtems/testing/bsps/sis.ini
> @@ -34,8 +34,6 @@
>  [sis]
>  bsp            = sis
>  arch           = sparc
> -tester         = %{_rtscripts}/gdb.cfg
> +tester         = %{_rtscripts}/sis.cfg
>  gdb_script     = bsp_gdb_script
> -bsp_gdb_script = target sim -a -nouartrx
> -                 load
> -                 run
> +bsp_run_opts =
> --
> 2.37.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list