[PATCH] tester: Remove riscv_generic

Joel Sherrill joel at rtems.org
Mon Nov 12 14:27:51 UTC 2018


If those are the only references, to ahead and push it.

Thanks for adding the remaining variants to the tester.

On Mon, Nov 12, 2018, 4:29 AM Hesham Almatary <Hesham.Almatary at cl.cam.ac.uk
wrote:

> Now each BSP/ISA variant has its own .ini file
> ---
>  tester/rtems/testing/bsps/riscv64_generic.ini | 38 -------------
>  tester/rtems/testing/bsps/riscv_generic.ini   | 38 -------------
>  tester/rtems/testing/bsps/riscv_generic.mc    | 53 -------------------
>  3 files changed, 129 deletions(-)
>  delete mode 100644 tester/rtems/testing/bsps/riscv64_generic.ini
>  delete mode 100644 tester/rtems/testing/bsps/riscv_generic.ini
>  delete mode 100644 tester/rtems/testing/bsps/riscv_generic.mc
>
> diff --git a/tester/rtems/testing/bsps/riscv64_generic.ini
> b/tester/rtems/testing/bsps/riscv64_generic.ini
> deleted file mode 100644
> index c596a3a..0000000
> --- a/tester/rtems/testing/bsps/riscv64_generic.ini
> +++ /dev/null
> @@ -1,38 +0,0 @@
> -#
> -# RTEMS Tools Project (http://www.rtems.org/)
> -# Copyright 2010-2014 Chris Johns (chrisj at rtems.org)
> -# All rights reserved.
> -#
> -# This file is part of the RTEMS Tools package in 'rtems-tools'.
> -#
> -# Redistribution and use in source and binary forms, with or without
> -# modification, are permitted provided that the following conditions are
> met:
> -#
> -# 1. Redistributions of source code must retain the above copyright
> notice,
> -# this list of conditions and the following disclaimer.
> -#
> -# 2. Redistributions in binary form must reproduce the above copyright
> notice,
> -# this list of conditions and the following disclaimer in the
> documentation
> -# and/or other materials provided with the distribution.
> -#
> -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
> IS"
> -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
> THE
> -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
> PURPOSE
> -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
> BE
> -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
> -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
> -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
> -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
> -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
> -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
> THE
> -# POSSIBILITY OF SUCH DAMAGE.
> -#
> -
> -#
> -# The riscv64_generic BSP
> -#
> -[riscv64_generic]
> -bsp           = riscv64_generic
> -arch          = riscv64
> -tester        = %{_rtscripts}/spike.cfg
> -bsp_spike_opts = --isa=RV64IMAFDC -m0x10000000:0x10000000
> diff --git a/tester/rtems/testing/bsps/riscv_generic.ini
> b/tester/rtems/testing/bsps/riscv_generic.ini
> deleted file mode 100644
> index 626b949..0000000
> --- a/tester/rtems/testing/bsps/riscv_generic.ini
> +++ /dev/null
> @@ -1,38 +0,0 @@
> -#
> -# RTEMS Tools Project (http://www.rtems.org/)
> -# Copyright 2010-2014 Chris Johns (chrisj at rtems.org)
> -# All rights reserved.
> -#
> -# This file is part of the RTEMS Tools package in 'rtems-tools'.
> -#
> -# Redistribution and use in source and binary forms, with or without
> -# modification, are permitted provided that the following conditions are
> met:
> -#
> -# 1. Redistributions of source code must retain the above copyright
> notice,
> -# this list of conditions and the following disclaimer.
> -#
> -# 2. Redistributions in binary form must reproduce the above copyright
> notice,
> -# this list of conditions and the following disclaimer in the
> documentation
> -# and/or other materials provided with the distribution.
> -#
> -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
> IS"
> -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
> THE
> -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
> PURPOSE
> -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
> BE
> -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
> -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
> -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
> -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
> -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
> -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
> THE
> -# POSSIBILITY OF SUCH DAMAGE.
> -#
> -
> -#
> -# The riscv_generic BSP
> -#
> -[riscv_generic]
> -bsp           = riscv_generic
> -arch          = riscv32
> -tester        = %{_rtscripts}/spike.cfg
> -bsp_spike_opts = --isa=RV32IMAFDC -m0x10000000:0x10000000
> diff --git a/tester/rtems/testing/bsps/riscv_generic.mc
> b/tester/rtems/testing/bsps/riscv_generic.mc
> deleted file mode 100644
> index daff7c0..0000000
> --- a/tester/rtems/testing/bsps/riscv_generic.mc
> +++ /dev/null
> @@ -1,53 +0,0 @@
> -#
> -# RTEMS Tools Project (http://www.rtems.org/)
> -# Copyright 2010-2014 Chris Johns (chrisj at rtems.org)
> -# All rights reserved.
> -#
> -# This file is part of the RTEMS Tools package in 'rtems-tools'.
> -#
> -# Redistribution and use in source and binary forms, with or without
> -# modification, are permitted provided that the following conditions are
> met:
> -#
> -# 1. Redistributions of source code must retain the above copyright
> notice,
> -# this list of conditions and the following disclaimer.
> -#
> -# 2. Redistributions in binary form must reproduce the above copyright
> notice,
> -# this list of conditions and the following disclaimer in the
> documentation
> -# and/or other materials provided with the distribution.
> -#
> -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
> IS"
> -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
> THE
> -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
> PURPOSE
> -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
> BE
> -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
> -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
> -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
> -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
> -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
> -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
> THE
> -# POSSIBILITY OF SUCH DAMAGE.
> -#
> -
> -#
> -# All paths in defaults must be Unix format. Do not store any Windows
> format
> -# paths in the defaults.
> -#
> -# Every entry must describe the type of checking a host must pass.
> -#
> -# Records:
> -#  key: type, attribute, value
> -#   type     : none, dir, exe, triplet
> -#   attribute: none, required, optional
> -#   value    : 'single line', '''multi line'''
> -#
> -
> -#
> -# The riscv_generic BSP
> -#
> -[global]
> -bsp:                      none,    none,     'riscv_generic'
> -
> -[riscv_generic]
> -riscv_generic:      none,    none,  '%{_rtscripts}/spike.cfg'
> -riscv_generic_arch: none,    none,  ''
> -riscv_generic_opts: none,    none,  ''
> --
> 2.17.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20181112/21992ec3/attachment-0002.html>


More information about the devel mailing list